Extended zero offset (G159)

Syntax:

G159=..

Extended zero offset with specification of list index of the zero data record

modal

Access to additional NPV data records [3]. It is also possible to access the G53…G58 data records. The maximum number of extended NPVs is parameterisable [6]-6.12.

Programming Example

Extended zero offset (G159)

G159 = 0     ;corresponds to G53, list index 0
G159 = 1     ;corresponds to G54, list index 1
G159 = 2     ;corresponds to G55, list index 2
G159 = 3     ;corresponds to G56, list index 3
G159 = 4     ;corresponds to G57, list index 4
G159 = 5     ;corresponds to G58, list index 5
G159 = 6     ;corresponds to G59, list index 6
G159 = 7     ;data record with list index 7
:
G159 = 10    ;data record with list index 10
: