Gsender turning on Switch when spindle activates

Im having an issue when i tell my spindle to go forward it starts up but 1 second later the SWT1 activates with it. which jsut so happens to be what controls my ATC tool release. so it turns on then 1 second later activates the switch, and sends my tool flying. is there something in the settings that tells the mahcine to turn this on with the spindle? not sure if its like a msit or flood cooling thing? anyone got any ideas?

also im posting this here becasue siencis contact us form wont upload my video so i havent been able to reach out to them.

id uplaod that video here to better explain my issue… but im told new users cant upload attachments.

So you didn’t include any relevant information about your hardware setup here but I’m going to use the assumption that you are using some sort of grblHAL device.

It’s possible that you have an event linked in your firmware configuration to a specific AUX pin for the spindle on trigger (M3/M4)

If you’re using SienciHAL (SLB or SLB-EXT without having flashed a more recent version of grblHAL):

You need to check that whatever port your ATC switch release is set to does not trigger on M3/M4. This is configured by changing $456-$459, which each directly map a trigger to a specific aux (Aux 0, 1, 2, 3 in order) directly.

You’ll probably have to set the output to M64-65 only option to act as “disabled” for SienciHAL.

If you’re using a more modern version of the grblHAL firmware
You’d need to verify your Event Trigger Source Selection ($750-759) to see if any are set to activate on spindle enable (event 1).

At that point you’d need to update the related port assignment to either activate/stop activating the aux pin. Event always directly correlate to the port assignment (So $750 triggers $760, $751 triggers $761 etc).

Hi, thanks for the reply. This helped. Just changed Aux 0 setting. That seemed to work. Thanks

1 Like

Glad that worked for you - closing now