Bugs item #2891275, was opened at 2009-11-03 09:19 Message generated for change (Tracker Item Submitted) made by dalegrover You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=2891275&group_id=6744
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Motion Controller Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dale Grover (dalegrover) Assigned to: John Kasunich (jmkasunich) Summary: m3 preceded by s0, further sNNN ignored Initial Comment: If speed is set to 0 (s0) either explicitly or when EMC is first started, m3 / sNNN will not turn on the spindle. E.g., s1000 m3 / m5 / s0 / m3 / s1000. Radek suggested looking at code in function emcSpindleSpeed() in taskintf.cc, specifically "taskintf.cc:1377: if (emcmotStatus.spindle.speed == 0) return 0; //spindle stopped, not updating speed". Since logging (2009-11-02.txt) was not enabled at the time for emc-devel, here's part of the IRC comment: cradek: it's possible you could paper over this, but a thorough fix (IMO) would be to make motion's commands more closely represent task's canonical commands (which are fairly well matched to how the gcode works) [12:50pm] cradek: this is not the first bug of this style [12:51pm] cradek: since "set the css offset" is part of the "turn the spindle on" message, we had a bug where changing tools and loading a new TLO would incorrectly start the spindle! clearly (IMO) they should be separate messages that more closely represent how the gcode works ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=2891275&group_id=6744 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
