LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hi am using the California instruments power supply but my code does not work except when the highlight execution is off?

Hi am using the California instruments power supply but my code does not work except when the highlight execution is off?  I get the following error

 

Error -1073807339 occurred at VISA Read in California Instruments iX Series.lvlib:Read Single Voltage Measurement.vi->California Instruments.vi

 

Possible reason(s):

VISA:  (Hex 0xBFFF0015) Timeout expired before operation completed.

0 Kudos
Message 1 of 5
(2,610 Views)

...highligh execution in ON***

0 Kudos
Message 2 of 5
(2,609 Views)

HI

-------
Mark Ramsdale
-------
0 Kudos
Message 3 of 5
(2,607 Views)

HI

-------
Mark Ramsdale
-------
0 Kudos
Message 4 of 5
(2,607 Views)

Hi,

 

You are splitting your references to the instrument.  I suggest putting them in series, this may clear up your issue. 

 

What is the timeout set to in the init VI's.  ( I did not have the subVI drivers to look at).  On the surface it would seem one call has the instrument and another call can not get access, and thus times out.

 

Also, when you put the VI's in series you do not need to use a sequence structure.

-------
Mark Ramsdale
-------
0 Kudos
Message 5 of 5
(2,604 Views)