19 lines
434 B
Plaintext
19 lines
434 B
Plaintext
&ACCESS RV3
|
|
&REL 1
|
|
&COMMENT path to test
|
|
&PARAM EDITMASK = *
|
|
&PARAM TEMPLATE = C:\KRC\Roboter\Template\vorgabe
|
|
DEF BrakeTestStart( )
|
|
;FOLD INI
|
|
;FOLD BASISTECH INI
|
|
GLOBAL INTERRUPT DECL 3 WHEN $STOPMESS==TRUE DO IR_STOPM ( )
|
|
INTERRUPT ON 3
|
|
;ENDFOLD (BASISTECH INI)
|
|
;FOLD USER INI
|
|
;Make your modifications here
|
|
|
|
;ENDFOLD (USER INI)
|
|
;ENDFOLD (INI)
|
|
;Teach here the motion to the start position of the brake test.
|
|
|
|
END |