
21
P94PFB01A
Acyclic Parameter Access
6.4.2 Example 2: Write to Velocity Accel Limit
Example 2: Write to Velocity Accel Limit, PID76 / VAR_ACCEL_LIMIT with a value of 1500. This second
example provides a valid send/receive transmission and an invalid send/receive transmission for a write
operation to PID76.
Valid Transmission:
SEND: message consisting of:
Byte 0
Byte 1
Byte 2
Byte 3
Byte 4
Byte 5
Byte 6
Byte 7
0x05
0x00
or
0x80
0x00
0x4C
0x00
0x00
0x00
0x00
Write
Toggle
PID 76
Data = 1500
RECEIVE: response consisting of:
Byte 0
Byte 1
Byte 2
Byte 3
Byte 4
Byte 5
Byte 6
Byte 7
0x05
0x10
or
0x90
0x00
0x4C
0x00
0x00
0x05
0xDC
Write
Valid response
PID 76
Data = 1500
Invalid Transmission:
SEND: message trying to write to a read-only PID:
Byte 0
Byte 1
Byte 2
Byte 3
Byte 4
Byte 5
Byte 6
Byte 7
0x01
0x00
or
0x80
0x03
0x4A
0x00
0x00
0x05
0xDC
Write
Toggle
PID 74
Data
RECEIVE: response consisting of:
Byte 0
Byte 1
Byte 2
Byte 3
Byte 4
Byte 5
Byte 6
Byte 7
0x01
0x14
or
0x94
0x00
0x4A
0x00
0x00
0x05
0xDC
Write
Valid response,
Read-only
parameter
PID 74
Data = 1500