Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Filament monitor using HC-020K encoder

    Scheduled Pinned Locked Moved
    Filament Monitor
    5
    51
    7.9k
    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.
    • pabomanundefined
      paboman
      last edited by

      The motor have 200 full steps per revolution (1.8 deg per full step)
      The gear ratio is 1:13.76 so the number of full step per revolution is 13.76 x 200=2752 full steps
      The hobbed gear diameter is 12mm so the Circumference is 3.14 x 12=37.68mm
      with full step than the steps/mm is 2752/37.68=73.03 step/mm
      Driver works at 1/16 step so 16x73.03=1168 steps/mm

      The extruder motor is connected to E0 but instead of the hobbed gear i mounted the encoder wheel (only for testing)

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

        So instead of a 12mm diameter hobbed gear you have a 26mm extruder wheel. So the amount of extruded filament will be 12/26 of the amount you have assumed in the encoder wheel calculations. (12/26) * 4.1 = 1.89.

        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
        • pabomanundefined
          paboman
          last edited by

          That is right! Definitely something I have overlooked.
          thanks again

          1 Reply Last reply Reply Quote 0
          • Monster Deltaundefined
            Monster Delta
            last edited by

            Does the resistor go between A0 and GND OR VCC AND D0?

            dc42undefined 1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators @Monster Delta
              last edited by

              @monster-delta said in Filament monitor using HC-020K encoder:

              Does the resistor go between A0 and GND OR VCC AND D0?

              Which resistor are you referring to? If you mean the one to clean up the output of the encoder, it's neither, it's between pins 1 and 3 of the LM393 chip.

              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

              Monster Deltaundefined 1 Reply Last reply Reply Quote 0
              • Monster Deltaundefined
                Monster Delta @dc42
                last edited by

                @dc42 thank you for clearing that up

                1 Reply Last reply Reply Quote 0
                • pabomanundefined
                  paboman
                  last edited by paboman

                  @dc42
                  I am now printing as the printer is ready and sometimes I get error:

                  Extruder 0 reports too much movement
                  
                  M591 D0
                  Pulse-type filament monitor on endstop input 3, enabled, sensitivity 1.89mm/pulse, allowed movement 60% to 300%, check every 10.0mm, current position 0.0, measured sensitivity 1.785mm/pulse, measured minimum 99%, maximum 160% over 4127.0mm
                  

                  I changed the sensitivity with no luck

                  M591 D0
                  Pulse-type filament monitor on endstop input 3, enabled, sensitivity 1.78mm/pulse, allowed movement 60% to 300%, check every 10.0mm, current position 0.0, measured sensitivity 1.799mm/pulse, measured minimum 90%, maximum 218% over 5322.7mm
                  

                  then when it stops it says maximum was 676%, why ?

                  M591 D0
                  Pulse-type filament monitor on endstop input 3, enabled, sensitivity 1.81mm/pulse, allowed movement 60% to 300%, check every 10.0mm, current position 0.0, measured sensitivity 1.820mm/pulse, measured minimum 90%, maximum 676% over 8980.6mm
                  

                  I increassed the sensitivity to 300% hoping for a workaround solution but still getting the error after many hours.
                  This is not happening if i print in vase mode

                  pabomanundefined 1 Reply Last reply Reply Quote 0
                  • pabomanundefined
                    paboman @paboman
                    last edited by

                    @dc42
                    David, can you take a look at this please?

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

                      Did you add the resistor to your HC-020K board to get rid of the noise on the output?

                      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

                      pabomanundefined 1 Reply Last reply Reply Quote 0
                      • pabomanundefined
                        paboman @dc42
                        last edited by

                        @dc42
                        sure, that was the first thing you have figured out.

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

                          It could mean that you are still getting noise on the output sometimes. In particular, if the extruder stops with the wheel just on the boundary of blocking/not blocking the light to the opto sensor, there could be noise at that point caused by vibration. You could try reducing the value of the resistor. 10K or lower will stop the sensor working completely, but 15K to 30K might work.

                          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
                          • pabomanundefined
                            paboman
                            last edited by

                            I changed the filament monitor design and before ordering other resistors (with different values) I want to be sure my calculations are right, maybe this time the filament monitor will work just fine with the 45K ohm resistor.

                            0_1543266068137_filament-monitor.jpg

                            The filament runs on a hobbed gear of 10.55mm in diameter = 33,14 mm in circumference
                            33,14mm of extruded filament gives 20 pulses
                            33,14/20 = 1,657 mm/pulse

                            @dc42 can you confirm this please?

                            Can the distance from the center of rotation of the sensor affect the reading ?

                            thanks!

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

                              That calculation sounds right.

                              The distance you refer to will affect how clean the output of the opto switch is. If you use a suitable feedback resistor in the comparator circuit then it shouldn't be too critical, because the comparator will clean up the output.

                              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
                              • create0undefined
                                create0
                                last edited by

                                Thank you so much for the indeed, incredible concept to share with. I do admire the effort and will continue to learn from these forums.

                                1 Reply Last reply Reply Quote 0
                                • Tony Owensundefined
                                  Tony Owens @paboman
                                  last edited by

                                  Hi @paboman

                                  I'm interested to know how this slotted optoswitch worked out for you as a basic filament sensor? Did you complete your development? Did you encounter any problems you could not solve?

                                  cheers

                                  pabomanundefined 1 Reply Last reply Reply Quote 0
                                  • pabomanundefined
                                    paboman @Tony Owens
                                    last edited by

                                    @Tony-Owens
                                    is working quite well, I would like to reduce the dimension of the assembly in the future.

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