LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A Skipped Notifier

Is it possible for a notifier or ocurance to be missed\skipped in a program. I have a master/slave architecture. I use notifers, after trying ocurances, to trigger a scond loop. Everything seems to run fine until the slave takes a little longer than its supposed to, and the master runs right past its wait on notifier. Is there something I am missing?

 

Eric

0 Kudos
Message 1 of 2
(2,763 Views)
Check if you have Ignore Previous set to True or False. I believe it defaults to False, which means if a new notification arrived before the Wait function started, it will go ahead and process that notification.
Jarrod S.
National Instruments
0 Kudos
Message 2 of 2
(2,757 Views)