Populating Data Array

ARC Final Print

Populating Data Array

RSLogix 5000

 

Populate the data array as follows:

  1. Elements 0 - 10 should contain a single character of the serial number you want to print on the label.  Element 0 should contain the first character, Element 1 should contain the second character, etc.
  2. Elements 12 and 13 should contain the weigh you wish to print on the label.  If weight is not required, both elements should contain 0.  The weight should be seperated into whole number and decimal, with the whole number placed in element 12 and the decimal should be muliplied by 100 and placed in element 13.
  3. Elements 14 - 17 are the IP address of the printer you wish to print the current label on. For example, if the printer IP address is 192.168.1.101, element 14 would contain 192, element 15 would contain 168, element 16 would contain 1, and element 17 would contain 101.
  4. Element 18 is used to choose which folder the print code is selected from.  If Element 18 contains the value 2 the secondary storage location is used.  If element 18 contains any value other than 2, the primary storage location is used.