Hi All,
I am a beginner and I started to develop the first simple c# application that performs the scanning of the network in order to find controllers that is reported in the application manual of PC SDK. I tried to run the application looking if it could scan the virtual controller on robot studio (installed on the same computer of visual studio), but it doesn’t work. I tried to run again connecting real controller through service port, but it doesn’t work again. Someone can help me? Thank you so much!!!
ohh i forgot to add ! you need to pass in a third argument in the cmd line , something like “0,0,0” or “0,0,10” if you want the robot to move by 10 mm in the z direction
I am still working on the project. but in a while I would have exposed a very simple API for anyone to use basic functionality of the robot without hassle : ) I just need help from other ppl like yourself to push it forward.
What exactly do you wish to do with the robot ? just general linear motion or rotation and stuff like that ?
For a virtual controller you check the option when building your system. For a real controller it’s enabled if you have a key that includes the option.
When communicating with the controller over ethernet you should use the factory network port and not the service port (real controller).