AdvancedHMI Software
General Category => Support Questions => Topic started by: Controlsnut on January 08, 2015, 05:01:34 PM
-
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?
-
Are all of the controls, drivers, and projects still part of the Solution?
-
Okay. What is the proper way to bring this into an existing solution. My other projects within the solution will need a reference to the AdvancedHMIDrivers. Thanks in advance.
-
Hi Archie,
Just a follow up to my post. I was missing the AdvancedHMIControls project in my solution. Recompiled and everything seems to be working now. Thanks for your speedy response.
-Controlsnut