LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Labview example

Hello,
 
I am using the Labview example : "Agilent 34401 Acquire and Graph - SW Triggered". It is configuered so that it takes 100 samples every 100ms and then plots it. In order to launch it several times in a row, I have put it in a while loop and set the trigger to 1.
 
 It works ok for the 4 or 5 first loops and then the "Fetch VI" sends a timeout error : "L'erreur -1073807339 s'est produite à : VISA Write dans Agilent 34401.lvlib:Fetch (Internal Buffer).vi->Agilent 34401 Acquire and Graph - SW Triggered.vi"
 
 
Would anybody know how to solve this problem? I have set the wait clock of the trigger loop to 4000ms ( 6000 ms ). I suppose this doesn't mater because I am not doing a second round of loop.
 
PS : I don't want to use several triggers because I need to fetch the info at the end of each trigger.
 
Many thanks,
 
Regards,
 
Marc
0 Kudos
Message 1 of 3
(2,746 Views)
You can see if the modified read VI mentioned here fixes your problem.
0 Kudos
Message 2 of 3
(2,730 Views)
Hi Dennis,
 
thanks a lot for your answer. Great help to know there is a pb with the Drivers.
 
Regards,
 
Marc
0 Kudos
Message 3 of 3
(2,691 Views)