CNC control in C

Status
Not open for further replies.
OK no worries but the only one I want to know is this : "But assuming you do want to, then simply download the C++ Arduino code, and convert it to C and to run on your processor - assuming your 8051 can meet the requirements?. "
The Arduino platform uses the AVR.. This chips capabilities out weigh the 8051 10:1.. The shield driver that turns the motors will be controlled by PWM signals directly from the AVR processor.. You would need external components t do this..

If you want to do this on a P89LPC952 / P89LPC954 you may struggle with memory as the AVR has 2k and they only have 256bytes... The AVR also has double the amount of program memory..

Lets not go there..... If you need to run a CNC from an Intel based system, you will need a lot of external peripherals.. I'm not saying it cannot be done, but you would need to know a lot more about the system and the software to get a CNC up and running..
 
Hello,

Thank you for your answer.

I understand it but what kind of external device I need?
 
OK no worries but the only one I want to know is this : "But assuming you do want to, then simply download the C++ Arduino code, and convert it to C and to run on your processor - assuming your 8051 can meet the requirements?. "

If you can't understand that, you're pretty well stuffed - no one here is going to do your school work for you, and you're unlikely to find anyone who's already done it (assuming it's even possible?) as it's such an incredibly stupid thing to be doing.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…