CNC development in VB.net
-
Thanks in advance..! I want to start CNC development in VB.net,From where should i start, any recommendations for the books/articles etc .I should do this in vb.net or C#.
SOFTDEV Luck in life always exists in the form of an abstract class that cannot be instantiated directly and needs to be inherited by hard work and dedication.
-
Thanks in advance..! I want to start CNC development in VB.net,From where should i start, any recommendations for the books/articles etc .I should do this in vb.net or C#.
SOFTDEV Luck in life always exists in the form of an abstract class that cannot be instantiated directly and needs to be inherited by hard work and dedication.
You should start with the hardware you're going to be controlling and it's specifications and documentation. You're also going to have to learn G-Code, what each instruction means, how to parse it and translate that to motion of the tool head, ... Judging by your question history, this project is WAY over your head right now.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
You should start with the hardware you're going to be controlling and it's specifications and documentation. You're also going to have to learn G-Code, what each instruction means, how to parse it and translate that to motion of the tool head, ... Judging by your question history, this project is WAY over your head right now.
A guide to posting questions on CodeProject[^]
Dave KreskowiakThanks for the reply , i did study G-Codes, The only thing making me confused is weather to do it in vb or C.
SOFTDEV Luck in life always exists in the form of an abstract class that cannot be instantiated directly and needs to be inherited by hard work and dedication.
-
Thanks for the reply , i did study G-Codes, The only thing making me confused is weather to do it in vb or C.
SOFTDEV Luck in life always exists in the form of an abstract class that cannot be instantiated directly and needs to be inherited by hard work and dedication.
Whatever language you're comfortable with. It really doesn't matter.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak