Instruction manual
Connection box C-BOX 300
C-BOX data collection using minimum flow control
S
ubject to reasonable modifications due to technical advances. Copyright Pepperl+Fuchs, Printed in Germany
P
epperl+Fuchs Group • Tel.: Germany (06 21) 7 76-0 • USA (330) 4 25 35 55 • Singapore 7 79 90 91 • Internet http://www.pepperl-fuchs.com
Date od issue 07/25/2003
34
....
// Master receives and acknowledges the barcode event "0123456";
Input Area
0x01 0x03 0x00 0x07 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x00 0x00 0x00 0x00 0x00
Output Area
0x01 0x03 0x00 0x00 0x00 0x00 0x00 0x00
.....
// C-BOX sends the barcode string equal to "5678" received from the scanner.
Input Area
0x00 0x03 0x00 0x04 0x35 0x36 0x37 0x38 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Output Area
0x01 0x03 0x00 0x00 0x00 0x00 0x00 0x00
....
// Master receives and acknowledges the barcode event "5678";
Input Area
0x00 0x03 0x00 0x04 0x35 0x36 0x37 0x38 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Output Area
0x00 0x03 0x00 0x00 0x00 0x00 0x00 0x00
.....
// C-BOX sends the barcode string equal to "10DL" received from the scanner.
Input Area
0x01 0x03 0x00 0x04 0x31 0x30 0x44 0x52 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Output Area
0x00 0x03 0x00 0x00 0x00 0x00 0x00 0x00
....
// Master receives and acknowledges the barcode event "10DL";
Input Area
0x01 0x03 0x00 0x04 0x31 0x30 0x44 0x4C 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Output Area
0x01 0x03 0x00 0x00 0x00 0x00 0x00 0x00
.....
// C-BOX sends the barcode string equal to "P+F" from the scanner.
Input Area
0x00 0x03 0x00 0x03 0x44 0x50 0x2B 0x46 0x00 0x00 0x00
Output Area
0x01 0x03 0x00 0x00 0x00 0x00 0x00 0x00
....
// Master receives and acknowledges the barcode event "P+F"