External trigger issue - RFF3.01 RC10
-
Hi,
I can't configure external trigger for trigger2.g.
M950 J2 C"^1.io3.in" M581 P2 S1 T2 C0
M950 works fine, when I type in console
M950 J2
I get proper input state, but something in wrong with M581.
When I try to check external trigger using M582 T2 - state machine is Busy.
Any ideas?I have Duet3 + expansion board
-
What do you have in your trigger2.g file?
-
trigger2.g
M291 P"Collision..." M112 M999
If endstop will we triggered I want to restart machine
-
Please test again with the forthcoming 3.01-RC11 release (with the M581 C parameter changed to R).
-
This is working for me on DSF 2.1.2 and RC10. Normally Open Pushbutton is physically wired to io6.in and gnd/
; Triggers M950 J10 C"!^0.io6.in" M581 P10 S0 T10
trigger10.g
M98 P"/macros/tool_unlock.g" T-1 P0
Used when a tool is mounted and the machine cannot park it, most common when it has been reset and is not homed. Push the button, it releases the tool (so I can take it with my hand and return it to the parking stall).
Anyway, I just set it up last night on RC10, and it works fine.
-
-
@felek said in External trigger issue - RFF3.01 RC10:
Thanks @Danal for tips but it still doesn't work for me. I only get "busy" state.
I suppose that C parameter in M581 is problem. You didn't use this parameterCorrect, define the pin with 950, then link to that with M581.