Home› Programming
Discussion
Back to discussions page
Sebastien
Posts: 219 Handy
Locking program while keeping operator's variable accessible |
55 views
|
Answered | |
/ Most recent by Sebastien
in Programming
|
6 comments |
in Programming
Hi pros,
I am working on a program that requires some input from an operator on a UR5 robot. Basically in the before start part of the program I have some variable that are 'operator' variables. These have an automatic popup when I run the program. Then I am using these values, entered by the operator, to adjust some positions later on in the program. So at the end I want the operator to be able to enter the numbers but not to alter the programs. How can I do this?
I am working on a program that requires some input from an operator on a UR5 robot. Basically in the before start part of the program I have some variable that are 'operator' variables. These have an automatic popup when I run the program. Then I am using these values, entered by the operator, to adjust some positions later on in the program. So at the end I want the operator to be able to enter the numbers but not to alter the programs. How can I do this?
Tagged:
Sounds good thanks. Any easy way to have limits on the values the operator is entering? The only method that I am thinking of is having an if loop in the program that pops a message when value is outside limit and brings you back to operator variable popup.
I agree. @Stefan_Stubgaard it would be a nice feature to add (See post above!)
That would make sense for us! Keep us posted if anything for this is released!