01-28-2016 06:09 AM
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 :
But when i set the timebase to a higher value than 50ms i get this following error :
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
01-28-2016 08:05 AM
@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 :
But when i set the timebase to a higher value than 50ms i get this following error :
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.
01-28-2016 08:38 AM
I already did measurements directrly on the oscilloscope, but the problem happens only when i try to catch the signal with labview.
01-28-2016 08:49 AM
01-28-2016 08:54 AM
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.
01-28-2016 08:58 AM
01-28-2016 09:12 AM
Here is a new picture :
01-28-2016 09:44 AM
01-28-2016 10:08 AM
Nice ! I change it and now it works.
I will test that with every calibration possible and see if it works.
Thank you