beetlebaily
Mechanical
- Aug 27, 2005
- 2
I am trying to make a Allen/Bradley 1746-BAS (BASIC) module pull data from a SLC-5/05 and send it out the serial port to a Zebra Stripe 600 printer. I have it working fine right now but all I can get to print out is my first line of 8 characters. I need three lines of 8 characters. This means 3 variables need to be copied from ST23:17, ST23:23 and ST23:32 (string) files into M0:2.0, M0:2.10 and M0:2.20 memory files.
(Question #1)Do I do these copies all at once or one at a time ?
(Question #2) How do I pull the data into the BASIC module and assign it to a variable for printing ?
(Question #3) Do I do all these assignments at once or one at a time also ?
Any help or refrences would be greatly appreciated. Thanks.
(Question #1)Do I do these copies all at once or one at a time ?
(Question #2) How do I pull the data into the BASIC module and assign it to a variable for printing ?
(Question #3) Do I do all these assignments at once or one at a time also ?
Any help or refrences would be greatly appreciated. Thanks.