06.08.2014 Views

(8.5x11) 6000 Manual Cover - Newport Corporation

(8.5x11) 6000 Manual Cover - Newport Corporation

(8.5x11) 6000 Manual Cover - Newport Corporation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

A floating point number is defined as follows:<br />

1. Optional + - sign. This defines the sign of the number. If missing,<br />

positive is assumed.<br />

2. Optional 0 - 9 digits. These digits define the integer portion of the<br />

mantissa.<br />

3. Optional . decimal point. This defines the end of the integer portion of<br />

the mantissa, and indicates that the fractional portion of the mantissa<br />

follows.<br />

4. Optional 0 - 9 digits. These digits define the fractional portion of the<br />

mantissa.<br />

5. Optional exponent indicator, an ASCII ‘E’ or ‘e’, followed by a ‘+’ or ‘-’<br />

(optional), followed by decimal digits.<br />

Examples:<br />

the numbers below all represent the value “1.2”<br />

1.2<br />

1.2e0<br />

+01.2E+00000<br />

120E-2<br />

.12e1<br />

the numbers below all represent the value “-1.2”<br />

-1.2<br />

-1.2e+00<br />

-0001.2e+0<br />

-120e-2<br />

.12E1<br />

2. defined as binary.<br />

The 2832-C recognizes unsigned binary numbers in the range of 0 to 65535,<br />

decimal, or 0 to 1111111111111111 binary. Binary numbers are represented<br />

using only the digits 0 and 1. A binary number has the following<br />

format:<br />

#B<br />

Where<br />

#B = mandatory binary number header<br />

= binary digits (0’s or 1’s)<br />

Example:<br />

All numbers below represent the decimal value 129.<br />

#B10000001<br />

#b010000001<br />

#b10000001<br />

87

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!