DataScale

graphics/plugins_datascale-icon.png

DataScale scales the container it works on according to the received data.

graphics/plugins_datascale.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.

Example

The current scaling values of the container are 2.0 3.0 4.0.

If the parameters are: Field Name: VALUE Format: Y Data Min: -100 Data Max: 100 Scale Min: 0 Scale Max: 1 and the data entered is VALUE=0;

Then the resulting scaling values of the container will be 2.0 0.5 4.0