Hello CNC guys

Can anybody help me out with the command “$AC_ACT_PROG_NET_TIME”?

I want to use the time measuring to measure the running time of our tables. We have 2 tables, one automatic program and 2 table programs (one per table).

My program starts with this command:

$AC_ACT_PROG_NET_TIME_TRIGGER=2; to start the measurement

And at the end I write:
time_Table1=$AC_ACT_PROG_NET_TIME ; the command is supposed to enter the measuring time in MGUD in time_Table1

I entered time_Table1 in MGUD like this:

DEF NCK STRING[5] time_Table1 -> is that OK like that?


However at the program end the machine produces an error :
$AC_ACT_PROG_NET_TIME not existent or option not defined.

Where could be the source of the problem?

Many thanks in advance.