terjeio / CNC_Breakout_Nucleo64

CNC breakout for STM324F411 and ST32F446 development boards
Other
19 stars 9 forks source link

Optocoupled DC Spindle max voltage #4

Open Volksolive opened 2 years ago

Volksolive commented 2 years ago

Hi Terjeio,

You mention in the readme that the max voltage for the optocoupled DC spindle output is limited by C7 = 30V but there is actually 2 other limiting factor.

So max voltage should be 12V because of the P mosfet but can't be more than 20V if the P mosfet is replaced by another ref. because transistors rarely have more than 20V VGS max.

BTW what is that output intended to drive? because the 2N7002 does not provide that much power? (115mA const.)

terjeio commented 2 years ago

Oops - I have to pay more attention to details.

BTW what is that output intended to drive? because the 2N7002 does not provide that much power? (115mA const.)

A relatively high impedance input for VFD spindle RPM control, R33/C7 act as a LP filter and R33 will limit the drive current available. A typical voltage range is 0-10V.

Volksolive commented 2 years ago

oh yes ok! I think the DC spindle word got me confused! I thought the intent was to drive a DC motor directly...