Get
Last updated
Last updated
With a Get-type animation, you can display the value on the mimic screen.
As shown in Figure 1, we show a random value that we generate with javascript Math.random () on the selected text object.
Display in mBar if the pressure value is less than 1.
Show LOCAL/MANUAL/AUTO status as text by looking at a value of 'UNIT01_OPERATION_MODE'.
As shown in Figure 2, we show a variable value on a selected object text object. Get-Numeric allows you to format and display a variable without writing code.
In Figure 2, on the right-hand form;
Default Value : The value to be displayed when there is no communication. (e.g. -1)
Format : Sets the display format of the changed value. You can set the amount of a decimal number, the decimal separator, the number of grouping of a number, the grouping separator, the prefix, the suffix of a variable.
Used to show text on a selected text object as shown in Figure 5.
Condition-Value-Return : You can show different values according to the conditions that you specify on the variable value. You can add a condition by pressing the button. In the Condition section, you will be presented with the options you see in Figure 3. Interpretation of the example in Figure 3; Show the value 100 when the variable value is greater than 90.