The DataRotation plug-in rotates the container according to the received data.
Note: This plug-in is located in: Plugins -> Container plug-ins -> Data
Information: DataPool plug-ins only work properly on a single channel on the same machine.
DataRotation Properties
Format: Specifies the format of the incoming data. Format options specify the axis which the data relates to.
Incremental change: Defines if the received data is added to the current value of the data field. When set to
On
the received data is added to the data field. When set toOff
, the received data replaces the value of the data field.
Example
If Field Name is VALUE
and the format is XY, the data sent is VALUE=10.5 5.0;
. The container rotates around the X axis to an angle of 10.5
and around the Y axis to an angle of 5.0
.