Floating point value display: Difference between revisions
From Smart LCD
mNo edit summary |
m →how to |
||
| Line 7: | Line 7: | ||
* VP_N32 is a variable in RAM area, it can hold a 32bit value, which can be an integer or a floating point value. | * VP_N32 is a variable in RAM area, it can hold a 32bit value, which can be an integer or a floating point value. | ||
* For showing floating point value that hold in the VP, Data Type have to selected as "Float" | * For showing floating point value that hold in the VP, Data Type have to selected as "Float" | ||
[[Character Elements | [[Character Elements#Number Element (NUM)|Number Element (NUM)]] | ||
Revision as of 16:55, 17 September 2025
background
Smart LCD provide VP_N32 can holding a 32bit number value and show as integer or floating point value. Here give an example about how to show it in NUM element.
how to

- VP_N32 is a variable in RAM area, it can hold a 32bit value, which can be an integer or a floating point value.
- For showing floating point value that hold in the VP, Data Type have to selected as "Float"