Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.
We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.
We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.
PCSDK 6.05. BACKUP-Error
Hello,
I was creating an PC-SDK-Application and getting some troubles with RW 6.04.01 on
the real robot system.
I have also troubles creating a BACKUP of the system - VC is working and real system is creating errors.
The robot system is creating a BACKUP-Error - Error-ID: 11020.
My source code:
private void saveFileDialog1_FileOk(object sender, CancelEventArgs e)
{
if (controllerLokal != null || saveFileDialog1.FileName.ToString() != "" || saveFileDialog1.FileName != null)
{
try
{
string backupDir = saveFileDialog1.FileName.ToString();
this.controllerLokal.BackupCompleted += new EventHandler<BackupEventArgs>(Controller_BackupCompleted);
this.controllerLokal.Backup(backupDir);
}
catch
{
ShowMessage(translator.getText("Backupfehler"));
}
}
else
{
....
}
}
I would be appreciated for help
Thank you in advance
I was creating an PC-SDK-Application and getting some troubles with RW 6.04.01 on
the real robot system.
I have also troubles creating a BACKUP of the system - VC is working and real system is creating errors.
The robot system is creating a BACKUP-Error - Error-ID: 11020.
My source code:
private void saveFileDialog1_FileOk(object sender, CancelEventArgs e)
{
if (controllerLokal != null || saveFileDialog1.FileName.ToString() != "" || saveFileDialog1.FileName != null)
{
try
{
string backupDir = saveFileDialog1.FileName.ToString();
this.controllerLokal.BackupCompleted += new EventHandler<BackupEventArgs>(Controller_BackupCompleted);
this.controllerLokal.Backup(backupDir);
}
catch
{
ShowMessage(translator.getText("Backupfehler"));
}
}
else
{
....
}
}
I would be appreciated for help
Thank you in advance
0
Categories
- All Categories
- 5.7K RobotStudio
- 402 UpFeed
- 21 Tutorials
- 16 RobotApps
- 307 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 251 ScreenMaker
- 2.9K Robot Controller
- 368 IRC5
- 92 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 859 RAPID Programming
- 43 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 111 Collaborative Robots
- 5 Job listings