You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented a scheduler to communicate with multiple machines sequentially. The machines are working well individually. However, I'm encountering an issue with the code below when running the scheduler:
On the first button click, only the first machine in the array starts communicating, whereas all machines are expected to start.
Without making any changes to the code, if I run function (click the button) again, all machines start communicating as intended.
Expected Behavior:
All machines in the array should start communicating on the first button click.
Environment:
Scheduler version: v1.4.3
Development environment: Visual Studio 2022
Question: What could be causing this behavior where only the first machine starts on the initial click, and how can I ensure that all machines start communicating on the first run?
The text was updated successfully, but these errors were encountered:
I have implemented a scheduler to communicate with multiple machines sequentially. The machines are working well individually. However, I'm encountering an issue with the code below when running the scheduler:
`
`
Issue Description:
Expected Behavior:
Environment:
Question: What could be causing this behavior where only the first machine starts on the initial click, and how can I ensure that all machines start communicating on the first run?
The text was updated successfully, but these errors were encountered: