Hi Martin Thanks for your switch reply. Just checked - I am using V3.5 SP15. So i reckon it should work right?
Hi there, Relatively new to scripting on Codesys and I am having some problems with the Symbol Configuration - hopefully someone has solved that. I have tried various suggestions from this forum, but without success. Example: from System import Guid optimizedCalculator = Guid('{0141eb75-141b-4ea1-9a8c-75f952b22a6c}') app = projects.primary.active_application symbol = app.create_symbol_config(False, False, optimizedCalculator) print('Symbol config created') Error in the above is AttributeError 'ScriptObject'...
Hi there, Relatively new to scripting on Codesys and I am having some problems with the Symbol Configuration - hopefully someone has solved that. I have tried various suggestions from this forum, but without success. Example: from System import Guid optimizedCalculator = Guid('{0141eb75-141b-4ea1-9a8c-75f952b22a6c}') app = projects.primary.active_application symbol = app.create_symbol_config(False, False, optimizedCalculator) print('Symbol config created') Error in the above is AttributeError 'ScriptObject'...
Hi there, Relatively new to scripting on Codesys and I am having some problems with the Symbol Configuration - hopefully someone has solved that. I have tried various suggestions from this forum, but without success. Example: from System import Guid optimizedCalculator = Guid('{0141eb75-141b-4ea1-9a8c-75f952b22a6c}') app = projects.primary.active_application symbol = app.create_symbol_config(False, False, optimizedCalculator) print('Symbol config created') Error in the above is AttributeError 'ScriptObject'...