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
When RoboPro terminates a program that is using one or more SLI's, the SLI are not removed from the memory and the variables keep their last value.
When the RoboPro program is activate again, the variables are starting with that values.
So a bool IsInit does not work properly.
But I have also problems to terminate additional services which I use in my SLI, properly.
What is missing, is a function in the SLI which will be called by the RoboPro system when it terminates a RoboPro program.
This function could be used to terminates the SLI properly.
The text was updated successfully, but these errors were encountered:
When RoboPro terminates a program that is using one or more SLI's, the SLI are not removed from the memory and the variables keep their last value.
When the RoboPro program is activate again, the variables are starting with that values.
So a bool IsInit does not work properly.
But I have also problems to terminate additional services which I use in my SLI, properly.
What is missing, is a function in the SLI which will be called by the RoboPro system when it terminates a RoboPro program.
This function could be used to terminates the SLI properly.
The text was updated successfully, but these errors were encountered: