Parker Hannifin
Binary Address Packet
Transmit Packet
Data Field Description
Byte 0 Header ID ( 0x00 )
Byte 1 Packet ID ( 0x92 )
Byte 2 Program Number
Byte 3 Parameter Code
Receive Packet
Data Field Description
Byte 0 Header ID ( 0x00 )
Byte 1 Packet ID ( 0x92 )
Byte 2 Program Number
Byte 3 Parameter Code
Long 0 Parameter Address
Parameter Codes
Code Mnemonic Description
0x00 DV Double Variables
0x01 DA Double Arrays
0x02 SV Single Variables
0x03 SA Single Arrays
0x04 LV Long Variables
0x05 LA Long Arrays
0x06 $V String Variables
0x07 $A String Arrays
Usage Example
NOTE: Addresses shown are for example only. Addresses will vary
from card to card, depending on system memory
allocation.
This example requests the starting address of the Single Variable
information for Program 5:
Fields: Header Parameter Address
Output:
00 92 05 02
Input:
00 92 05 02 00 80 40 00
Starting address of the Single Variable information for Program 5:
Address: 0x408000
Binary Host Interface 109