Non-Motion Instructions: Difference between revisions

From Industrial Robotics & Automation - Fanuc Teach Pendant Programming
Content added Content deleted
(Created page with "Non-Motion instructions are program lines that don't directly result in motion of the robot joints. The options are: *Registers *I/O *IF/SELECT *JMP/LBL...")
 
(Categorized the non-motion instructions)
Line 1: Line 1:
Non-Motion instructions are program lines that don't directly result in motion of the robot joints.
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 are:


*[[Registers]]
*[[Registers]]
Line 14: Line 14:


*[[CALL]]
*[[CALL]]

The options that aren't crucial but still offer considerable benefit to programming are:


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

Revision as of 02:28, 1 May 2019

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 but still offer considerable benefit to programming are: