Programming (#CYL ORI PROFILE)
Notice

The kinematic parameters in ID 93 must be set for this machining type.
Syntax for selecting and parameterising, active as of the next motion block:
| Syntax: | |
| #CYL ORI PROFILE [ EDGES=..  ROUNDING=..  LENGTH1=..  [ LENGTH2=..] | modal | 
| EDGES=.. | Number of edges (corners) of the profiled tube, positive integer The minimum number of corners on the profile is limited to 3 and the maximum number to 16. | 
| ROUNDING=.. | Edge rounding radius (corner radius), [mm, inch]. | 
| LENGTH1=.. | Side length for symmetrical tubes or first side length for rectangular tubes, [mm, inch] | 
| LENGTH2=.. | Second side length for rectangular tubes, [mm, inch] | 
| VEL=.. | Path velocity on edge rounding [mm/min] | 
| ACC=.. | Path acceleration on edge rounding [mm/min²] | 
Syntax for deselection:
| Syntax: | |
| #CYL OFF | modal | 
Programing Example

#CYL ORI PROFILE [..]
(Symmetrical square profile with 100 mm edge length)
(and 10 mm edge rounding radius)
N10 #CYL ORI PROFILE [EDGES=4 ROUNDING=10 LENGTH1=100]
...
(Rectangular tube with edge lengths of 100 mm)
(and 80 mm and 15 mm edge rounding radius)
N10 #CYL ORI PROFILE [EDGES=4 ROUNDING=15 LENGTH1=100 LENGTH2=80]
...
(Reduced path dynamics on the profile rounding)
N10 #CYL ORI PROFILE [EDGES=4 ... LENGTH2=50 ACC=1000000]