From: Ma�tre on
Hi,
 
In my VI, I acquire data from two sensors and save it to a file. I am using a producer and a consumer loop with queues and it works great.
I also "generate" data as if it were the positions of step motors. I tried using queues with this data too because I need to save those positions in the same file as the data from the sensors.  But it seems the data (position of step motors) gets erase from the queue or doesn't get to the queue because I get Error 1 occured at Dequeue Element if I don't wire the error out of the Dequeue Element vi. If I wire it, I don't get the error message, but I still can't save the position data to the file. Please help me find what's wrong! I am using LabView 8.


Capteurs+moteurs_4.vi:
http://forums.ni.com/attachments/ni/170/243400/1/Capteurs+moteurs_4.vi


Données_utilisateur.vi:
http://forums.ni.com/attachments/ni/170/243400/2/Données_utilisateur.vi