Library für TMC2130 SSS - Unterstützung gesucht 25. March 2016 14:23 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 7 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 26. March 2016 08:45 |
Registrierungsdatum: 13 Jahre zuvor Beiträge: 200 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 26. March 2016 08:58 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 7 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 26. March 2016 15:38 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 1.361 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 26. March 2016 15:51 |
Registrierungsdatum: 13 Jahre zuvor Beiträge: 200 |
Quote
ataraxis
Das geht bei _echten_ 256 Microsteps los, geht über StallGuard2 (damit kann man die "Last" am Schrittmotor bestimmen - z.B. für sensorloses leveling, "out of filament" usw) und endet bei coolStep usw, lies dir doch am besten mal das Datenblatt dazu durch
Re: Library für TMC2130 SSS - Unterstützung gesucht 26. March 2016 15:56 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 7 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 26. March 2016 16:33 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Library für TMC2130 SSS - Unterstützung gesucht 27. March 2016 11:08 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 37 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 27. March 2016 14:02 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 4.977 |
Quote
Peanuts
Wieso macht ihr euch das so kompliziert?
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Library für TMC2130 SSS - Unterstützung gesucht 27. March 2016 14:17 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 7 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 10. April 2016 08:06 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 9 |
[forum.repetier.com]Quote
In theory this is surely possible. You need a software spi implementation for each driver and override the step/unstep/direction/enable function with the appropriate code.
Main problems I see:
1. Setting steps with SPI is much slower. Instead of toggling one bit you have to send 8-16 bit with software spi. So it will be 1/30 or slower of normal speed. So that is not a real option for driving the steps.
2. I'm not familiar with this chipset but I tried writing load detection with TI chips and failed miserably. This requires quite some conditions to work and the right timing and speed. And you would need a very fast fault implementation which only is possible using the external fault pin for which boards have no connection. Without you would again need to query with spi which is too slow.
And if you get fault detection working the next problem is to rewrite the code for this. As it was not possible before, there is no handling to do it.
The only advantage I might see is, if it is possible to set some parameter like current/microstepping in spi mode and then switch back to pin mode. Not sure though if that is possible here or if it is overridden by external ms-pins and poti.
Re: Library für TMC2130 SSS - Unterstützung gesucht 10. April 2016 11:36 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 7 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 10. April 2016 12:27 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Library für TMC2130 SSS - Unterstützung gesucht 11. April 2016 16:33 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 9 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 11. April 2016 16:38 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Library für TMC2130 SSS - Unterstützung gesucht 12. April 2016 01:53 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 2.094 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 12. April 2016 04:02 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 7 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 12. April 2016 05:21 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Library für TMC2130 SSS - Unterstützung gesucht 12. April 2016 14:26 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 9 |
Quote
Ok, with the 2 extra pins you have at least the chance to request for errors. For playing around I'd suggest extending the endstop handler with a extra variable for faults. You could then set pins high when a fault is detected. endstop detection is called every step if always check endstops is enabled. Or write a similar class that is independently called. As a start maybe just write out faults detected (watch out if done in interrupt it can hang firmware on many faults) so you can test how reliable it is with these chips and your motors.
Re: Library für TMC2130 SSS - Unterstützung gesucht 13. April 2016 11:10 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 7 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 11. June 2016 06:48 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 9 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 23. January 2017 11:54 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 1.112 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 01. February 2017 16:25 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 3 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 02. February 2017 14:26 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 20 |
Re: Library für TMC2130 SSS - Unterstützung gesucht 02. February 2017 15:27 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 3 |