-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Controller Manager not auto-reconnecting #56
Comments
My temporary workaround: setInterval(async function () { In the PLC, I just have a single rung for 'OTE(Heartbeat);' |
I was able to duplicate the issue. After power cycling it will reconnect, but after download it doesn't. I will see if I can figure out a fix. |
Thanks Jason. Glad I was able to find a way to break it. Haha |
New version should fix |
Thanks Jason. I'll give it a shot tomorrow. |
Controller Manager does not auto-reconnect to a PLC. When reading a value, it retains the value from before the download and will not update.
Current Behavior
After a download to a PLC, tags are no longer read from that PLC.
Expected Behavior
Tags should resume polling from that PLC.
Possible Solution (Optional)
Context
Steps to Reproduce (for bugs only)
Your Environment
npm list
- e.g. 1.0.6): 2.6.7node --version
- e.g. 9.8.0):The text was updated successfully, but these errors were encountered: