Represents an operand which addresses a specific memory block within a programmable logic controller (PLC).
More...
|
Constant Property | Counter = PlcOperand |
| The operand used to access the counter memory block of the controller.
|
|
Constant Property | Flag = PlcOperand |
| The operand used to access the flag memory block of the controller.
|
|
Constant Property | Input = PlcOperand |
| The operand used to access the input memory block of the controller.
|
|
Constant Property | Output = PlcOperand |
| The operand used to access the output memory block of the controller.
|
|
Constant Property | PeripheryInput = PlcOperand |
| The operand used to access the periphery input memory block of the controller.
|
|
Constant Property | PeripheryOutput = PlcOperand |
| The operand used to access the periphery output memory block of the controller.
|
|
Constant Property | Timer = PlcOperand |
| The operand used to access the time memory block of the controller.
|
|
Property | Number |
| Gets the number associated with the operand. The value -1 if the PlcOperand.Type is unequals to PlcOperandType.DataBlock; otherwise a number within the range defined by MinNumber and MaxNumber.
|
|
Property | Type |
| Gets the type of operand represented. One of the members defined by the PlcOperandType enumeration.
|
|
Property | ManagedInstance |
| This property is not intended to be used outside of the toolbox.
|
|
Represents an operand which addresses a specific memory block within a programmable logic controller (PLC).