Download EDMI Genius/Mk6E User Manual - Smart Building Services Pty Ltd

Transcript
Reading File Structure
Register Values – OutputFormat
The OutputFormat specifies how the value of the register is to be formatted and printed.
Do not specify an OutputFormat when there are multiple types. For example
“[F119,fbb,%6.2f]” will fail because the OutputFormat “%6.2f” will be applied to a
Byte.
Numbers and Strings
Format specifiers have the following form:
"%" ["-"] [width] ["." prec] type
A format specifier begins with a % character. After the % come the following, in this
order:
•
An optional left justification indicator, ["-"].
•
An optional width specifier, [width].
•
An optional precision specifier, ["." prec].
•
The conversion type character, type.
The Table 23-3 summarises the possible values for type:
EziView Reading Files 23-7