Operating mode hand wheel(P-MANU-00010)
If the parameter "feedhold.hr_inkr_verwerfen" is set to TRUE, then the hand wheel increments read in during a feed hold are to be discarded. Otherwise, these hand wheel increments will be output after the removal of the feed hold.
Variable name | Type | Permissible range | Dimension |
hr_inkr_verwerfen | BOOLEAN | 0 / 1 | ---- |
EXAMPLE: The hand wheel increments read in during a feed hold should not be discarded.
Extract from "hand_mds.lis":
# Feedhold handling
# ============================================================================
feedhold.hr_inkr_verwerfen 0 # Discarding of hand wheel increments
.........