Hello,
I'm having a strange issue. I'm using the EthernetIPforCLXCom driver and it seems I can instantiate a new object no problem and when I look at the stack trace of newly created "plc" object it looks okay, meaning it has been given a bunch of default parameters i.e.,
DisableSubscriptions = false
IPAddress = "192.168.0.10"
PollRateOverride = 500
Port = 44818
ProcessorSlot = 0
So everything looks good up to this point. Then when I try to set the IPAddress using something like:
plc.IPAddress = "192.168.36.3";
I get a dialog showing up that says: Incomplete Solution
In the titlebar of the dialog box says AdvancedHMIDrivers...any thoughts?