Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    External trigger issue - RFF3.01 RC10

    Beta Firmware
    3
    7
    61
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • felek
      felek last edited by

      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

      1 Reply Last reply Reply Quote 0
      • dc42
        dc42 administrators last edited by

        What do you have in your trigger2.g file?

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • felek
          felek last edited by

          trigger2.g

          M291 P"Collision..."
          M112
          M999
          

          If endstop will we triggered I want to restart machine

          1 Reply Last reply Reply Quote 0
          • dc42
            dc42 administrators last edited by

            Please test again with the forthcoming 3.01-RC11 release (with the M581 C parameter changed to R).

            Duet WiFi hardware designer and firmware engineer
            Please do not ask me for Duet support via PM or email, use the forum
            http://www.escher3d.com, https://miscsolutions.wordpress.com

            1 Reply Last reply Reply Quote 0
            • Danal
              Danal last edited by Danal

              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.

              Delta / Kossel printer fanatic

              1 Reply Last reply Reply Quote 0
              • felek
                felek last edited by

                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 parameter

                @dc42 I upgraded(RC11) firmware and it works! Grat job!

                Danal 1 Reply Last reply Reply Quote 0
                • Danal
                  Danal @felek last edited by

                  @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 parameter

                  Correct, define the pin with 950, then link to that with M581.

                  Delta / Kossel printer fanatic

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Unless otherwise noted, all forum content is licensed under CC-BY-SA