LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout Error -1073807329 for Curve command

im transferring waveform from MDO 3024 Oscilloscope to front pannel waveform Graph im using scpi command Curve im receiving the ASCII data from oscilloscope but visa read is giving Timeout error code(-1073807329) below im attaching image for VI and im using Labview 5.1 

0 Kudos
Message 1 of 3
(889 Views)

I do hope you have access to a more recent version of LabVIEW than LabVIEW 5.0!  On what kind of machine and what OS is it running?

 

I'm sure you know that (modern) LabVIEW says the errror is "VISA: (Hex 0xBFFF001F) The specified attribute is read-only."  This is puzzling, as there are only two VISA functions in your code (and they are the only ones on the Error Line, unless an Error is "passed into" this VI -- you should check on that!).  I just noticed that your first VISA function is a VISA Write, but I don't see any code to establish a VISA connection anywhere.  That's a logical first place to look.

 

It's probably not a good idea to run 25-year-old software on a 25-year-old computer running a 25-year-old OS.  The cost of computers (complete with the latest versions of Windows or MAC OS) are quite reasonable, and even a one-time purchase of "modern LabVIEW" (provided you can get a "perpetual license" that you can continue using without upgrading yearly) makes great sense (a whole lot has been "improved" in the last quarter-century).

 

Bob Schor

0 Kudos
Message 2 of 3
(879 Views)

What communication bus?  How many samples in your waveform?  What is the timeout for VISA?  Why a LabVIEW version that is 20+ years old?

 

 



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(874 Views)