楼主最近还看过
Axis Parameter
This parameter holds the input number to be used as a jog forward input.
When the FWD_JOG input is active the axis moves forward at JOGSPEED.
The input used for FWD_IN is active low.
It is advisable to use INVERT_IN on the input for FWD_JOG so that 0V at the input disables the jog.
FWD_JOG overrides REV_JOG if both are active
-1 | Disable the input as FWD_JOG (default) |
0-63 | Input to use as datum input |
Initialise the FWD_JOG so that it is active high on input 7
INVERT_IN(7,ON)
FWD_JOG=7
以上例子说明通过输入IN(7),来实现正向点动(Forward_Jog), 如果接线都对,不管脉冲方式还是闭环方式,都是可以看到波形变化的.