13. Program Support Functions
13.5 User Macro Specifications
328
Integrating (run-out) time (#3001, #3002)
The integrating (run-out) time can be read during automatic operation or automatic start or values
can be substituted by using variable numbers #3001 and #3002.
Type
Variable
number
Unit
Contents when
power is switched
on
Initialization of
contents
Count condition
Integrating
(run-out) time 1
3001
At all times while
power is ON
Integrating
(run-out) time 2
3002
ms
Same as when
power is switched off
Value substituted
for variable
In-automatic start
The integrating run time returns to zero in about 2.44
×
10
11
ms (approximately 7.7 years).
G65P9010 T ms;
(allowable
time)
To
subprogram
Local variable
Entered in local
variable #20
Allowable time portion :
DO1-END is repeated and when
allowable time is reached, operations
jumps to M99.
T#20
#3001=0 ;
WHILE [#3001LE#20] DO1 ;
END1 :
M99 ;
O9010
Suppression of single block stop and miscellaneous function finish signal waiting
By substituting the values below in variable number #3003, it is possible to suppress single block
stop in the subsequent blocks or to advance to the next block without waiting for the miscellaneous
function (M, S, T, B) finish (FIN) signal.
#3003
Single block stop
Miscellaneous function finish signal
0 Not
suppressed
Awaited
1 Suppressed
Awaited
2
Not suppressed
Not awaited
3 Suppressed
Not
awaited
(Note 1)
#3003 is cleared to zero by NC reset.