Backup creates empty folder
KSP
✭
Hello,
We are trying to create a backup of a controller using the PCSDK version 6.03.
For testing we are using a virtual controller in RobotStudio 6.03.
When calling the Controller.Backup method it will create the given folder on the virtual controller but it remains empty.
We are subscribed to the 'BackupCompleted' event which occurs and says it is successful in the backup event arguments.
The event log in RobotStudio is showing three message that indicate the backup was succesfull:
When using the virtual flexpendant to create a backup (with the same name and location) it will successfully create a backup and not only an empty folder.
We have not yet tested it on a real physical robot controller.
Any ideas on what we are doing wrong?
Kind regards
We are trying to create a backup of a controller using the PCSDK version 6.03.
For testing we are using a virtual controller in RobotStudio 6.03.
When calling the Controller.Backup method it will create the given folder on the virtual controller but it remains empty.
We are subscribed to the 'BackupCompleted' event which occurs and says it is successful in the backup event arguments.
The event log in RobotStudio is showing three message that indicate the backup was succesfull:
- 10230: Backup step ready (prepare)
- 10231: Backup step ready (configuration)
- 10232: Backup step ready (task)
When using the virtual flexpendant to create a backup (with the same name and location) it will successfully create a backup and not only an empty folder.
We have not yet tested it on a real physical robot controller.
Any ideas on what we are doing wrong?
Kind regards
0
Comments
-
Can you maybe show your code? Which PC-SDK version are you using?
I just tried it with RobotSTudio 6.03 and PC-SDK 6.03. In my case is was successfully...// Log on controller.Logon(UserInfo.DefaultUser); try { controller.BackupCompleted += controller_BackupCompleted; controller.Backup(@C:\temp\abb); } catch (Exception) { } // Log off and dispose controller.Logoff(); controller.Dispose();
0
Categories
- All Categories
- 5.5K RobotStudio
- 396 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 316 IRC5
- 61 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 800 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings