
13-218
13-218
Hand macro functions
You can specify the macro names UMACA – UMACZ to the HANDTYPE parameters, by providing a subroutine
L_UMACA – L_UMACZ in the appropriate user base program (PRGUSR parameter). Run the hand macro open
and close operation from TB.
Figure 13-15 Hand macro settings
HANDTYPE =
UMACA/UMACB
,
1. Parameter setting
1 *L_UMACA ‘ Open Hand 1
2 M_Out (900) =1
3 M_Out (901) =0
4 Return
5 *L_UMACB ‘ Close Hand 1
6 M_Out (900) =0
7 M_Out (901) =1
8 Return
2. Macro programing (User base program)
L_UMACA
subroutine is executed
on the open operation of the hand 1
L_UMACB
subroutine is executed
on the close operation of hand 1
It is possible to describe signal output (e.g. M_Out (900) =1), variable assignment (e.g.
M_Data=1) and the timer (Dly 0.5) in a subroutine.
Summary of Contents for 3F-14C-WINE
Page 84: ...8 84 8 84 Figure 8 21 Parameter transfer procedure 1 2 2 ...
Page 393: ...18 393 18 393 Figure 18 1 Starting the Oscillograph ...
Page 413: ...18 413 18 413 Figure 18 24 Output to Robot program Selection ...
Page 464: ...18 464 18 464 Figure 18 72 Starting the Tool automatic calculation ...
Page 545: ...21 545 21 545 Figure 21 55 Hide display of user mechanism ...
Page 624: ...24 624 24 624 Figure 24 4 Document output example ...