TOS9213S/ TOS9213AS
7-23
Query:
DCW:SCANW?
D: SCANW?
Program data
<setting 1>
Data format: Integer
Set value:
0 to 65535 (#HFFFF)
Resolution:
1
LOW is represented by 0 and HIGH by 1.
Program data
<setting 2>
Data format: Integer
Set value:
0 to 65535 (#HFFFF)
Resolution:
1
OPEN is represented by 1 and NOT OPEN by 0.
(Example) To set scanner channels 1 through 4 to LOW, scanner channels 5
through 8 to HIGH, and the other channels to OPEN,
D:SCANW #H00F0,#HFF00
OPEN in setting 2 has priority over setting 1.
Response
To D:SCANW
?
, the settings for all 16 channels are returned as “setting 1” and “set-
ting 2” using 16 bits.
(Example) If scanner channels 1 through 5 are currently set to HIGH, channels 6
through 10 to OPEN, and the other channels to LOW,
“
31,992
” is returned.
DCW:CONTACTCHECK (D:CCH)
Sets ON/OFF of the contact check function for a DC withstanding voltage test. Also
inquires about the status of the function.
Message
Setting:
DCW:CONTACTCHECK_<{ON|OFF}>
D:CCH_<{ON|OFF}>
Query:
DCW:CONTACTCHECK?
D:CCH?
Program data
Data format: Character
Set value:
OFF (0), ON (1)
(Example) To set the contact check to ON,
D:CCH ON
Response
To D:CCH
?
, the current setting for the contact check is returned.
(Example) If the contact check is currently set to ON,
1
is returned.