MM-400A
12. Data Communication
12-27
Item Display Range Length
16 SHUNT RESISTOR 0 0: 50mV/0.5kA
1: 50mV/1kA
2: 100mV/0.5kA
3: 100mV/1kA
1
17 Return code [CR] (0x0d) 1
18 Feed code [LF] (0x0a) 1
Output data common to all schedules (SCH.# 000)
Item Display Range Length
1 Start code ! 1
2 ID NO. 01 01 to 31 2
3 SCH.# 000 000 3
4 Screen code S 1
5 Item No. 12 2
6 Delimiter : 1
8 “CURRENT TRIGGER LEVEL” to 16 “SHUNT RESISTOR” in BASIC SETUP Writing
request data for schedule
16 Return code [CR] (0x0d) 1
17 Feed code [LF] (0x0a) 1
Communication example
Reads the setting data of ID NO. 01 and SCH.# 2.
“Host computer → MM-400A”
#01R002S12*[CR][LF]
“MM-400A → Host computer”
!01001S12:ABCDE,0,0,050,0,0,0000.0CYC,0000.0CYC,0,00,00.00kA,000.5CYC,10%,00.5
CYC,00.0s,01.5%[CR][LF]
Writes the setting data in ID NO. 01 and SCH.# 1.
“Host computer → MM-400A”
#01W001S12:ABCDE,0,0,050,0,0,0000.0CYC,0000.0CYC,0,00,00.00kA,000.5CYC,10%,00.
5CYC,00.0s,01.5%[CR][LF]
“MM-400A → Host computer” (sent for check when the written data is within the range.)
!01001S12:ABCDE,0,0,050,0,0,0000.0CYC,0000.0CYC,0,00,00.00kA,000.5CYC,10%,00.5
CYC,00.0s,01.5%[CR][LF]
Reads the setting data of ID NO. 01 and part common to schedules.
“Host computer → MM-400A”
#01R000S12*[CR][LF]
“MM-400A → Host computer”
!01000S12:99,0,0,0,0[CR][LF]
Changes the current trigger level of ID NO.01 and part common to schedules to “90.”
“Host computer → MM-400A”
#01W000S12:90,0,0,0,0[CR][LF]
“MM-400A → Host computer” (sent for check when the written data is within the range.)
!01000S12:90,0,0,0,0[CR][LF]