LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can't use PACE 5000 drivers

Solved!
Go to solution

Hi.

I'm trying to use labview to control my GE PACE 5000 using the drivers given there. But i can't even run the exemples. All i get is timeout errors or insufficient locations.

I plugged it with USB and installed VISA beforehand.

I'm new to labview, so i fear i'm missing something really basic but important.

Thanks for the help 🙂

Download All
0 Kudos
Message 1 of 4
(3,308 Views)

Update : i if use USB B instead of USB A, Windows recognises it but doesn't assign it to any COMPORT, so i can't use it with the VI examples.

0 Kudos
Message 2 of 4
(3,282 Views)

Your "Insufficient Location" error is due to having LPT1 in your VISA resource name.  Computers just don't have parallel printer ports anymore.

 

Timeout errors are usually caused by not sending a correct command.  Possibly failing to send a termination character on your VISA Write command.  But that is just a guess in your case since you didn't include any VI so we can see what your program is actually trying to do.

0 Kudos
Message 3 of 4
(3,279 Views)
Solution
Accepted by Hyouryû

Actually I included the link for the files. But i finally managed to make it work with the RS232 port. But thanks for the help 🙂

0 Kudos
Message 4 of 4
(3,253 Views)