186 Programming Commands
JOG Motion Parameter
ACTION: Runs the motor continuously in a specified direction.
PROGRAM SYNTAX: JOGSTART(axis)=number cr
JOGSTART=number1, ... ,number8 cr
Note: JOGSTART can be substituted for JOG
REMARKS: See Programming Command JOG.
EXAMPLES: JOGSTART(2)=1
Runs axis 2 continuously in the +direction.
JOGSTART=1,,-1
Runs axis 1 continuously in the +direction, axis 2 is unchanged and axis 3
runs continuously in the -direction.
KAFF Servo Parameter
ACTION: Sets or returns the acceleration feed forward gain for a servo axis.
PROGRAM SYNTAX: KAFF(axis)=number cr
KAFF=number1, ... , number8 cr
KAFF(axis) cr
KAFF cr
REMARKS: See Programming Command KAFF.
EXAMPLES: KAFF(2)=.5
Sets the acceleration feed forward gain of axis 2 to .5 volts/encoder
count/msec
2
.
KAFF=.2,,0
Sets the acceleration feed forward gain of axis 1 to .2 volts/encoder
count/msec
2
, axis 2 is unchanged and axis 3 is set to 0 volts/encoder
count/msec
2
.
KAFF(2)
Returns the acceleration feed forward gain of axis 2.
KAFF
Returns the acceleration feed forward gain of all assigned axes.
Comentarios a estos manuales