From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview program

If your getting a timeout error at read then there are two possible causes I can think of right now.

 

1) you are using the wrong terminating character

 

2) it is set to read a specific number of bits (instead of terminating on a character) and you aren't receiving all of the bits.  So VISA is waiting for the rest of them.

 

Both solutions involve making sure that you are in fact using the correct terminating character on reads.

0 Kudos
Message 11 of 13
(439 Views)

Have you tried some of the supplied exsamples for the driver ?

 

Have you tried using the "Initialize.vi" ?

You shouldn't use the VISA vi's directly, you should only use the driver vi's.

0 Kudos
Message 12 of 13
(434 Views)

Hello sir,

            I am  having problem in labview code 
1)Initialise Vi is getting configured again and again for every iteration.
2) I need Open all channels to be executed , once all cases for a channel is finished.
 
The sub vis in program are manufacturer provided, so download the instrument drivers  for Druck PACE 5000 and Keithley 2750 to look into the vi.
 
 
I m attaching the snapshots and code.
0 Kudos
Message 13 of 13
(406 Views)