Issue with emergency stop
-
I have wired the emergency stop button to:
M950 J1 C"!io5,in"
M581 P1 T0 S1 R0When i press the button the heater turns on, its only an issue on the toolboard
M950 H5 C"121.out2" T4how can i fix this?
-
@Addithy What toolboard do you have? Why are you using out2 for a heater? If you are using a Toolboard 1LC then the normal use for out2 is a fan and I think that the board is designed so that after a reset the fans turn on full, so that may be what you are seeing?
-
@gloomyandy Because all the other outputs are being used for fans and heaters
It's a Toolboard 1LC v1.3
-
@Addithy In which case you may be out of luck. I'd suggest posting details of what devices you have connected to which pins on the toolboard maybe it would be possible to swap things around to get things working how you want. What sort of heater do you have attached to out2 and is it using any sort of external switch (mosfet or whatever), I think that the "medium" current outputs are limited to a total of 2A, when using Vin and less when using 12V.
-
@gloomyandy I use a SSR to control a 230v heater. I will try to see if i can swap some things around. but it's not an issue on the on the OUT3-7 on the duet 6XD i i have SSR relays connected to the output, and they do not turn on when i press the emergency button.
-
@Addithy It looks like it is only out2 that gets turned on at a reset:
https://github.com/Duet3D/Duet3Expansion/blob/3.6-dev/src/Platform/Platform.cpp#L571So you may want to avoid using that for a heater.