Hello to all.
First of all thanks a lot for reading this post.
I have a while with event structure.
The event structure has the next two events:
· Timeout: each 25ms, this timeout reads variables from PLC.
· Button event: When user press this button, a dialog box appears to ask "yes or no" to user.
Well, here maybe there is a problem because if usser takes more than 25ms to enter an input in dialog box then timeout does not run in that iteration and It is critical for me.
Is there any way to do that program runs and it does not stop until usser put an input in dialog box?
Or the best way is to do another event structure in another while with button event?
Thanks a lot.