Search found 2 matches

by durundal
Fri Jan 21, 2022 6:04 pm
Forum: C Programs
Topic: DROlabel memory and odd behavior
Replies: 3
Views: 2199

Re: DROlabel memory and odd behavior

Hi Tom, Thanks for the information. The MsgBoxNoWait were there for debugging when I was writing the toolsetter program, but it sounds like those might have been the source of the problem so I will remove them. As for memory, is this correct: Global memory: 64kb total Thread memory: 2kb per thread, ...
by durundal
Fri Jan 07, 2022 12:13 am
Forum: C Programs
Topic: DROlabel memory and odd behavior
Replies: 3
Views: 2199

DROlabel memory and odd behavior

Hi Tom, I recently tried to add some extra functionality to KmotionCNC, mostly around reporting some additional DROlabels on the screen to report what is happening in the KFLOP, and implementing a toolsetter program that is activated by setting a bit through a user button. Mostly it works fine, but ...