Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
&ACCESS RVO
&REL 9
&PARAM EDITMASK = *
&PARAM TEMPLATE = C:\KRC\Roboter\Template\vorgabe
DEF Interrup_TEST( )
INI


PTP HOME  Vel= 100 %


LOOP

PTP OverStartFasatura Vel=100 %




INTERRUPT WITH BRAKE DECL 21 WHEN i1_InterruptOn == TRUE DO OnInterrupt()


INTERRUPT ON 21


LIN StartFasatura Vel=2 m/s
LIN EndFasatura Vel=0.5 m/s


INTERRUPT OFF


HALT


ENDLOOP


OnInterrupt()




PTP HOME  Vel= 100 %


END


DEF OnInterrupt()


INTERRUPT OFF


HALT


LIN StartFasatura Vel=2 m/s
WAIT SEC 1


INTERRUPT WITH BRAKE DECL 21 WHEN i1_InterruptOn == TRUE DO OnInterrupt()


INTERRUPT ON 21


RESUME


END


Page Properties