question about PC SDK

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.

Yes, you can connect to a virtual controller in Robot Studio from a PC-SDK application.

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.

thanks a lot :+1: