I just added to this topic Data type of tag custom property about how when you try to change a custom tag properties data type through script it fails or if it does work you get a dictionary/array as the value in ignition and the dataType never changes.
Has any progress been made on this?
output when i try to do this dynamiclly through script:
script I used to start testing:
#UDT Definitnon:
path='[Coc]_types_/PathTo/PathTo_TAG/HIGH_ALARM_ENABLE'
topFolder = "[Coc]_types_/PathTo/PathTo_TAG
tagObject = [{
'name':'HIGH_ALARM_ENABLE',
'PI_Tag': {'tagType':'String','value':'test'}
}]
system.tag.configure(topFolder, tagObject, 'm')
