I'm trying to add INI File Handling in ComBridge - such that I can choose the PLCAddressValue / PLCAddressValueTarget items from the INI File. i'm getting
INI File - Invalid cast from 'System.String' to 'MfgControl.AdvancedHMI.Drivers.PLCAddressItem'
do you have any suggestions? it seems that the dataSubscriber the comBridge uses is making the PLCAddressItem into some sort of list, so the ini handling isn't working.
Thanks