Hello all,
My question will go a little further than the title i've submitted but i couldn't make a longer discription in the title box.
I'm doing a final project for my graduate course in manufacturing automatisation. For this project i designed a small CNC - engraving machine. Originally i wanted to use a Make controller board for controlling the X-Y servo amplifiers with an analog output signal. Why the Make controller? Because it was programmable from the .NET environment. I have some talent and some experience in C# and .NET and was convinced i could write a small & simple cad application to program the Make board. Basic idea: user draws a simple line-drawing, my application compiles it to board instructions to send analog outputs which drive the servo's along the path i've compiled through my application.
But to my horror it seems the make board is no longer available, and my project is already over half its development time.
So my question is:
Is it doable to program the arduino board through a self written small Cad-application in C#. I've read another post here that u can send serial data to the arduino board using C#. Would this be a possibility to send instructions to create the desired analog outputs for the servo-amplifiers?
I've only got 3 months left to find a replacement that i can use with my own application to control 2 servo Axis through analog inputs. The servo's are way to big to use with the on board servo connectors so my only choice is the way i just described (i think).
Or does anybody have other recommendation which controller board would fit my needs.
Thank u for your time to provide any help
regards
Bender