Image in a 1746-BAS basic module

http://www.plctalk.net/qanda/showthread.php?t=67548

Setting up serial communication to printer to print a picture (image) would be a great undertaking for the PLC. Currently you are probably using ASCII code directly to the serial printer.

If you need images printed out based upon PLC information, I would look to using a program like AdvancedHMI. This would run on a windows PC under visual studio. The program is written in VB.net. This is a free HMI package. Your printer can then be connected via the printer drivers available.
https://sourceforge.net/projects/advancedhmi/
http://www.dreamincode.net/forums/topic/44150-printing-in-vbnet/
You can also have designed forms that you just print to the default printer in vb.net.
https://msdn.microsoft.com/en-us/library/bb629268.aspx

What printer model are you using?

Regards,
 
Last edited:
To add onto what Garry said -

Depending on your printer and image needs, Some printers(let's use a Zebra as an example) can have images saved to the Printer ahead of time. Then you would just 'call' the image as part of the print template you are passing to it.
 

Similar Topics

I am working with Twincat 3. I am trying to store some images in files and when PLC restarts I want to read those files and get the images...
Replies
0
Views
53
Scenario: This is for a system that has a PV800 user interface (connected to a Micro850 PLC) programmed with CCW. There are various control...
Replies
6
Views
546
Ran a firmware update on a datalogger and this is the horrific splash screen it showed when the update is running. Genuinely thought I'd bricked...
Replies
8
Views
1,289
Hi, When I use an interrupt OB (let's say OB38 which is processed every 10ms), does it read the state of the inputs at the time it is called, or...
Replies
18
Views
2,397
How to add animated images to factory talk view se When importing.gif images, it's not working
Replies
1
Views
401
Back
Top Bottom