control robots with c# !?
-
hey guys ! its really a dim point for me that can we write some codes to control a robot? or write some code for a external hardware?
-
hey guys ! its really a dim point for me that can we write some codes to control a robot? or write some code for a external hardware?
You can write code with C# to control external devices, as long as they use any one of a number of standard protocols.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
hey guys ! its really a dim point for me that can we write some codes to control a robot? or write some code for a external hardware?
Yes you can. But you need to know how many axes the robot has and how to move the axes. If you bought the robot from a third party then they will be giving you the interface lib to communicate with the robot. some vendors sell C++ interface some have .Net libraries.