Hello folks!
I have a jackpot3. How can I detect it is stalling? I need to turn the stepper reverse a bit when it stalls. Note: I use jackpot3 for an automation build, not for cnc machines.
Initial efforts to implement stall detection on LR4/MPCNC class machines showed it to be unsatisfactory/unreliable and too machine/build specific to be of value.
So, it’s not implemented by default as noted above.
It is a desktop plastic injection machine. I also used Fluidtouch display that Jason shared. I modified with Ai to adapt my build. I am asking for pellet auger feeding motor. when it stalls, i want it to turn reverse a bit.
I don’t think tmc stallguard actually works very well at low speeds you need ~2Rev/sec for it to work, and then you need it to kind hit a wall, not a slow decel, for it to work right.
I think you will need a force gauge of some kind.
Super cool project please share more when you can, we all love injection molding!
Neat project @eminfirtina ! Some context/ideas that may help (or not). Either way, good luck!
Because of the reasons Ryan mentioned, I was leaning towards updating my (non CNC) machine with stall detecting steppers, to instead use servo and/or geared DC motors and use current draw sensing to detect when near stall, or absolute stall. That was the next step for my project, was going to use a Maslow 4 PCB, or drivers like the ones it has. I got as far as forking Maslow 4’s fluidnc fork with minor edits for my setup so motors could be button activated.
That said… Getting rpm high enough for reasonable stall detection was possible for my situation using planetary gear speed reducers that were also helping to increase torque. Do you have gearing ratio like that already in this setup, if so maybe stall could be a hint to action on? Maybe I was using stall guard wrong, but I couldn’t get precise moment of stall detection. So, I’d probably rely on magnetic or optical encoders if precise positioning mattered.
You look really experienced with this stuff honestly. I’m still pretty new on the electronics/embedded side. I never really dealt with Arduino or ESP32 even for basic projects before this
What pushed me toward the Jackpot board was the direct 24V outputs. It fit perfectly for my pneumatic solenoid valves, plus the integrated drivers for the NEMA17 made the wiring super simple.
At first I was using a regular NEMA17 and it was stalling constantly. Now I moved to a 5:1 geared NEMA17 and it’s MUCH better. It still stalls occasionally, maybe once every 5 minutes or so. The issue is plastic pellets getting stuck between the auger and the case. That’s why I’m trying to detect the stall and reverse slightly to clear the jam automatically.
Interesting what you said about StallGuard not being precise enough. It shakes vibrate when it stalls idk if this info would change something.
I’d actually love to hear more about your project too. What are the advantages of the Maslow 4 setup compared to others?
I got annoyed with your message but I am trying to be a better person these days I am a jackpot3 user and we are just sharing info about our builds. Don’t worry @Tokoloshe
Thanks Ryan and others. I appreciate it. I guess I will try to solve my problem with a mechanical solution. Maybe with an encoder or something else in the future.
Could it be as simple as a different funnel design? Wide open at the top and a tight fit on the auger?
I am not well versed in the design principles of these but I thought augers were too slow to fill a mold before things cooled too far. I have a million questions but feel free to skip them and just share some updates as you go. Seeing, maybe owning/building, and jackpot powered injection mold machine would be pretty sweet so I am definitely following along.
Since the parts are not very large, it’s easy to feed them with an auger. Imagine a chamber: after the first injection, there’s still material inside, but it needs about 40 seconds to reach the right consistency. I use the auger to feed more material on top of the existing plastic inside. So, I have plenty of time(40s). I dont have design files, i may make a new feeder design. Also i think plastic pellets i bought are too small. I will keep you post it.
I have different plans for this project. I may add a Adafruit VL53L0X Time of Flight Distance Sensor to measure material needs to be added by the piston’s position.