Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. tenaja
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    tenaja

    @tenaja

    1
    Reputation
    77
    Posts
    7
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    tenaja Follow

    Best posts made by tenaja

    • RE: Move Extruder motor with Feedrate?

      @tenaja said in Move Extruder motor with Feedrate?:

      G1 E1 F5

      Thanks, but I already knew what you had posted--that is why I mentioned the F50 for the "e-only" move. (Literally, the comment "; even f50 does not help")

      To reiterate, why does this:

      G1 E1 F50
      

      Go at the same speed as this:

      G1 E1 F5
      

      I would expect the first to go 10x faster than with an F5. My max speed is set to E3200, and that should be moot anyway if it will go faster when the Z axis is moving.

      Thanks again!

      posted in Duet Hardware and wiring
      tenaja
      tenaja

    Latest posts made by tenaja

    • RE: Stall not being detected...

      @Phaedrux , probably not...although I ordered a steel knob, I received an aluminum one. Like I said, the knob is only 1/2" thick x 1.5" OD, the motor is about 1-3/4" long, so I think that's a dual stack motor.

      When warm, it would run reasonably reliably with at .26A current. After letting it cool down, .5A is not enough to get it moving--it is stalling every time there, now, and .8A is hit & miss. I don't really want to have a long warmup cycle just to get this reliable.

      posted in General Discussion
      tenaja
      tenaja
    • RE: Stall not being detected...

      @Phaedrux , Thank you for your help.

      Yes, it comes to a full stop when it stalls, no matter when it stops (i.e. during accel, decel, or full speed).

      posted in General Discussion
      tenaja
      tenaja
    • RE: Stall not being detected...

      @Phaedrux said in Stall not being detected...:

      impacting

      But it's not even detecting if I grab it at full speed. I would expect it could, at 339 "mm" per second.

      I just tested, and the motor can run these speeds even as low as 260mA, but no 250.

      posted in General Discussion
      tenaja
      tenaja
    • RE: Stall not being detected...

      There is no load.

      Just a small 1.5" x .5" aluminum knob (flywheel).

      Oh, yeah...and occasionally my hand stopping the knob for a forced stall. But the whole reason I started this exercise is because it would randomly stall with no changes made. At higher currents, it takes a lot more than a little fingertip pinch to get it to stop--you have to GRAB it.

      posted in General Discussion
      tenaja
      tenaja
    • RE: Stall not being detected...

      According to the web dashboard, my Y axis, which is not detecting, is going 339mm/sec.

      Also, I checked the Dashboard for Vin, and it never drops below 24.0. At idle, it's mostly 24.1, sometimes 24.2. Running, it's mostly 24.1, and occasionally 24.0 (rarely).

      posted in General Discussion
      tenaja
      tenaja
    • RE: Stall not being detected...

      @Phaedrux , I am trying to detect it during normal operation. This is not a printer application, so there are no E moves. Only two axes move at any given time, and one (Z) is very slow. Because of that, I am only trying to detect stall on one axis (Y), a high-speed rotary that is configured as linear (set up with 1 rotation per "millimeter").

      (Full steps/rev * Rated Current * actual current ) / ( Sqrt(2) pi rated holding torque in NM) =
      (200 * 1.68 *1) / (1.4142135623731 * 3.14159265358979 * 0.536677939)
      = 336/2.385
      = 140.91

      So I used 150, but my RPS is around 10, which is WAY faster than 150 full-step per second. There are very few 3d printers that spin any motor at 10 RPS, so I do not believe the minimum speed is an issue. I've tried stalling the motor at start-up, and at speed, and it is not detecting it.

      This is my motor:
      https://openbuildspartstore.com/nema-17-stepper-motor/
      And this is the site I used to convert the 76 oz*in to Nm:
      https://www.convertunits.com/from/oz-in/to/N-m

      The reason I am trying to detect the stall is because it can run without stalling 100 times in a row, then stall inexplicably. No change in code, no change in load. When it does stall, sometimes it stalls halfway through accel (probably at the resonance speed), and sometimes its at decel, but once in a while it's while it's running at full speed. At 1.6A, it's more reliable than at 1A, but it is not 100% reliable anywhere.

      It is also more reliable when warm (i.e. after running a "burn-in" sequence for a few minutes). Warm, I'm having better luck with .5A than cold at 1A, but no matter the current, it's not detecting it.

      Thanks!

      posted in General Discussion
      tenaja
      tenaja
    • RE: Stall not being detected...

      I also tried bumping my current up to 1.6A, and that did not help.

      posted in General Discussion
      tenaja
      tenaja
    • RE: Stall not being detected...

      @tenaja
      I forgot to mention, I am using a 6A 24v power supply, so there should not be an issue with that.

      posted in General Discussion
      tenaja
      tenaja
    • RE: stall recovery?

      @jay_s_uk
      Thanks for trying to help... as you can see, I think I need to sort out the stall detection before I get on to stall handling.

      posted in General Discussion
      tenaja
      tenaja
    • Stall not being detected...

      I am trying to configure stall detection, but it's not detecting a stall, under any circumstance. I think I've set it to maximum sensitivity:

      M915 Y S-64 F0 H150 R3
      

      But the rehome.g file is never executed, even if I stop the motor manually. I tried S64, in case I misread the description, but that does not detect a stall, either. I've tried F0 and F1, and my H is set far below my speed.

      I am running Duet 2 Wifi, OpenBuilds nema 17 motors rated at 1.6A & set to 1A, 16uStep/full-step, and at about 10 revs/second (high speed, only a small flywheel attached, so I can grab it to stall it).

      This is my rehome.g file:

      ; rehome.g
      ; This is run if a stalled motor is detected.
      M220 S40		; continue at 40% speed
      M300			; send a beep (if connected to web), as an indicator
      g4 s1			; pause 1 second, as an indicator
      

      I also tried enabling logging, but get no indication there, either.

      Thanks in advance!

      posted in General Discussion
      tenaja
      tenaja