Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Industrial robot
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
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]].
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Industrial robot
(section)
Add topic