Hi all,
I am writting a small app to monitor a couple of inputs. I am using a looper to monitor the Inputs.
When both inputs become true I use callsubplus to delay before switching on an output.
My question is if both inputs remain true does the callsubplus get fired every loop?
Thanks
My guess is that it will be easier to implement your program logic without a looper. Either use a timer or CallSubPlus to call the next iteration each time.