I have two apps running on a PLC. I want to redownload one of the applications without affecting the other running application. I use some thing like the following in teh script
I have split my script into two scripts, where the user runs the first script then manually logs in properly and then runs the second script. But this is a clunky way to do it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have two apps running on a PLC. I want to redownload one of the applications without affecting the other running application. I use some thing like the following in teh script
This should force download the code and not disturb the "foriegn app"
When ever I try this I get a Login Failed error.
Where as when I try
This works and it goes ahead and deletes the other application.
Any help is appreciated
Originally created by: M.Schaber
Hi,
As it's some time without a reply: has your problem been solved in the meantime?
Regards,
Markus
No the problem described above is still there.
I have split my script into two scripts, where the user runs the first script then manually logs in properly and then runs the second script. But this is a clunky way to do it.