GoodMorning.
I don't know where to post it ,so i will post it here for now. This post want to be an info thread, not a request for help (for once).
In these days i'm using a KR 70 R2100 (KRC4) with firmware v 8.6.6.
I found an issue when i DO NOT close (;ENDFOLD) a FOLD in a routine or if i have a ;ENDFOLD without opening a ;FOLD. In my case the KUKA_HMI.EXE crashs without alarms when, during a T1 mode execution of the program i try to change from continuos movement in step by step. It happens also if you have some ;ENDFOLD without an opening ;FOLD.
I'm not sure about the information yet ,but if i close the folds in the routine it doesn't happens.
Obviously it was my mistake not to have closed the fold.
If it happens to you too, try to check your folds. I hope this will help if it is needed.
Have a good day.
Example Not works:
GLOBAL DEF Routine()
;FOLD ---------- CODE----------
CODE
END
Example works:
GLOBAL DEF Routine()
;FOLD ---------- CODE----------
CODE
;ENDFOLD
END