Is it possible to change the “num” in the “program data” via hot keys? eg: reg1
I need that when I press the hot key 2, a window will appear, to select the 7th variant. Each variant would change “reg1” to 0-6.
It is possible? How?
I created a function on 4 keys, I have a signal, but I can’t make a choice. I tried to edit “BackTask” I restarted the controller but it doesn’t work for me.
my changes in “BackTask”
IF OpMode() = OP_AUTO THEN
IF Doutput(doProgramKeyP1)=1 and doutput(doTache1EnCycle) = 1 ViewerAuto;
IF Doutput(doProgramKeyP2)=1 ChoiceLanguage;
IF Doutput(doProgramKeyP3)=1 ModeRobot;
IF Doutput(doProgramKeyP4)=1 Zmena_Vysky;
…