Non-Motion Instructions: Difference between revisions

From Industrial Robotics & Automation - Fanuc Teach Pendant Programming
Content added Content deleted
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[File:Instructions.png|thumb|600x600px|Non-Motion-Instructions Menu]]
Non-Motion instructions are program lines that don't directly result in motion of the robot joints. They can perform functions such as change variables, redirect program flow, operate devices, and read sensors.
Non-Motion instructions are program lines that don't directly result in motion of the robot joints. They can perform functions such as change variables, redirect program flow, operate devices, and read sensors.


The instructions most crucial to an intermediate program are:
The instructions most crucial to an intermediate program are:
Line 17: Line 18:
The options that aren't crucial for the first semester course but still offer considerable benefit to programming are:
The options that aren't crucial for the first semester course but still offer considerable benefit to programming are:


*Palletizing
*[[Miscellaneous]]
*[[Miscellaneous]]


*[[Skip]]
*[[Skip]]
*[[Payload]]
*[[Offset Frames|Offset/Frames]]

*[[Multiple Control]]
*VISION

*[[Program Control]]
*


*[[MACRO]]
*[[MACRO]]

*[[Tool_Offset]]


*[[FOR/ENDFOR]]
*[[FOR/ENDFOR]]


*[[Offset Frames]]
*[[Tool_Offset]]

*[[Program Control]]

*[[Multiple Control]]

*[[Payload]]


*[[LOCK PREG]]
*[[LOCK PREG]]
*[[Collision Detect]]


*[[MONITOR MON.END]]
*[[MONITOR MON.END]]
*[[Stick Detect]]

*


*[[String]]
*[[String]]

*[[Collision Detect]]

*[[Stick Detect]]


*[[DIAGNOSE]]
*[[DIAGNOSE]]
*LOCK VREG
*VOFFSET

Latest revision as of 20:18, 31 May 2019

Non-Motion-Instructions Menu

Non-Motion instructions are program lines that don't directly result in motion of the robot joints. They can perform functions such as change variables, redirect program flow, operate devices, and read sensors.

The instructions most crucial to an intermediate program are:

The options that aren't crucial for the first semester course but still offer considerable benefit to programming are: