SINUMERIK R-Parameters
Program a SINUMERIK the way Siemens intended — R-parameters, indirect R[R1] addressing, IF/ENDIF logic and WHILE loops — all graded in your browser against the same engine the Macro Playground runs. Eight lessons that build from a single assignment to a parametric bolt circle.
- R-Parameters & AssignmentStore a number in an R-parameter and compute one value from another.
- Arithmetic & FunctionsDo trigonometry on a SINUMERIK and know that it works in degrees.
- Indirect Addressing with R[R1]Use one R-parameter as the index into another — the Siemens superpower.
- Decisions with IF / ENDIFBranch on a seeded value with an IF / ELSE / ENDIF block.
- Repeating Work with WHILEAccumulate a running total in a WHILE loop instead of copying blocks.
- Reading Machine StateRead a $-system variable into an R-parameter and compute with it.
- A Tolerance GuardSet a status flag from an in/out-of-tolerance decision covering both directions.
- The Bolt CircleCombine R-parameters, trig, a loop and indirect addressing into one parametric routine.
Progress is kept in this browser only — no account, nothing to sign up for.