--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/5392d683-e40e-4269-a1d0-7ffea56bc6e2%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ope...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/2f95f217-6a22-4e85-939e-b5b26686599f%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/2f95f217-6a22-4e85-939e-b5b26686599f%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/2f95f217-6a22-4e85-939e-b5b26686599f%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/c71b027c-1aef-4020-92f4-346a19b82de5%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/c71b027c-1aef-4020-92f4-346a19b82de5%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/c71b027c-1aef-4020-92f4-346a19b82de5%40googlegroups.com.
I understand what you say about currents and powers, I'm rather hardware man than software and have calculator :-).
I bet the LED brightness remained pretty constant.
but for a single LED fed from a 24v source, it is not the part to use.
BrynnP.S. nice that they have built-in protection and comeback to life when they cool - I like parts like that if the premium price is not an issue.
Hi,As I am refurbishing my new (old ?) Philips CSM 66 I decided to make universal pick & place controller - kind of competition to Smoothie.It is based on my commercial motion controller used in industrial ink printers - for pick & place it will have just a bit different firmware.So few details:- RS485, CAN and USB as communication protocols. First version will accept Gcodes from OpenPnp driver through RS485 or USB- Support for two axis with incremental encoders and one without- The base idea is to use one controller for X/Y and the other assembled directly on the head - there will be shield with 3x small stepper drivers and 2x vacuum sensors- 8 inputs ( for home/end position switches), 4 of them can be also configured as analog inputs- 6 open drain outputs ( for valves, pumps etc)- two expansion slots - one for head stepper drivers/vacuum, the other one for feeders - there is i2c and serial, so it will be possible for valve power outputs or even Siemens electronic feeders ( if ever needed - it is easier to use the already made design by https://github.com/bilsef/SchultzController)Schematics preview available at : https://github.com/jarekkt/jarekktpp_controllerDirectly: https://github.com/jarekkt/jarekktpp_controller/blob/master/hardware/uni_controller/Uni_Printer.pdf
Comments are welcomed :-) - please let me know If I forgot something important to be placed there - it is still preliminary design.
One last thing left in the firmware - motion generator.I do have solution for trapezoid velocity profiles , but here S-curves would be desired - to get max speed without parts falling off.
Hi TMastiff,
The gist is that it's instead of high wattage resistors and providing constant current independly of voltage source changing in reasonable range.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/1943e605-d90c-49d9-b683-6a39421429e6%40googlegroups.com.
Well, I need only an evening or two to get it right :-)
niedz., 19 kwi 2020 o 10:53 Marek T. <marek.tw...@gmail.com> napisał(a):
Hi TMastiff,
The gist is that it's instead of high wattage resistors and providing constant current independly of voltage source changing in reasonable range.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+unsubscribe@googlegroups.com.
The simplest case - ideal s-curve calculated from trapezoid prototype
Almost ready :-)
W dniu piątek, 27 marca 2020 21:03:35 UTC+1 użytkownik Jarosław Karwik napisał:
W dniu piątek, 27 marca 2020 20:33:49 UTC+1 użytkownik TheCunningFellow napisał:
Nice,I'm working on something similar but with SAM rather than STM parts and no CAN bus.Much nicer to have 4 wires going to the head rather than a bundle of 20+
I think an ethernet is nice solution, better than USB. My private opinion, as less usb devices as better. Just pity that Smoothie has ethernet so completely useless for gcodes.