Gerry, having some trouble with the laser crosshair. Hoping you can help.
When I click the button. Nothing. Nothing moves, nothing happens, the DRO's don't change.
Now, when I go into 'VB Script Editor', open M890, I see the (correct) code. When I click on the 'Run Script' button, it acts as I would expect. The DRO's change to my offset.
Any idea on what I am doing wrong? Must be a silly problem.
Here is the code from my M890 in-case I buggered something up.
======
XOffset = -120 'X offset from laser crosshair to spindle
YOffset = 120 'Y offset from laser crosshair to spindle
SetOEMDRO(800,XOffset)
SetOEMDRO(801,YOffset)
Sleep(125)
======
Cheers,
KS