Hi everybody!
So I have a real case scenario where I need help.
I have a three digit amount of programs for different Products. Each Product takes different amount of time to process and I would like to store the timer value for each Product somewhere where I can go an have a look later on. The robot is stand-alone, no PLC or other external device is connected to the controller.
The easiest way would be to use Local variables (numeric registry) to store the Product specific time in each TP-program.
The problem is that there is no Local variable unless you program in Karel, if I understand the whole thing correct.
So my question is, do anyone have an idea on how to store these values other than in the existing numeric registry which is a global list of variables?