HTML HMI can capture and display server values in many HTML elements, including input fields. The value will not affect the styling of the elements in any way, so your standard layout, look and feel can be maintained.
Formatted Data
Additionally, value formatting is supported for string, boolean and numeric data. Formatting options include:
- Numeric values can be formatted, limiting decimal precision
- Converting boolean values, so true can become YES
- Values can be placed in strings such as "{0} ft/s." to render "125.2 ft/s."
- Formatting can also be combined, so you can limit decimal precision and include the result within a string formatter