LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

timed events

Can anyone suggest a good way to incorporate timed events with manual events?  I want to do on-demand sampling , saving, archiving, etc as well as programmatically timed events.

Please see the attached example. There must be a better way.

mgroom
0 Kudos
Message 1 of 2
(2,276 Views)

Take a look the producer/consumer design pattern with events and the one called data.

One is using events, the other polling.

 They are quite similar.

 

Some events can be replaced by notifiers and queues also.

0 Kudos
Message 2 of 2
(2,261 Views)