The Xentara Torch Engine v1.1
User Manual
Output
See also
xentara_io_points in the Xentara user manual

Descrition

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.

Accessing Torch Engine outputs

See also
Accessing Xentara Elements in the Xentara user manual

In addition to the standard members of Xentara elements, Output have the following attributes:

Attributes
valueThe current value of the channel. For output channels, this attribute can be written to write the output.
qualityThe 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.
updateTimeThe last time the channel’s value was polled.
changeTimeThe last time the channel’s value changed.
errorThe 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:

Events
valueThe value attribute changed.
qualityThe quality attribute changed.
changedAny of the above attributes changed.