RobotStudio event

question about PC SDK

Options
Hi all,

I have a question about PC SDK.


Can I use PC SDK in the virtual environment ?? ( without using neither FP SDK nor the virtual FP )

I mean that is it possible to manage the virtual controller & the virtual manipulator in the offline-state in robot studio using an application developed using the PC SDK ??


Thanks alot.

Comments

  • Yes, you can connect to a virtual controller in Robot Studio from a PC-SDK application.
    Lennart H
  • Niklas Skoglund
    Options
    You can either develop a stand alone PC SDK application (MyApplication.exe) or develop an Add-In to RobotStudio (MyAddIn.dll) which is loaded into RobotStudio.exe, and from which you can perform PC SDK communication.
     

    If you are a beginner, I think its easier to start with a stand alone PC SDK application.

    And of course it depends on what you want to achive with your application.

    Best Regards, Niklas Skoglund
    ABB Robotics

    Developer Center
    RobotStudio Blog
  • thanks a lot Thumbs Up