Magnavox W-10CR Installationsanleitung Seite 134

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 322
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 133
118 Programming Commands
JOG Motion Parameter
ACTION: Runs the motor continuously in a specified direction.
PROGRAM SYNTAX: JOG(axis)=expression
JOG=expression1, ... ,expression8
JOG(axis, ... ,axis)=expression, ... , expression
note: JOGSTART can be substituted for JOG.
REMARKS: The axis specifies the number of the axis (1-8).
The expressions sign determines the motion direction . If the expression
is positive or 0, jogging will be in the positive direction. If the expression
is negative, jogging is in the negative direction.
Use the STOP command for stopping the motor.
Note: A JOG cycle will be stopped if an ARC, LINE, MOVE,
MOVEHOME or MOVEREG motion command is issued for the
same axis during a JOG command.
EXAMPLES: JOG(2)=-1 ‘jog axis 2 in the negative direction.
DO : LOOP UNTIL EXIN(101)=1 ‘Execute Loop until the Expansion
I/O input 1 is active.
STOP(2)
WAITDONE(2) ‘Allow axis 2 to stabilize at zero speed prior to
executing the next command
JOG=1,,-1 ‘jog axis 1 in +dir. and jog axis 3 in -dir.
DO : LOOP UNTIL EXIN(101)=1
STOP(1,3)
WAITDONE(1,3)
JOG(1,3)=1,-1 ‘jog axis 1 in +dir. and jog axis 3 in -dia.
DO : LOOP UNTIL EXIN(101)=1
STOP(1,3)
WAITDONE(1,3)
ACCEL
DECEL
STOP
SPEED
BUSY=1
BUSY=0 BUSY=0
JOG
SPEED= 0
BUSY=1
BUSY=0
JOG
ACCEL
ACCEL
DECEL
SPEED > 0
SPEED SPEED
JOG CYCLE
Note: The underlined text is the command required to
generate the velocity profile. The remaining text are related
commands.
Seitenansicht 133
1 2 ... 129 130 131 132 133 134 135 136 137 138 139 ... 321 322

Kommentare zu diesen Handbüchern

Keine Kommentare