The RioPaAnalogOutputChannelType provides access to the data of an analog RIO Output Channel according to RIOforPA.
Table 38 – RioPaAnalogOutputChannelType
Attribute |
Value |
||||
BrowseName |
RioPaAnalogOutputChannelType |
||||
IsAbstract |
False |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of the RioChannelType. |
|||||
0:HasComponent |
Variable |
ProcessValue |
RioPaAnalogProcessValueDataType |
RioPaAnalogProcessValueVariableType |
M, RO |
0:HasComponent |
Variable |
ProcessValueReadback |
RioPaAnalogProcessValueDataType |
RioPaAnalogProcessValueVariableType |
O, RO |
0:HasComponent |
Variable |
SignalValue |
0:Double |
0:BaseAnalogType |
O, RO |
0:HasComponent |
Variable |
SignalValueReadback |
0:Double |
0:BaseAnalogType |
O, RO |
0:HasComponent |
Variable |
Mode |
RioChannelModeEnumeration |
0:BaseDataVariableType |
M, RO |
0:HasComponent |
Variable |
ManualOutValue |
RioAnalogDataType |
0:BaseDataVariableType |
O, RO |
0:HasComponent |
Variable |
SimulationEnabled |
0:Boolean |
0:BaseDataVariableType |
M, RO |
0:HasComponent |
Variable |
SimulationValue |
RioPaAnalogValueDataType |
0:BaseDataVariableType |
O, RO |
0:HasComponent |
Variable |
Config |
RioPaAnalogOutputConfigDataType |
RioPaAnalogOutputConfigVariableType |
M, RO |
0:HasComponent |
Method |
SetMode |
|
|
O |
0:HasComponent |
Method |
SetManualOutValue |
|
|
O |
0:HasComponent |
Method |
SetSimulation |
|
|
O |
0:HasComponent |
Method |
SetSimulationValue |
|
|
O |
Conformance Units |
|||||
PNRIO Channel Objects |
The ProcessValue Variable contains the current analog Output value for an automated process.
The ProcessValueReadback Variable contains the readback value obtained by reading the output signal back through the Transducer and the Function Block.
The SignalValue Variable contains the output signal value fed to the signal coupling in the Transducer.
The SignalValueReadback Variable contains the output signal read back through the signal coupling in the Transducer.
The Mode Variable contains the current mode of operation encoded as RioChannelModeEnumeration. If Mode has the Value MANUAL, the Value of the ManualOutValue Variable shall be used as Output value in place of the Process Value.
The ManualOutValue Variable contains the value used as Output value to an automated process in place of the Process Value if the Mode Variable of the channel contains the Value MANUAL.
The SimulationEnabled Variable contains True if the Value of the SimulationValue Variable shall be used as Output value in place of the Process Value, otherwise False.
The SimulationValue Variable contains the value used as Output value in place of the Process Value if the SimulationEnabled Variable contains True.
The Config Variable contains the configuration properties available for the RIO Channel. See the definition of the RioPaAnalogOutputConfigVariableType (See chapter 9.4.7).