The Xentara Torch Engine v1.0
User Manual
Loading...
Searching...
No Matches
Output
See also
I/O Points in the Xentara user manual

Descrition

Torch Engine Output is an implementation of a single directional I/O Point which provides output for the Xentara Torch Engine. It is a read only I/O 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 I/O points, 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 The Quality Attribute 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.