Loïc Handy
Username
Loïc
Joined
Visits
59
Last Active
Roles
No Roles
Points
72
Reactions
-
Re: Movement with time parameters; How it works?
Thanks for your [email protected] I've already checked the UR software manual and there is no clear indications about my [email protected], I assume exactly the same as you said, maximum speed th… (View Post) -
Re: Multiple conditions for 1 action
You can put an "If" command in an other one. part_number='enter part number'action='select action' if Part_number = 1 if action = 1 *your action* if action = 2 *your other action*if Part_nu… (View Post) -
Re: How do you reset the robot from different area when stopped ?
If you want to check every coordinate, you can (I think) put everything in one If statement : If CurrentPos(x)>30 and CurrentPos(x)<50 and CurrentPos(y)>50 and CurrentPos(y)<70 and Curren… (View Post) -
Re: Dashboard start program
Thanks Matthew, it's working with this update. I hope it will work when we'll finish this project because I've written only half of the program... (View Post) -
Re: Locking teach pendant
I would also recommend to train the operators to handle that kind of situation. When I was working in a big company with almost 100 robots, I had two kind of sectors. First had people trained to do a… (View Post)