
Numeric Values
Numeric values can be expressed in a number of formats, where the character in
parentheses represents the format identifier:
•(d)ecimal
•(h)exadecimal
•(%) percentage
•(s)econds
•(t)icks (1 tick = 1/112.5 seconds)
•(')character(') (single byte)
The allowable range of analog values expressed in each format is as follows:
Format Minimum Maximum
Decimal 0d 65535d
Hexadecimal 0h FFFFh
Percentage* 0% 100%
Seconds** 0s 582.53s
Ticks 0t 65535t
Byte ' ' (space, ASCII 20h) '~' (tilde, ASCII 7Eh)
*Percentage and seconds formats can be expressed with precision of .01% or .01s.
**Double precision time values range from 0.0 seconds to 19,088,743 seconds.
Every parameter has a default format if none is specified when the symbol is defined.
Comentarios a estos manuales