Hey there,
KRC4, KSS 8.6
Looking for a way to have an analog input value always available to be logged during motion without interrupting the motion.
Basically, have narrowed down that I'll need to associate it to a variable in the submit interpreter loop.
So, I make a "module" where the DAT file is public and declare a global variable with the same name as declared in the sps file.
Workvisual acknowledges the variable in my DAT file will be masked with the value from the sps loop.
The problem is, when my robot moves to the first logging point, and attempts to store the data, I get the error:
KSS01422
Variable value invalid
Is there something simple I'm missing?
To reiterate - all the variables are declared as REAL, and besides the declaration, I can assign my variable a constant value (like 1) and it will still throw this error when I run my program.