FX3G to Zebra GX420T via RS-232

Grant_KSMAuto

Member
Join Date
Jul 2016
Location
Sydney
Posts
1
Hi

I am currently trying to print to a Zebra GX420T printer from an FX3G via RS-232 (FX3G-232-BD)
I have had no luck in getting a response from the printer at all.
Has anyone had success communicating with a Zebra printer. I have even copied the example program from the FX Comms manual without success.

Tia
Grant
 
I have done it a lot using a Do-more PLC. Here is a sample print string for you to try. If you can send it to the printers serial port, then it will print.
Code:
^XA
^LL700
^FO50,100
^ADN,20,10
^FDThis text should print^FS
^XZ
^XA //The beginning of a printer command.
^LL700 //The length of the label in dots (a GX420T should be 203 Dots-Per-Inch).
^FO50,100 //The starting position for the text (50 dots from the top and 100 dots from the left if I remember correctly).
^ADN,20,10 //The font style along with the font size.
^FDThis text should print^FS //The text field. (^FD=Start, ^FS=End).
^XZ //The end of a printer command.
You may need a CRLF st the end. I do not remember for sure.

You can watch the printer when you send it a command. It will blink the status light whenever it gets a bad command. If you get a blink but no print then there is something wrong in you command, if you get no print and no blink, then the printer did not receive anything.
 

Similar Topics

I have added 4 in and 4 out analogs by two cards, a 4DAP and a 4ADP. FX3U-4AD-ADP FX3U-4DA-ADP The manual shows that the registers are near the...
Replies
28
Views
3,048
I have encoder connected to FX3G and stepper. What I want when I rotate encoder it moves stepper. Encoder sets position for stepper. Or each pulse...
Replies
14
Views
2,197
I have a client with a Mitsubishi FX3G-60MT PLC the machine is Chinese only 5 years old and surprisingly its build is good. however.... its PLC...
Replies
10
Views
3,376
Hello Friends I need to communicate these devices. Is it possible? How can I do that? The marker supports RS232C and Ethernet, which could be...
Replies
3
Views
1,135
Hi all, I am totally new to the PLC world and I already face a major obstacle :) I am trying to control a really simple pneumatic system using...
Replies
1
Views
1,458
Back
Top Bottom