Hello,
I'm trying to use notifers to get my parent loop to tell a number of slave loops to initialise when asked. The child loop sits in a 'Startup' state with a Wait on Notification until it gets a notifier to perform its initialisation. Once it has initialised it then tells the parent that it has done so.
This system works fine sometimes but other times the child loop does not appear to have seen the incoming message as it never returns a response etc. Because it works sometimes and not others I imagine I am doing something wrong from a timing point of view etc, but I'm not sure what.
Also, the parent waits for 5s for a response before timing out. On timeout, the parent switches to the Stop state where it destroys the notifiers and stops. The child then generates an error as the notifier is missing and stops itself. This all works fine.
Can anyone please advise on what I might be doing worng? I have attached a jpeg of my layout.
Thank you for any help you can offer,
Martin