Inputs

Functions of the inputs

The following table provides a brief overview of the input functions. Please refer to the detailed function descriptions in the respective chapters.

Counter value

PLC variable

Gate/latch input (Latch extern)

Set

Enable setting:
0x70n0:03 "Set counter" = TRUE

to the value:
0x70n0:11 "Set counter value"

Enable setting:
0x70n0:0A/0B "Set counter on latch extern on positive/negative edge" = TRUE

to the value:
0x70n0:11 "Set counter value"

Reset

-

Enable resetting:
0x80n0:02 "Enable extern reset"

to the value:
0x80n1:1B "Reset counter value"

Save

-

Enable saving:
0x70n0:02/04 "Enable latch extern on positive/negative edge" = TRUE

Save current counter value in:
0x60n0:12 "Latch value"

Lock

Lock:
0x70n0:09 "Set software gate" = TRUE

Enable locking

with HIGH level:
0x80n0:04 "Gate polarity" = 1

with LOW level:
0x80n0:04 "Gate polarity" = 2