Serial Communication Programmer Reference Guide
40 810400 Reference Guide Powermax65/85/105 SYNC
Exit remote control mode
To exit remote control mode, the CNC must write a value of zero (0x0000) to the following registers
(the same registers used to enter remote control mode):
0x3080 (operating mode setting)
0x3081 (output current (A) setting)
0x3082 (gas pressure setting)
Example request and response
Request from CNC:
:0110308000030600000000000036<CR><LF>
Response from plasma power supply:
:0110308000033C<CR><LF>
Value Description
: Start of message
01 Plasma power supply node address
10 Write Multiple Registers
3080 First register address (0x3080)
0003 Quantity of registers to write (0x0003 = 3):
• 0x3080 (operating mode)
• 0x3081 (output current)
• 0x3082 (gas pressure)
06 Quantity of bytes in the Data segment (0x06 = 6)
0000 Value to write to address 0x3080 (0x0000)
0000 Value to write to address 0x3081 (0x0000)
0000 Value to write to address 0x3082 (0x0000)
36 LRC
<CR><LF> End
Value Description
: Start of message
01 Plasma power supply node address (confirmed)
10 Write Multiple Registers (confirmed)
3080 First register address (confirmed)
0003 Quantity of registers to write (confirmed)
3C LRC
<CR><LF> End