ZMC408SCAN Motion Controller Hardware Manual V1.5
F
orce_Speed = 2000 ‘empty move speed
MoveScanAbs (50, 50) ‘empty move to 50, 50
MoveOp_Delay = -
1.5 ‘open the light in advance 1.5ms, use Move_Delay
to delay
switching on the light
M
ove_Pwm (8, 0.5, 10000) ‘set PWM duty cycle as 0.5, frequency as 10000K
Move_Op (8, ON) ‘start to output the light when laser OP8
F
orce_Speed = 1000 ‘standard scale speed
MoveScanAbs (150, 150) ‘move to 150,
150
MoveOp_Delay = -
2.5 ‘delay 2.5ms to switch off
Move_Op (8, OFF) ‘switch off when laser OP8
In the motion command application field of galvanometer processing, in the
MOVESCAN and MOVESCANABS commands, here, CORNER_MODE=2 is used to enable
the corner delay of the galvanometer axis, and ZSMOOTH is used to set the maximum
time of the corner delay, unit is us. DECEL_ANGLE and STOP_ANGLE are used to set the
initial angle and angle of the corner delay, the specific time of the corner delay is linearly
distributed from 0-ZSMOOTH between these two angles.