4.1 Arithmetic parameter R
Article Number: 507 | Rating: Unrated | Last Updated: Fri, Aug 26, 2016 9:35 AM
The arithmetic parameters R, R0-R99, are used if an NC program is not only to be valid for values assigned once, or if you must calculate values. The required values can be set or calculated by the control system during program execution. Another possibility consists of setting the arithmetic parameter R values by operator inputs. If values have been assigned to the arithmetic parameters R, they can be assigned to other variable-setting NC addresses in the program.
Example:
R1=10
R2=SIN (30)
R3=R1*R2
You can assign multiple R parameters in one block:
R1=10 R2=SIN (30) R3=R1*R2