I switched over to Mach4 so I could use a laser on my cnc, I have almost everything working but when I try to run a program using M62-3 I can't get a response.
When I trigger it in test mode it fires the laser with power control from the slider.
Using ESS V 285 Mach4 V4809
Gate output 20, Pwm Pin 16
Here's a snippet of the G code I'm using
T1
G17
G20
G64
m2003 (LASER_VECTOR_PWM_PERCENTAGE=0)
m2003 (LASER_VECTOR_FREQUENCY=5000)
m2003 (LASER_VECTOR_GATE_DELAY=0.5)
m2003 (LASER_VECTOR_GATE_DURATION=0.5)
m2004 (This will Enable the Vector Laser)
G0X0.0000Y0.0000
G0X0.3699Y0.8901
G0
M62 P20
G01X0.7449F30.0
M63 P20
G0Y0.8991
M62 P20
G01X0.3699F30.0
M63 P20
G0Y0.9081
M62 P20
G01X0.7449F30.0
M63 P20
I know it is calling the right Output with the P20 and I see on the BOB it is activating that output but there is no response from the Pwm pin.
I get the feeling I am missing something. Does anyone have any suggestions?