LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

queue with state machines

Hello All
 
Can any body tell me , how to use queue functions with the state machines. I shall be very thankful if any body send a small example.
 
In our application we have to acquire the data using SPI communication . For acquiring the data i have to send the command. I am using Event structure architecture. After pressing the start button i want to acquire the data but data acquisition in event structure means the control will not come out the event structure untill it completes.
 
So i want to use the queue functions.I will start the acquisition in event but acquire the data using Queue functions.
 
Please send a small example using queue functions with state machine.
 
Thanks and Regards
 
J
0 Kudos
Message 1 of 3
(2,757 Views)
Hi J,
you find some examples for queues and state machine and queues on your harddisk.
Either start the example finder and type "queues" into the search string or navigate in LabVIEW to File -> New (NOT new vi) and navigate to
VI - From Template - Frameworks - Design Patterns --> Producer/Consumer and/or Master/Slave

BR,
ThSa
0 Kudos
Message 2 of 3
(2,754 Views)
Hi
 
Thanks........
 
Regards
J
0 Kudos
Message 3 of 3
(2,730 Views)