Can not find RobotStudio.Services.Simulation in the SDK

I’m very new to the RobotStudio SDK, and am trying to start a simulation with a console application. Multiple sources refer to RobotStudio.Services.Simulation (for example: https://developercenter.robotstudio.com/api/robotstudio/articles/How-To/Miscellaneous/CreateNewStationExample.html) but this does not seem to exist in the SDK. In fact, i can’t seem to find anything that derives from IApiSimulatorService.

Am i following old guides or am i missing a namespace?

Hello there,

Maybe this thread could help you: ABB Robotics Community - Maintenance

These videos are great, but do not help me access the simulations in RobotStudio. I’ve now also realized i posted this question in the wrong section.

I can access controllers fine, but actually starting, stopping and resetting the simulation seems impossible.

Hello again,

I did some digging, and you’re right; The RS SDK does not include the RobotStudio.Services.* resources.

That is because these resources are internal and should not be used. The manual will be modified to reflect this change.

Instead, please refer to this reference: Class Simulator

it seems RobotStudio.Services.Simulation may be outdated; check the latest SDK docs