Variable class/Scaling.Type property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 4F483C11
Scope Basic Development Environment
Data Name Scaling.Type
Short Name* Scaling.Type
Long Name* Scaling:Type
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 81
Owning Class Name Variable Class
Data Type Enum U16 data type

Enum U16

Property Node Scaling:Type
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Gets or sets the type of scaling to perform on a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module.

Valid values are 0 (Linear), 1 (Square Root), 2 (Bitwise), 3 (Invert), and 4 (Custom).

Use a value of 0 or 1 for shared variables with a Data Type of Double, Single, or Integer. Use a value of 2 for shared variables with a Data Type of U32BitField. Use a value of 3 for shared variables with a Data Type of Boolean. Use a value of 4 to perform custom scaling on a shared variable.

This property is similar to the Scale Type option on the Scaling page of the Shared Variable Properties dialog box.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links