LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1073999875 - timeout

Hello,

 

I am trying to acquire a signal from a Tektronix TDS2002C. To do that is use libraries from NI so i have this following program :

 

temp pb sur forum.png

But when i set the timebase to a higher value than 50ms i get this following error :

 

temp pb.png

 

I searched on internet what could be this error 1073999875 but i found nothing. The problem is the same when i set the timetout of the Read.vi to an higher value than the original (10s)

 

How can i solve this ? Do some of you already had this problem ?

 

Thank for answer

0 Kudos
Message 1 of 9
(3,627 Views)

@demo44 wrote:

Hello,

 

I am trying to acquire a signal from a Tektronix TDS2002C. To do that is use libraries from NI so i have this following program :

 

temp pb sur forum.png

But when i set the timebase to a higher value than 50ms i get this following error :

 

temp pb.png

 

I searched on internet what could be this error 1073999875 but i found nothing. The problem is the same when i set the timetout of the Read.vi to an higher value than the original (10s)

 

How can i solve this ? Do some of you already had this problem ?

 

Thank for answer


I think your problem is not with the timeout, but that it's not sensing the trigger!  Make sure you can set up and perform the test manually before you do it programmatically.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 9
(3,591 Views)

I already did measurements directrly on the oscilloscope, but the problem happens only when i try to catch the signal with labview.

0 Kudos
Message 3 of 9
(3,582 Views)
I don't have the driver to look at. What is the configuration of the trigger? Are you sure it's set to be the same as when you do the acquisition manually?
0 Kudos
Message 4 of 9
(3,574 Views)

I use the tektronix_tds_200_1000_2000_series drivers.

 

The trigger is configured by the 4th vi in the schema i posted. I tried to set to be the same as when i did it manually and with different other levels but it does not change anything... I think the problem really come from the timeout but i don't know how to solve it.

0 Kudos
Message 5 of 9
(3,564 Views)
I know where it's configured. What I don't know is how it's configured since you have every parameter set to the default and without the driver, there is no way to know what those defaults are. Use some words to describe the set-up. That means source, level, etc. Or, right click on the parameter inputs and select Create Constant and attach a new image.
0 Kudos
Message 6 of 9
(3,559 Views)

Here is a new picture :

 

temp.png

 

 

0 Kudos
Message 7 of 9
(3,545 Views)
Thanks. Nothing is jumping out at me. Is the signal always present? What if you take it out of auto and set the trigger level?
0 Kudos
Message 8 of 9
(3,535 Views)

Nice ! I change it and now it works.

 

I will test that with every calibration possible and see if it works.

 

Thank you

0 Kudos
Message 9 of 9
(3,527 Views)