Hello all,
I am trying to add World Zones in a virtual controller, but, when I click on the checkbox to add the "608-1 World Zones" option I get the message:
An error occurred when selecting 608-1 World Zones. See Output for details.
The output is:
Exception: OptionManager.OptionManagerException: Option "608-1 World Zones" is not availa...
If I open the output message:
RobotStudio .NET exception:
OptionManager.OptionManagerException: Option "608-1 World Zones" is not available in any of the license added
at OptionManager.RoboticsOption.(Option )
at OptionManager.RoboticsOption.SetOption(Option option)
at ABB.Robotics.RIM.SettingsManager.SetOption(Option option)
============================================
Base exception: ProductSettingsException
OptionManager.OptionManagerException: Option "608-1 World Zones" is not available in any of the license added
at OptionManager.RoboticsOption.(Option )
at OptionManager.RoboticsOption.SetOption(Option option)
at ABB.Robotics.RIM.SettingsManager.SetOption(Option option)
at ABB.Robotics.RIM.SettingsManager.SetOption(Option option)
at RobotStudio.Services.Systems.SystemBuilder.SystemBuilderRpkBase.AddOption(SettingsManager settingsManager, Option option, Func`2 userChoiceCallback, Action`2 optionSelected)
at RobotStudio.UI.Controller.GandalfOptions.GandalfOptions.OptionCheckBox_OnChecked(CheckBox checkBox)
This is a virtual robot... shouldn't I be able to add options?
This robotstudio cell comes from a customer and maybe he created it from a backup, but as we will get the option in the next days, I wanted to advance work for them.
Anything I can do to add that option?
Thank you in advance!