Micrologix 1400 ASCII issue 82 characters??

pmcguinness

Member
Join Date
Nov 2015
Location
illinois
Posts
1
Hi

I am new to the forum. I have a question regarding serial communications in the Micrologix 1400. I want to print a QR code, Barcode and Alphanumerical on a label. At the moment I can print QR and Barcode on the same label no problems , its when I try to add more characters that my problems begin. To print all the above I have to send more than 82 characters to the printer but the PLC is only letting me send 82 it truncates the rest. Is there anyway to send more than 82 characters from the PLC. The Printer is Zebra ZT230 connected via serial.

Here a sample of the code I am using.
View attachment PLC code.pdf


At present I am Printing the code in ST13:18 which is 82 characters
I want to change and Print the code in ST13:20 and ST13:21 but the combine characters are 98.

Any help much appreciated

Pat
 
You'll have to test the output buffer to see that ST13:18 was finished transmitting then send the next strings. Off the cuff, (3) AWT instructions will be needed (or (2) AWA and (1) AWT ).
 

Similar Topics

I apologize for the elementary content of my question. I have just started and I have been trying to do some of the examples in the manual, but I...
Replies
3
Views
2,848
Hi all, Question straight up: if I have a micrologix 1400 with a value of 1234 in register N7:0, how can I convert that value to ASCII values and...
Replies
6
Views
5,877
Hi all, I would like to read ASCII weight from 2 scales into a single serial port on a MicroLogix 1400 using RS-485. I haven't seen any posts on...
Replies
0
Views
3,103
Hi, I am trying to get Allen Bradley Micrologix 1400 to send ASCII commands over a RS-485 2 wire connection. I can get PuTTy to communicate just...
Replies
5
Views
9,071
Have been experimenting with connecting a sick barcode scanner to a micrologix 1400 plc and been able to successfully read the barcode into a ST...
Replies
6
Views
9,311
Back
Top Bottom