LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reading an instrument's parallel output

I am totally new to LabView and just want to make sure that I can actually do what's been asked of me.  We have an old instrument (an autotitrator) that only outputs data to a parallel printer.  All of our old inkjet printers are dying and we'd like to have an electronic copy of the output data as well.  The titrator uses a centronics (round) - printer parallel cable. 

I found the pinout diagram to the centronics plug, so I am assuming that this can be done with labview?

Just some pointers for the right direction would be greatly appreciated.

0 Kudos
Message 1 of 10
(3,926 Views)

Hi,

 

Open the LabVIEW Example Finder and search for parallel port, there should be some examples.

 

 

Christian

0 Kudos
Message 2 of 10
(3,916 Views)
Thanks, I did find those, but what I want to do is essentially put LabView in place of the printer, and read the data coming out of the printer cable of the instrument, capturing what comes out of the printer port of the instrument (which isn't a pc), and transferring it into some sort of useable data.
0 Kudos
Message 3 of 10
(3,912 Views)

Here is an off-the-shelf solution, not LabVIEW 😞

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 4 of 10
(3,906 Views)
AK2DM, I don't see anything?
0 Kudos
Message 5 of 10
(3,899 Views)

Sorry:

 

http://www.photologic.ca/cap.html

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
Message 6 of 10
(3,897 Views)

In LabVIEW you have just PortIn.vi and PortOut.vi to communicate with the parallel port.

 

@AnalogKid: Pretty nice suggestion!

0 Kudos
Message 7 of 10
(3,891 Views)
Well, that is indeed a solution!  Thanks for posting!  I figured I'd have to purchase some sort of converter!
0 Kudos
Message 8 of 10
(3,873 Views)

You just saved me a lot of work! Kudos.

0 Kudos
Message 9 of 10
(3,367 Views)
Those functions are no longer supported or available on later versions of LabVIEW and os's. Use VISA.
0 Kudos
Message 10 of 10
(3,351 Views)