Change of the Minimum Velocity
Command | #set paramVeloMin( <VeloMin> )# |
Parameter <VeloMin> | Minimum path velocity |
The 'paramVeloMin' command can be used to alter the minimum path velocity while the NC program is running. The new velocity comes into effect via the block execution in the programmed line.
A floating point value or an 'R parameter' can be provided as parameter.
Sample:
N10 G01 X100 Y200 F6000
N20 #set paramVeloMin( 2.45 )#
N30 G01 X500
Resetting parameters The minimum velocity changed via the NC program remains active until the interpreter is next reset and/or TwinCAT has been restarted. |
Programming the velocity The unit of velocity is mm/sec and is therefore equivalent to the usual XAE units. |