
Section 4 General Programming
4.10
The Micro488/EX will respond with…
12:00:00
< 5 Second Delay>
12:00:05
< 5 Second Delay>
12:00:10
12:00:10
MACRO
s can execute other
MACRO
s but can not execute already
executing
MACRO
. If a
MACRO
tries to invoke itself or an already executing
MACRO
, a '
MACRO
RECURSION
' error will be generated.
A method has been provide to determine the loop number of the
MACRO
being executed. Type…
MACRO 1
<return>
COUNT
<return>
TIME
<return>
ENDM
<return>
DOMACRO 2
<return>
The Micro488/EX will respond with…
3
12:00:00
< 5 Second Delay>
2
12:00:05
< 5 Second Delay>
1
12:00:10
12:00:10
Kommentare zu diesen Handbüchern