
- 51 -
RPM
- Read Pressure control Mode
- Return Value : 4byte data
EX)
<Host> 'RPM<CR>'
<GMC1100> ' On<CR>' or ' Off<CR>'
RPC
- Read Pressure control Channel
- Return Value : 2byte data
EX)
<Host> 'RPC<CR>'
<GMC1100> '0<CR>'
Return Value means that '0' is equal to 0x30 hex value
0x30 hex is equal to binary
(MSB)
00110000
(LSB)
Each bit indicate each Channel. MSB is 8Ch and LSB is 1Ch.
Bit 1 mean Pressure control ON and Bit 0 mean Pressure
control OFF. Therefore '0' means that Ch5, Ch6 pressure
control On and the other channel is not controlled
RPG
- Read Pressure control Gain value
- Return Value : 4byte data
EX)
<Host> 'RPG<CR>'
<GMC1100> ' 30<CR>'
Pressure control Gain Value is 30%.
RPT
- Read Pressure control phase lead Time
- Return Value : 5byte data
EX)
<Host> 'RPT<CR>'
<GMC1100> '0.01<CR>'
Pressure control phase lead time is 0.01sec.