100
3. <
number
> defined as octal.
The 2835-C recognizes unsigned octal numbers in the range 0 to 65535
decimal, or 0 to 177777 octal. Octal numbers are represented using digits
from 0 to 7. An octal number has the following format:
#Q<
octal
>
Where
#Q
= mandatory octal number header
<
octal
> = octal digits (0 to 7)
Example:
All numbers below represent the decimal value 129.
#Q201
#q0201
#q201
4. <number> defined as hexadecimal.
The 2835-C recognizes unsigned hexadecimal numbers in the range 0 to
65535 decimal, or 0 to FFFF hexadecimal). Hexadecimal numbers are
represented using the digits 0 - 9 and the characters A - F. A hexadecimal
number has the following format:
#H<
hexadecimal
>
Where
#H
= mandatory octal number header
<
hexadecimal
> = hexadecimal digits (0 - 9 and A - F)
Example:
All numbers below represent the decimal value 127.
#H7f
#H007F
#h7f
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com