![Manta MTS-1700 SERIES Operation And Reference Manual Download Page 310](http://html1.mh-extra.com/html/manta/mts-1700-series/mts-1700-series_operation-and-reference-manual_1723616310.webp)
PROGRAMMABLE DIGITAL I/O CHANNELS
A-4
MTS-1700 SERIES OPERATION AND REFERENCE MANUAL
MANTA TEST SYSTEMS
CU A002 15A
A.6.1 Interpretation of Logic Values
Logic values of digital inputs and outputs should be interpreted as follows:
1 = Contact closed or voltage present
0 = Contact open or voltage absent
A.6.2 Specifying Values in Digital I/O Commands
Values in commands denoted by # can be specified in one of three formats: decimal, binary or hexadecimal.
Decimal values are assumed by default, or specified by an optional and prefix. Binary values are specified
by a % prefix. Hexadecimal values are specified by an H prefix.
For example, the following values, when used in digital I/O commands, are equivalent:
H2E50
(hexadecimal)
%10111001010000
(binary)
11856
(decimal)
&11856
(decimal)
For your reference, a decimal, binary and hexadecimal conversion table is given below:
Decimal
Binary
Hexadecimal
0
0000
0
1
0001
1
2
0010
2
3
0011
3
4
0100
4
5
0101
5
6
0110
6
7
0111
7
8
1000
8
9
1001
9
10
1010
A
11
1011
B
12
1100
C
13
1101
D
14
1110
E
15
1111
F
A.6.3 General Commands
Command
Description
DIO,FMT#
Output number format
•
Specifies the format of output data values as they’re printed by the MTS-1710
•
Valid values are 0-2
0 - hexadecimal (for example, E29B)
1 - binary (for example, 1110001010011011)
2 - decimal (for example, 58011)