LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save arcnet file

Just do the same things you are doing now.  The Queue passes the data from the Read VI (in the Producer loop) to the Index array (in the Consumer loop).  The blue wire is split by the queue into the two loops.

 

If you still have memory problems after that, then we can do some troubleshooting to determine where the bottleneck is located.

 

Lynn 

0 Kudos
Message 11 of 14
(668 Views)
Actually, I don't know where should I put my arcnet receiver and where should I put the structure to save the data.
0 Kudos
Message 12 of 14
(666 Views)

Have you read the Knowledge Base article? Have you looked at the example? Have you tried it out so you understand how it works? Do that first, and forget about your specific code for the moment. Also, please re-read Lynn's comment:

 

 


The Producer loop (with the arcnet read) would run as fast as the data is received.  The Consumer loop (User display and write to file) would run much slower.


 

0 Kudos
Message 13 of 14
(657 Views)

Thanks very much for your helping guys. I could do the way that I was guessing. It's perfect. The producer/consumer is exactly what I was looking for.

 

Regards

 

Kito

0 Kudos
Message 14 of 14
(636 Views)