05-20-2019 08:35 AM
@ RavensFan
Thank you for your reply.
I truly don't understand how you are using the Notifier. I see you create it and pass the references to both loops. In your event structure loop, you never use the reference. So nothing ever changes. Your notifier is based on strings, but you don't ever send any strings.
I am trying to use the notifier to trigger and stop the parallel loop for logging. I inserted a probe right after the "Wait on Notification" function, and I am seeing the "Start Logging" and "Stop Logging" strings, so not sure why you aren't. I added a Conditional Loop to catch that Cancel on the replace file dialog, but, other than that, I am seeing the string.
I know that I can shrink some of this into Sub-VIs, but I want to make sure I have everything working first. Somehow, this is easier for me to understand right now. 🙂
Attached is the updated VI.
05-20-2019 09:23 AM
You've gotten the Block Diagram smaller (congratulations) -- now it only takes 8 laptop screens (two across and 4 down). Some suggestions:
Bob Schor
05-20-2019 02:45 PM
@LV_Noob wrote:
@ RavensFan
Thank you for your reply.
I truly don't understand how you are using the Notifier. I see you create it and pass the references to both loops. In your event structure loop, you never use the reference. So nothing ever changes. Your notifier is based on strings, but you don't ever send any strings.I am trying to use the notifier to trigger and stop the parallel loop for logging. I inserted a probe right after the "Wait on Notification" function, and I am seeing the "Start Logging" and "Stop Logging" strings, so not sure why you aren't. I added a Conditional Loop to catch that Cancel on the replace file dialog, but, other than that, I am seeing the string.
I'm sorry. I had browsed through all the event cases and never saw where you were setting the notifier.
Now that I look again after seeing your message, I see it was there in event case [13].