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.

Associate Controller to a Library

Hi !

I am trying to associate a library to my station to not have this popup.

 
So far I succeeded in :
- create my controller 
RsIrc5Controller _controller = new RsIrc5Controller(path);

- Add in my station
myStation.Irc5Controllers.Add(_controller);

- Get my Robot
var robot = newStation.Children.FirstOrDefault(p => p.Name == "IRB1200H_5_90_STD_01") as Mechanism;

I don't know where to go from here. Someone can help ? Thank you in advance.