How i can use the E/A-Simulator form an other computer?

Hello,
i have installed the Robotstudio-SDK and PC-SDK, but where i can find examples for dev. an addin to get and set IOSignals. And can i use a socket connection in an addin to communicate with an other computer to set and get “realtime” :wink: changes?

There is a class “IOSignal”, but how i can get informations about which IOs are availabe in the simulation? have i to connect to the virtual controller first? there are a lot of questions more at the moment. i am activ working at.

Maybe anyone can help me to find a better or easier solution.
Thanks

Hi ThomasP
I’m not fully clear of what you are trying to achieve. But try to start here(PC-SDK) if you want to communicate directly with the controller: http://developercenter.robotstudio.com/blobproxy/devcenter/RobotCommunication/html/455b4712-8d1d-499b-90ef-72a2e4209563.htm

However the RobotStudio API is much nicer to work with if you want to communicate with the controller added to the RobotStudio station (using a SmartComponent or an add-in).

Hope you find this comment useful!
/Oskar