Good morning gents,
I have a problem in understanding ignition functions for IEC61850 driver. I have already create a devide in my designer where I create multiple tags that get information from a report of an IEC61850 preconfigured in my gateway. Now I want to control or write to one of those tags but I dont really undertand how functions works. For Example:
Im trying to access information with function inside a button to print that information:
device = system.iec81650.getControlParams("tag_path")
print(device)
but ignition give me the following error:
AttributeError: 'com.inductiveautomation.ignition.common.script.Imm' object has no attribute 'iec61850'
Maybe I am not undertanding how to work with these functions, can anybody help me please understand.
Best regards,