RobotStudio event

Create and Position Robot with RobotStudio SDK

Hello All, I am trying to develop some functionality with RobotStudio.

I have a JSON file which contains information about an ABB robot model (let's assume an IRB1200) and its position information (translation and rotation). I would like to develop some SDK code where we can read the JSON data and then create an empty station, load the specific robot and position it according to the provided data. 

I am wondering first of all if this is possible to do directly with the RobotStudio SDK? Or perhaps we will have to do some hacky work-arounds to achieve this:
- Have multiple pre-made stations with the various robots already included. Then upon loading we can re-position the robot?
- use the mechanism builder to manually construct the manipulators as mechanisms and load them that way?

Any suggestions or advice greatly appreciated :)



 

Answers