01-15-2012 08:05 AM
01-16-2012 12:04 PM
Hi Ian,
In LabVIEW Real-Time, the producer-consumer structure is useful if you are trying to pass data from a high-speed, deterministic loop to a slow loop (i.e. one that is writing the data to a file). However, the design pattern is slightly different in Real-Time, as you will want to use FIFOs to transfer the data instead of queues. This design pattern may or may not be advantageous depending on your application. More information on this design pattern can be found here.