I tested your profile and found no errors. I can't imagine what's happening there. Yesterday evening it was running for about 3 hours without any problems.
I would like to ask you to do some tests.
1. Copy the following code to e. g. M20000.txt in your macro folder. When you get softlimit message, run the macro from MDI and tell me what shows up in the status field.
- Code: Select all
AS3.Additemtolistbeginning("Softlimits is turned " + (exec.mainform.UCsetup.UCset.Generalsettings.Enablesoftlimits ? "on" : "off"), 2);
2. Set up a small softlimit border on all axes, e. g. set minus to -10 and plus to 10. Ensure that softlimit is off, then try to run any code. Tell me if it stops, and if stops, tell me the actual machine coordinates where it stopped and the values you have set for softlimits. You can also run the above macro in this moment and tell me the result.