Hello Darrel
Have arranged the code, and now not show the message anymore
But the message MESSAGE: (Temp variables exceeding T7) continue
Is this a Interrupt DS_INT problem?
Thanks
Best regards
Pedro
Hello Darrel
Have arranged the code, and now not show the message anymore
But the message MESSAGE: (Temp variables exceeding T7) continue
Is this a Interrupt DS_INT problem?
Thanks
Best regards
Pedro
It means that you have very long math formulas or IF statements in your program that is creating a lot of system Temp variables.
If they are not in your interrupts handler, then add
Code:DEFINE NO_T7_WARNING 1
DT
Bookmarks