Serial Communication Programmer Reference Guide
Powermax65/85/105 SYNC Reference Guide 810400 47
Example request and response
Request from CNC:
:0104302800089B<CR><LF>
Response from plasma power supply:
:010410D1B6000010EB0000D0750000D5AE00069B<CR><LF>
Value Description
: Start of message
01 Plasma power supply node address
04 Read Registers
3028 First register address (0x3028)
0008 Quantity of registers to read (0x0008 = 8):
• 0x3028 (total number of torch starts – bytes 1 and 0)
• 0x3029 (total number of torch starts – bytes 3 and 2)
• 0x302A (cumulative pilot arc time – bytes 1 and 0)
• 0x302B (cumulative pilot arc time – bytes 3 and 2)
• 0x302C (total number of arc transfers – bytes 1 and 0)
• 0x302D (total number of arc transfers – bytes 3 and 2)
• 0x302E (cumulative arc transfer time – bytes 1 and 0)
• 0x302F (cumulative arc transfer time – bytes 3 and 2)
9B LRC
<CR><LF> End
Value Description
: Start of message
01 Plasma power supply node address (confirmed)
04 Read Registers (confirmed)
10 Quantity of bytes in the Data segment (0x10 = 16)
D1B6 0000 D1B6 0000 = 0x0000D1B6 = 53,686 starts
10EB 0000 10EB 0000 = 0x000010EB = 4,331 seconds of pilot arc (72 minutes)
D075 0000 D075 0000 = 0x0000D075 = 53,365 arc transfers
D5AE 0006 D5AE 0006 = 0x0006D5AE = 447,918 seconds of arc transfer (124 hours)
9B LRC
<CR><LF> End