Lenze PMSS1000 Simple Servo Manual de usuario Pagina 12

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 72
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 11
Indexer-Programmer-Manual.pdf REV 1.3
Here is an example:
;
;This program handles faults correctly
;
UNITS=1
.
.
. {Some initialization code}
.
PROGRAM_START:
ENABLE
MOVED 10
MOVED -10
.
. {Program statements}
.
END
;----------------------------------------------------------------------------
----------
;Fault Handler. If any fault occurs following program will run:
;----------------------------------------------------------------------------
-- -------
ON FAULT ;statement starts fault handler
.
;Fault handler program. Motion stopped, Drive disabled, events not scanned
;while executing fault handler statements
;
;Do whatever necessary in your system
;after fault is detected. Turn ON/OFF some outputs …etc.
.
. {Statements}
.
RESUME PROGRAM_START ;program restarts from label PROGRAM_START
; RESET ;you can use this statement instead.
;to start program from the beginning
ENDFAULT ;fault handler MUST end with this statement
12
Vista de pagina 11
1 2 ... 7 8 9 10 11 12 13 14 15 16 17 ... 71 72

Comentarios a estos manuales

Sin comentarios