DataPosition

graphics/plugins_dataposition-icon.png

DataPosition changes the position of the container it works on according to the received data.

graphics/plugins_dataposition.png
Unique Parameters
  • 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 will be added to the current value of the data field. When set ON the received data will be added to the data field, if set OFF the received data will replace the value of the data field.

  • Separate Parameters: when set ON, additional parameters will be enabled, allowing the user to define minimal and maximal values to all parameters separately:

    • X Min/Max: define a minimal/maximal value for the received X position of the object.

    • X Position Min/Max: defines a minimal/maximal Viz value for the received X position of the object.

    Note: (Y and Z axis have the same parameters. The parameters are enabled according to the selected format)

Example

If Field Name is VALUE and the format is X, the data sent will be VALUE=10.5;

The container will move on the X axis to a position of 10.5.