Represents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as single values.
More...
|
function | PlcRealArray (in address, in valuesOrLength) |
| Initializes a new instance of the PlcRealArray class using the specified address and valuesOrLength. More...
|
|
function get | Value (in this) |
| Gets the value assigned to the PLC value.
|
|
function set | Value (in this, in value) |
| Sets the value assigned to the PLC value.
|
|
function get | Length (in this) |
| Gets a 32-bit integer that represents the total number of elements within the array.
|
|
function get | Address (in this) |
| Gets the address of the PLC value.
|
|
function | GetValue (in this, in source) |
| Retrieves the current value of the PLC value from the source specified. More...
|
|
function | IsValidType (in this, in value) |
| Determines whether a specified value is acceptable for this PlcValue. More...
|
|
function | IsValidValue (in this, in value) |
| Determines whether the provided value is accepted for the type of PLC value through basic type checking and also potentially if it is within the allowed range of value for that type. More...
|
|
function | SetValue (in this, in target, in value) |
| Stores the value in the target specified. More...
|
|
|
Property | Value |
| Gets or sets the value assigned to the PLC value. The value assigned to the PLC value.
|
|
Property | Length |
| Gets a 32-bit integer that represents the total number of elements within the array. A 32-bit integer that represents the total number of elements within the array.
|
|
Property | Address |
| Gets the address of the PLC value. The PlcAddress used by the PLC value.
|
|
Property | Value |
| Gets or sets the value assigned to the PLC value. The value assigned to the PLC value.
|
|
Property | ManagedInstance |
| This property is not intended to be used outside of the toolbox.
|
|
|
function | PlcArray (in typeCode, in address, in values) |
| Initializes a new instance of the PlcArray class using the specified typeCode, address and values. More...
|
|
function | PlcValue (in typeCode, in address, in length, in value) |
| Initializes a new instance of the PlcValue class. More...
|
|
Represents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as single values.
◆ PlcRealArray()
function PlcRealArray::PlcRealArray |
( |
in |
address, |
|
|
in |
valuesOrLength |
|
) |
| |
Initializes a new instance of the PlcRealArray class using the specified address and valuesOrLength.
- Parameters
-
Errors
- The address does not refer to the PlcRawType.DWord.
- The length is out of the bounds defined by PlcType.MinLength and PlcType.MaxLength.
The documentation for this class was generated from the following file: