LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why parallel port can't read the digital signal back ?

Dear all,
             Please help to see my example, that using to control the parallel port digital chain write and read, and I use "Port out.vi and Port in.vi" to do this action, and Port out. vi is OK to control the digital out from Parallel port, but fail to read the digital signal about, what happens ?
and I know the digital read is from 10,11,12,13,15 to ground, and the ground must short from pin 18 to 25. anything that I should do more ? thanks help to tell the thread.
0 Kudos
Message 1 of 4
(2,773 Views)

Hi API just to discard hardware troubles have you tried testing the read lines directly on MAX (Measurement and Automation Explorer) through a test panel?

Benjamin C
Principal Systems Engineer // CLA // CLED
0 Kudos
Message 2 of 4
(2,724 Views)
You are incrementing the address of the read so you are not reading to the port you are writing. Remove the increment from the read address, if you write to x378 then you should read from x378.
Andrew Alford
Production Test Engineering Technologist
Sustainable Energy Technologies
www.sustainableenergy.com
0 Kudos
Message 3 of 4
(2,717 Views)

Have a try with the following example

 

0 Kudos
Message 4 of 4
(2,701 Views)