printing alarm list

jimcav

Member
Join Date
Dec 2004
Location
new jersey
Posts
229
Sorry this will be a bit long. We have a customer that wants to print the alarms that happen during a batch or run. I will be using the control logix platform with an l61 processor. After talking to ab they said finding a printer that supports PCL3 would be hard to find. I would be connecting the printer to the panel view plus touch screen. ab historian would be over kill. Any thoughts on how I could print alarms for each batch that they run?
 
1) My two cents, make an array, use a fifo inside your plc programming, put your alarms including time and date (use gsv), when your batch is finish use a push button in your plc program to reformat your array to be sent to the print port of PLC.
2)More expensive way: use and OPC client ( rslinx is the opc server), use printing by events ( when an alarm occurs) this data is written in and excel report for instance. A good example is XLReporter from www.sytech.com you can try it for free, there are other options.

3) Try if PV is compatible with those printers similar to the ones used on Point of sale, they are serial, in this case the fifo mentioned in (1) is on the screen and has to be printed on the serial printer.

Attached you will find a screen for one of my PV, this is a fifo used fo production but can be used for alarms, I´m using XLReporter.

fifo.jpg
 

Similar Topics

Hi I am using Factorytalk SE and there is requirement for line by line printing (Dot Matrix)whenever the alarm or event will appear.How i can do it?
Replies
2
Views
2,496
HI, havent posted here in a while but usually get great answer from you guys. In the past whenever I set up an HMI system (FIX intellution, etc)...
Replies
4
Views
1,774
I am loading Intouch 10.1 on a test machine with Windows 7 and I have everything working except for Alarm Printer. The standard .bat file we use...
Replies
3
Views
5,370
I am printing the Alarm from FTViewSE Client to Printer, but it is not printing more than 40 Character per line, Default Printer I Set is IMAC -...
Replies
0
Views
4,132
Hi All I am New To Wincc Flexible I normally Use RS VIew Does Any one know How Can I print Alarms From The TP177B (or find an example of how to)...
Replies
0
Views
1,323
Back
Top Bottom