Hi Guys
Have been a watcher on these pages for some time and have learn't a lot, but i am now branching into a laser add on for my bench mill.
Have got the signal to fire and to turn off with the M10P1 and M11P1 commands, no problems, but when the program ends, the unit fires again.
I have gone thru dozens of threads, here and on other sites, tried the suggestions, no luck.
Am using output1 pin 9 active high.
I wish to keep the use of the Z axis for zeroing and focal adjustment, have already got the screen extras up and running.(that was a fun learning curve)
(Have also tried this on the std 1024 screenset, no luck)
The interface is a DIY LPT breakout, nothing flash, no smarts, and works perfectly.
I have it set up with a series of LED's on all the outputs for testing.
the S.... command is correctly reflected in the Dro.
Below is a sample code i have been using.
Like most when learning a new skill, i have provably missed the obvious.
any and all help appreciated.
Doug
;Rem
s75
M11P1
X60.0Y0.0
M10P1
X50.0Y0.0F550
M11P1
X60.0Y3.3333
M10P1
X60.0Y-3.3333F550
M11P1
X59.7435Y-6.1296
M10P1
X49.8497Y-4.6761F550
M11P1
X54.561Y-5.3683
M10P1
X55.7668Y-6.9893F550
X56.0995Y-8.0008
X55.8919Y-9.4142
X55.2823Y-10.2872
X53.7997Y-10.5507
X49.0884Y-9.8586
M11P1
X58.0144Y-15.3154
M10P1
X57.4297Y-15.6496F550
X57.764Y-16.2343
X58.3486Y-15.9
X58.0144Y-15.3154
M11P1 g0 x0y0z5 (it does turn off here during the move)
s0 (S0 works)
M30 (Signal turns back on here)