LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TPC 2012 Print text to network printer

Another TPC question...  Has anyone ever tried to print a simple text file to a network printer using the LabVIEW Touch Panel Module?  Also, the TPC 2012 has a parallel port (printer port).  Has anyone tried to use this to print from LabVIEW?
SteveA
CLD

-------------------------------------
FPGA/RT/PDA/TP/DSC
-------------------------------------
0 Kudos
Message 1 of 2
(2,454 Views)
StevenA,

There is no direct way to programmatically use a printer with the Touch Panel Module. Some thoughts on how this could be done:

1) If you were using an older line printer, you would be able to print what you send serially in your VI.
2) With LabVIEW TP Module 8.5, there's an inline C node which may allow you to implement this via embedded C code.
3) With LabVIEW TP Module 8.5, you can run applications using Run Application.VI. You could possibly create an external application which prints something that you call via your LabVIEW VI.
Regards,

Jared Boothe
Staff Hardware Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,420 Views)