Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

What is the correct way to LOAD Station Files with RS SDK c#

Dear all,

I would like to load a RobotStudio station from a file that I specify through my Addin.
I am using the method:
Station newStation = Station.Load(fileName,progNotify,fileNotFound, false)
The progNotify delegate shows me that the Loading terminates without error (progress=1.0), however, in robot studio nothing seems to happen as, at the end of the loading process, the graphic view is empty and there are no rapid modules or controller.

I have also tried to execute: Station.UpdateGraphics(true) but with no success.

May I know if RobotStudio SDK have a bug in the Load function or what is the proper way to load a station file?

Thanks and Regards,