07-30-2019 07:48 AM
Hi rajiv,
I will need to find out what is the difference between: notifier status and wait on notification.
NotifierStatus gives the current notifier value without waiting for a new notification.
WaitOnNotification does wait for a new notification (or til timeout)…
07-30-2019 07:51 AM
Uhmm in this case, this is also what I understood but it is not logical to me why it would not be needed for multiple notifications :S But anyway it is for another topic. Big thanks for the help ![]()
07-30-2019 10:56 PM
I do this all the time (if I understand you correctly). I just set the boolean's Mechanical Action to Switch mode. Then I can use a "Value (Signaling)" property node to trigger the "Value Change" event on the boolean. Within the Value Change event, I use a Local Variable or Property Node to set the value of the Boolean back to false.
This way, the boolean acts very much like a latch.