102 User Manual Synertia® RF Generator
The information contained in this manual is subject to change by Comet Yxlon without prior notice.
Example 3: Write set-point (Error)
Example 3 shows the data transferred for a write command for parameter 1206 (0x04B6)
“Power set-point”. The host sends “200.00 (0x00989680 = 10.000 W)” as value. An error
is reported, because the value of 10.000 W is off limit.
In the Function Code, the highest bit is set (Exception Function Code), and the Exception
Code 0x84 is sent.
Address Function Code Parameter Data CRC
Table 44: Example 3 - Write set-point - request
0x0A 0xC2 0x84 0x71
0x01
Table 45: Example 3 - Write set-point - response
Example 4: Read status
Example 4 shows the data transferred for a read command for parameter 8000 (0x1F40)
'State'. The response from the generator contains a 4-byte integer value as data. In this
case the value is 1 (0x00000001), which means 'RF off'.
Address Function Code Parameter Data CRC
0x0A 0x41 0x1F 0x40 0x00 0x01 0xFB 0x65
Table 46: Example 4 - Read status - request
Address Function Code Length Data CRC
Table 47: Example 4 - Read status - response