Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Industrial robot
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Typical programming=== Most articulated robots perform by storing a series of positions in memory, and moving to them at various times in their programming sequence. For example, a robot which is moving items from one place (bin A) to another (bin B) might have a simple 'pick and place' program similar to the following: ''Define points P1βP5:'' # Safely above workpiece (defined as P1) # 10 cm Above bin A (defined as P2) # At position to take part from bin A (defined as P3) # 10 cm Above bin B (defined as P4) # At position to take part from bin B. (defined as P5) ''Define program:'' # Move to P1 # Move to P2 # Move to P3 # Close gripper # Move to P2 # Move to P4 # Move to P5 # Open gripper # Move to P4 # Move to P1 and finish For examples of how this would look in popular robot languages see [[Robot software#Examples of programming languages for Industrial Robots|industrial robot programming]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)