Receipt style printing from PV Plus/Control Logix system

Join Date
May 2010
Location
Melbourne
Posts
453
Hi there,

I'm wondering if anyone has any experience or ideas on a solution to be able to print to a "receipt" style POS printer from a PV Plus or Control Logix system?

I know the new PV Plus 6 systems support a bunch of plug and play USB printers as listed here:
http://rockwellautomation.custhelp.com/app/answers/detail/a_id/111636/kw/111636

The customer specifically wants a robust POS receipt style printer though.

The application will be for truck drivers to do a CIP wash after unloading dairy product.

Most of the logic for the CIP wash is already there. I just have to add an interface for the drivers to be able to select a wash type, then be able to generate an invoice/receipt once the wash is completed with a few details like wash type, time, cost, etc.

I have found a printer that has a USB connection and has drivers for Windows CE, but I am not sure how I would integrate this on the Panelview, or if it would even work at all.

http://www.starmicronics.com.au/index.php?mainId=100067&Cid=100067&PageType=leftmenu

Any ideas?
 
We use Serial printing all the time out of the Logix processor if you don't need CH0 for anything else. Printing serially out of the PV+ is not the easiest to setup or change for that matter.
 
We use Serial printing all the time out of the Logix processor if you don't need CH0 for anything else. Printing serially out of the PV+ is not the easiest to setup or change for that matter.

That does seem like the easiest option.

The PLC is around 50+ meters and multiple rooms away from where we want the HMI and printer though, which is why I'm going to try printing from the HMI first.

Something to fall back on at least.

Thanks.
 
We use Serial printing all the time out of the Logix processor if you don't need CH0 for anything else. Printing serially out of the PV+ is not the easiest to setup or change for that matter.

I too need to source a serial printer for our machines. I intend to print from a Micrologix 1400. Failing this I will do it from the User interface which I've developed in C#.

What kind of printer are you using? Do you recommend it?
 
I too need to source a serial printer for our machines. I intend to print from a Micrologix 1400. Failing this I will do it from the User interface which I've developed in C#.

What kind of printer are you using? Do you recommend it?

From the research that I've done over the past couple of days the Epson TM-T88 series seems to be widely used in the POS world. Have seen it used in a lot of examples for serial printing from PLCs/HMIs also.
 
If you don't mind running Cat5 from the PLC to the printer, you can use a pair of Perle SDS to bridge serial to ethernet and back.
 
I too need to source a serial printer for our machines. I intend to print from a Micrologix 1400. Failing this I will do it from the User interface which I've developed in C#.

What kind of printer are you using? Do you recommend it?

We use a couple of printers depending upon the circumstance. Our standard, if we don't need a receipt style printer, is an Epson LX300. Very few regular size printers have a serial port anymore. The nice thing is that it is available in 230V/50Hz when we need to ship overseas.

For our receipt style printers, we use Omniprint PM192. Small, 24VDC, 40 column printing. It is an ink printer not thermal.

We've programmed reports from most of the Micrologix series. The only thing we've run into is that it runs out of memory really fast when you are filling data tables with STring types.
 

Similar Topics

Hello, I am currently unsure of how to return the value of a variable to be printed by a receipt printer from my Beckhoff CX5140 PC using the...
Replies
0
Views
1,003
Does anyone have experience receiving unsolicited messages using RSLinx through an Allen Bradley gateway? We're trying to send message over DH+...
Replies
0
Views
2,396
Question to anyone with ideas about my thoughts on upgrading a very vintage timer, which is being used to switch between 2 5hp domestic water...
Replies
14
Views
433
Hi guys have only just been getting stuck into learning about PLC’s. I’ve got an older version of Studio 5000 and a CompactLogix PLC. I have...
Replies
2
Views
477
When I create a line in FTV Studio ME (v13 CPR9 SR13 - Patch 17 Build 413) and try to change the line style to anything but "Solid" it just...
Replies
6
Views
1,236
Back
Top Bottom