Scaling Page (Shared Variable Properties Dialog Box)
- Updated2025-03-14
- 3 minute(s) read
Select the Scaling option in the listbox of the Shared Variable Properties dialog box to display this page. Use this page to configure scaling for shared variables.
This page can include the following components:
Option | Description |
---|---|
Enable Scaling | Lists the names and paths of conflicts in memory and conflicts in the project. LabVIEW adds these items to the project under Dependencies. Resolve any new conflicts in the Project Explorer window. |
Scale Type | Sets the type of scaling to use when communicating with the data source. Different types of scaling are available depending on the data type of the shared variable.
|
Engineering Unit | Specifies the engineering unit for the shared variable. |
Raw Full Scale | Specifies the maximum value of the scale you want to use to collect the data from the data source. The raw scale is the original scale that you used to collect the data. The Raw Full Scale value must be greater than the Raw Zero Scale value. This option appears for shared variables with a Data Type of Double. |
Engineering Full Scale | Specifies the maximum value the Shared Variable Engine and HMI application use to scale the data source. The engineering scale is the full range that you want the Shared Variable Engine to use to scale the data source. This option appears for shared variables with a Data Type of Double. |
Raw Zero Scale | Specifies the minimum value of the scale you want to use to collect the data from the data source. The raw scale is the original scale that you used to collect the data. The Raw Zero Scale value must be less than the Raw Full Scale value. This option appears for shared variables with a Data Type of Double. |
Engineering Zero Scale | Specifies the minimum value the Shared Variable Engine and HMI application use to scale the data source. The engineering scale is the full range that you want the Shared Variable Engine to use to scale the data source. This option appears for shared variables with a Data Type of Double. |
Coerce to Range | Coerces the data to the specified range so it is valid. If you scale the data for a shared variable you can write, the data must be within the Raw Scale range. If you scale the data for a shared variable you can read, the data must be within the Engineering Scale range. This option appears for shared variables with a Data Type of Double. |
Invert | Inverts data sent by the data source before storing it in the shared variable. This option appears for shared variables with a Data Type of Boolean. |