I am a Kuka newbie who comes from a Fanuc and ABB background. I am familiar with .TP, Rapid, and Karel, but quite new to Kuka KRL. Our Kuka is a KRC4 running, I believe, 8.2 software (the robot is at our remote location, so I cannot verify right now). I want to use an integer for robot tracking. This integer needs to be global. Initially, I found that there are counters in the robot variables. Logged in as expert, I didn't seem to be able to find how to access those counters in KRL. I tried creating a global tag in one of the routines that was an integer. I was able to access that integer in KRL, but could not access it in any other routine (I would get an error if I coded it in the SRC file.
The manual I have doesn't go into detail the creation and access of global variables. Can anyone tell me what I could be doing wrong?
Kris