Logic key number(P-MANU-00009)

With the structure element "tasten_data[i].log_tasten_nr" the logic key number of a inching key pair is defined. The logic key number is distinct in the entire system. Through the logic key number, the assignment of an activation or deactivation job to the physical inching key pair occurs. Through the logic key number, also, the assignment of a physical key pair to a logical axis takes place.

CAUTION

A logic key number should not be assigned several times. If this done, then an error message is given out during the plausibility test during start-up. The logic key-number "0" is not permitted.

Logic key number(P-MANU-00009) 1:

The activation and deactivation of the manual operation modes are described in [Programming].

Variable name

Type

Permissible range

Dimension

log_tasten_nr

UNS16

1 ... MAX(UNS16)

----

EXAMPLE: Two physical inching key pairs are configured. These contain the logical key numbers "1" and "2".

Extract from "hand_mds.lis":

# Inching key daten 
# ============================================================================
tasten_data[0].log_tasten_nr 1 # logic key number Key pair 1
.........
tasten_data[1].log_tasten_nr 2 # logic key number Key pair 2
..........