The Xentara Torch Engine v1.1
User Manual
|
Torch Engine Output is an implementation of a single directional skill data point which provides output for the Xentara Torch Engine. It is a read only skill data point and makes available the individual output values of the Torch model. The Torch Engine Output supports all the data types supported by the Torch and It is shared between all the outputs. Each Torch Engine Output described by an index value which corresponds to the output index of the provided Torch Model.
In addition to the standard members of Xentara elements, Output have the following attributes:
value | The current value of the channel. For output channels, this attribute can be written to write the output. |
quality | The quality of the channel’s value. See xentara_io_points_quality in the Xentara user manual for an explanation of an I/O point’s quality. |
updateTime | The last time the channel’s value was polled. |
changeTime | The last time the channel’s value changed. |
error | The error that occurred the last time the output’s value was updated. The attribute contains one of the error string value describing the error state. |
Torch Engine Output have the following events:
value | The value attribute changed. |
quality | The quality attribute changed. |
changed | Any of the above attributes changed. |