Access to hand wheel counter address(P-MANU-00003)
This parameter determs, if the hand wheel increments are read from a counter module or via the High Level Interface (HLI).
Variable name | Type | Permissible range | Dimension |
hr_zaehler_direct_access | BOOLEAN | 0 / 1 | ---- |
1 | Hand wheel counter address located on hardware (HW). Now only possible for operating systems with absolute addressing (e.g. VxWorks, OS9). | ||
0 | Hand wheel counter address located on “High Level Interface” (HLI). Always for operating systems with virtual addressing (e.g. RTWin, NT). |
EXAMPLE:Reading of hand wheel increments directly from a counter module.
Extract from "hand_mds.lis":
# hand wheel data
# ============================================================================
hr_data[0].hr_zaehler_direct_access 1 #Direct hardware access Handrad 1
.........