LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Virtual printer

I have an old instrument that only outputs information (specifically a plot) to a printer. I would like to capture that output and log it on a computer using labview. Can labview do such a task? Can someone help me to get started? Gratefully, Adam
0 Kudos
Message 1 of 3
(2,398 Views)
I think you will need to provide more information. Virtually anything is possible with LabVIEW but we would need to know more details to be able to suggest solutions to your problem.


Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 2 of 3
(2,396 Views)

In order for an instrument to output HPGL data, it must become the master on the GPIB bus.

 

LabVIEW will normally set your GPIB controller as the master, making it difficult to write LabVIEW code that to capture the HPGL. (only one master on the bus at a time).

 

There are some stand-alone utilities that can capture the HPGL output of an instrument; see this post:

 

http://forums.ni.com/ni/board/message?board.id=170&message.id=293491&query.id=1566415#M293491

 

Search the forums for HPGL...


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

0 Kudos
Message 3 of 3
(2,377 Views)