![Interface 9834 Скачать руководство пользователя страница 22](http://html1.mh-extra.com/html/interface/9834/9834_instruction-manual_2076338022.webp)
Page 19
SERIAL RS232 COMMUNICATIONS (CONT)
(M)ODE COMMANDS
To change a MODE item, send an 8 character ASCII string to the Model 9834. The 1st
character is always M. The 2nd character identifies the item being changed. The other
characters are the item's new value.
String Transmitted
Menu Item Changed
MA00nnn
Sets Filter Window (bAnd) to nnn where 001 < nnn < 999
MW000nn
Sets Filter 1-alpha (FILtEr) to nn where 00 < nn < 99
MC +nnnnn
Sets Calibration value (CAL) to +nnnnn
ME +nnnnn
Sets Full Scale value (FS) to +nnnnn
MG+0000n
Sets decimal pt (dP) to n where 1 < n < 5
MI+000nn
Sets SP1 to monitor function (See Table below)
MJ+0000x
Sets SP1 to HI or LO where x is H or L
MK +nnnnn
Sets the value of SP1 to +nnnnn
ML+000nn
Sets SP2 to monitor function (See Table below)
MM+0000x
Sets SP2 to HI or LO where x is H or L
MN +nnnnn
Sets the value of SP2 to +nnnnn
MO+000nn
Sets SP3 to monitor function (See Table below)
MP+0000x
Sets SP3 to HI or LO where x is H or L
MQ +nnnnn
Sets the value of SP3 to +nnnnn
MR+000nn
Sets SP4 to monitor function (See Table below)
MS+0000x
Sets SP4 to HI or LO where x is H or L
MT +nnnnn
Sets the value of SP4 to +nnnnn
MU+00nnn
Sets Hysteresis High (HH) to nnn where 000 < nnn < 200
MV+00nnn
Sets Hysteresis Low (HL) to nnn where 000 < nnn < 200
nn Function for SP
00 Instantaneous
01 Peak-Valley
02 Peak
03 Valley
Examples written in BASIC. These examples assumed that the RS232 port was opened with
buffer #2.
The following code changes the indicated menu item.
Example 1
X$ = "ME+12000"
PRINT #2, X$
'changes FS value to +12000
Example 2
PRINT #2, "MI+00003 'changes SP1 to monitor valley
(T)are and (P)reset Commands
String Transmitted
Menu Item Changed
TT
Tare or Zero
TU
Untare or Unzero
TA +nnnnn
Sets the tare value to +nnnnn
Examples written in BASIC. These examples assumed that the RS232 port was opened with
buffer #2.
Example 1
PRINT #2, "TT"
'initiates an autozero or autotare
Example 2
X$ = "TA-00108"
Print #2, X$
'Set the tare value to -108