Serial Communication Programmer Reference Guide
Powermax65/85/105 SYNC Reference Guide 810400 39
Example request and response
Request from CNC:
:0110308E0002040404061805<CR><LF>
Response from plasma power supply:
:0110308E00022F<CR><LF>
Value Description
: Start of message
01 Plasma power supply node address
10 Write Multiple Registers
308E First register address (0x308E)
0002 Quantity of registers to write (0x002 = 2):
• 0x308E (quick restart command)
• 0x308F (quick restart approval)
04 Quantity of bytes in the Data segment (0x04 = 4)
0404 Value to write to address 0x308E (0x0404 = quick restart)
0618 Value to write to address 0x308F (0x0618 = approval)
05 LRC
<CR><LF> End
Value Description
: Start of message
01 Plasma power supply node address (confirmed)
10 Write Multiple Registers (confirmed)
308E Register address (confirmed)
0002 Quantity of registers to write (confirmed)
2F LRC
<CR><LF> End