Hello,
I,m the beginner and a need help.
How I should program to robot when I want start move arm when signal input is high about minimum 5second?
This is a pretty basic idea to get you started, but there are dozens of ways to acheive this.
While (start_input) and not (started_var)
wait 5.0
set started_var true
if started_var
[ do program stuff ]
set started_var false
Take a look here: Free e-Learning
Universal Robots offer free online training. I would definitely consider doing this training, if I were you. ![]()
@efn Now when I saw your reply it’s look so easy ![]()
