Viz Plug-ins User Guide
Version 5.0 | Published December 20, 2022 ©
DataScale
The DataScale plug-in scales 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.
DataScale 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 to Off the received data replaces 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 and Scale Max: 1 and the data entered is VALUE=0;. The resulting scaling values of the container are 2.0 0.5 4.0