Open frdfsnlght opened 4 years ago
In general, I would not recommend too much hacking, like using the forward direction spindle control to control the on/off. I would define everything normally and recompile when you change your system.
Spindle. If you want to use the 0-10V to drive a relay You could use the forward direction circuit as a signal to a relay circuit, but I would define a SPINDLE_OUPUT_PIN to the GPIO pin going to that and use SpindleType::RELAY. You can use VFD later and redefine the pins and spindle type accordingly. I do not recommend using that module for a laser. I would get a 5V output module for that.
Switches. You can wire 2 switches to each input. The wiring scheme (parallel/serial) depends on whether you use N.C. or N.O. switches.
Other inputs: We support feedhold, resume, reset, door, probe, and 4 macro buttons.
Outputs. The 5V module cannot directly drive relays. It can provide a signal to a relay control circuit. The Quad MOSFET can supply the current to directly drive relays and solenoids. We support Mist and Flood as well as 4 digital output and 4 PWM outputs.
I'm curious why you wouldn't recommend the 0-10V module to drive a laser? I would think that's a good fit. Is it because most lasers are PWM controlled (in which case, I agree with you and a 5V output module would be better)? How is the analog output derived? I took a quick look at the schematic (emphasis on "quick") and it looks like maybe you're smoothing a PWM signal and running it through an adjustable gain amp. Is that right? If that's true, is there a reason you didn't break out the PWM into another output pin on that module? Seems like a desirable enhancement. Best of both worlds.
You are correct on the design description.
We are just trying to optimize each module, reduce confusion and keep cost down. I tried "best of X worlds" for years. I like this system better.
On Tue, Nov 24, 2020 at 8:12 AM Tab Bennedum notifications@github.com wrote:
I'm curious why you wouldn't recommend the 0-10V module to drive a laser? I would think that's a good fit. Is it because most lasers are PWM controlled (in which case, I agree with you and a 5V output module would be better)? How is the analog output derived? I took a quick look at the schematic (emphasis on "quick") and it looks like maybe you're smoothing a PWM signal and running it through an adjustable gain amp. Is that right? If that's true, is there a reason you didn't break out the PWM into another output pin on that module? Seems like a desirable enhancement. Best of both worlds.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bdring/6-Pack_CNC_Controller/issues/38#issuecomment-732998904, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABOJ3OW7N2MEQUOUL7CM2LSRO5OTANCNFSM4UAEQFFA .
-- Bart Dring
"If you did not build it, you will never own it"
I'm looking at replacing my Xpr V4 from Spark Concepts, and I came across this today. My main issue is currently the pwm output is fluctuating, and my spindle speed goes bonkers on anything other than full speed at 10v. The other issue is that the spindle requires a 10 to 26V line (not sure why, everything is in German). If I read things correctly (it's been almost 25 years since my EE degree which I never ended up using anyways), the pwm module only provides an additional 5v.. can this be boosted to 10v (the vendor that sold me the spindle stated that it just needs a voltage between 10 and 26 that is constant, does not matter what it is)
You are correct on the design description. We are just trying to optimize each module, reduce confusion and keep cost down. I tried "best of X worlds" for years. I like this system better. … On Tue, Nov 24, 2020 at 8:12 AM Tab Bennedum @.***> wrote: I'm curious why you wouldn't recommend the 0-10V module to drive a laser? I would think that's a good fit. Is it because most lasers are PWM controlled (in which case, I agree with you and a 5V output module would be better)? How is the analog output derived? I took a quick look at the schematic (emphasis on "quick") and it looks like maybe you're smoothing a PWM signal and running it through an adjustable gain amp. Is that right? If that's true, is there a reason you didn't break out the PWM into another output pin on that module? Seems like a desirable enhancement. Best of both worlds. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#38 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABOJ3OW7N2MEQUOUL7CM2LSRO5OTANCNFSM4UAEQFFA . -- Bart Dring "If you did not build it, you will never own it"
I apologize if this is not the correct place to ask these questions. If not, please direct me.
I'm looking to get one of these nifty controllers for an upcoming MPCNC build. I'm in the design phase and I'm trying to get a handle on wiring needs and such. Consider me fairly proficient when it comes to micro controllers/programming/electrical. The questions:
Any help would be appreciated including machine configurations, tips, or criticisms.