- Joined
- Jun 16, 2016
- Messages
- 221
Since the CL57Y has a USB rather than the "standard" RJ connector I'll be waiting for the manual to actually become available before I think about buying one. A USB connector ought to mean a USB interface, right?CL57Y sounds good but flaws may not show up for a while (if any). Will keep in mind, Thanks! Not sure what U mean by ''tweek the step rate in my code to mitigate..'' - normally the stepper is tuned in with the driver, which sometimes comes with a tuning software tool as per the CL57Y.
Does that mean, when U release the code, that users will have to tweek (if no software tool avail)? [technophobia is starting to show-eh!]
FYI, the pdf for their manual is a dud link: https://www.omc-stepperonline.com/download/CL57Y.pdf
I have a small lookup table that makes adjustments to the PWM period according to the number of steps output per spindle count. I was able to mitigate some small resonances that way and have less stepper whine. I actually started off dynamically varying the period according to RPM, but that introduces its own resonances. My results were pretty good with the simpler scheme so I went with that. I may be revisiting it. I've been pondering a "spread spectrum" scheme, but it already kind of does that just because of the nature of distributing the steps per spindle count for a given rate. We shall see.