Switching dynamic weighting (#DYNAMIC WEIGHT)
Path and radius dependent weighting of dynamic limits are configured in the channel parameter list and activated by parameters P-CHAN-00190 and P-CHAN-00230. Configuration examples for path-dependent weighting and radius-dependent weighting are contained in [CHAN].
The weightings are then active after control start-up.
The following NC command can switch the dynamic weightings during NC program runtime, i.e. they can be activated and deactivated as required.
Syntax: |
#DYNAMIC WEIGHT [ON | OFF] [ [PATH | CURVE] ] |
ON | Weighting on |
OFF | Weighting off |
PATH | Path length dependent weighting (see P-CHAN-00190) |
CURVE | Circle radius dependent weighting (see P-CHAN-00230) |
Notice
For activation or deactivation, at least one keyword PATH or CURVE must be programmed.
Programing Example
Switch dynamic weighting
N20 G00 X0 Y0 Z0 F10000
N30 #DYNAMIC WEIGHT ON [PATH] ;Select path-dependent dynamic weighting
N40 X3 Y25
N50 X15 Y15
N60 X23 Y12
N70 X25 Y25
N80 X30 Y35
N90 #DYNAMIC WEIGHT OFF [PATH] ;Deactivate
N100 M30