Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.
We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.
We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.
RobotStudio SDK 6.06, ControllerSimulationConfigurationCollection only has non-public members?
OskarHenriksson
mod
Greetings developers!
I need some help:
According to the API http://developercenter.robotstudio.com/blobproxy/devcenter/RobotStudio/html/d9033424-743a-0f80-9d53-34b7557ac4dd.htm
the class
What I'm trying to do is to set the simulation entry point by accessing
I need some help:
According to the API http://developercenter.robotstudio.com/blobproxy/devcenter/RobotStudio/html/d9033424-743a-0f80-9d53-34b7557ac4dd.htm
the class
ABB.Robotics.RobotStudio.Stations.ControllerSimulationConfigurationCollection<br>Has the public member item, but when I debug, the only thing existing is a private _list
ControllerSimulationConfiguration cfgs = station.SimulationConfgiruations.First().ControllerConfigurations; cfgs._list.GetType() = RobotStudio.API.Core.CmList<ControllerSimulationConfiguration>
What I'm trying to do is to set the simulation entry point by accessing
ControllerSimulationConfiguration.Configurations<TaskSimulationConfgiurations>.First<TaskSimulationConfiguration>().EntryPoint
Thanks in advance!
/Oskar
Tagged:
0
Best Answer
-
I misunderstood how ControllerSimulationConfgiurationCollection and TaskSimulationConfigurationCollection worked.
They are accessable by using the ctonroller and task as index (see code below).
The following code sets the path "path" as simulation entry point:var s = station.SimulationConfigurations.First(); var cfgs = s.ControllerConfigurations; var cfg = cfgs[controller]; var taskCfg = cfg.TaskConfigurations[station.ActiveTask]; taskCfg.EntryPoint = path.Name;station.ActiveTask.ActivePathProcedure = path;
0
Categories
- All Categories
- 5.7K RobotStudio
- 402 UpFeed
- 21 Tutorials
- 16 RobotApps
- 307 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 251 ScreenMaker
- 2.9K Robot Controller
- 368 IRC5
- 92 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 859 RAPID Programming
- 43 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 111 Collaborative Robots
- 5 Job listings