Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DavidR

Pages: [1]
1
Support Questions / Re: HMI using C# and EhternetIPforCLXcom
« on: July 23, 2015, 03:53:27 AM »
I have got it working by creating a new project then copying all my code into that new project as well as copying the whole solution to the other PC (80 Mb instead of 2 Mb, strange way to distribute a program).  Now I will have to wait and see if I still get the intermittent "Read Failed -Result=-20. No Data Returned" error.

2
Support Questions / Re: HMI using C# and EhternetIPforCLXcom
« on: July 23, 2015, 01:26:47 AM »
I have tried copying the complete solution to the other computer then running the exe for the C# program but I still get the incomplete solution error.
The main difference to your instructions is that I added my existing c# project rather than creating a new c# project and I made my existing project the start up program.  It is difficult for me to test/debug as my development PC is on our business network and the PLC's I read from are on a physically separate network. It has been working fine with the older version drivers but I have been getting a "Read Failed - Result=-20. No Data Returned" error intermittently with the EthernetIPforPLCSLCMicroCom driver which prompted me to try upgrading the drivers.

3
Support Questions / Re: HMI using C# and EhternetIPforCLXcom
« on: July 22, 2015, 02:46:48 AM »
You start with the AdvancedHMI solution
Right Click the Advanced Solution in Solution Explorer
Add New Project->C#
Add these 4 references:

AdvancedHMIControls project
AdvancedMIDrivers project
AdvancedHMIControls\Support\MfgControl.AdvancedHMI.Controls.dll
AdvancedHMIDrivers\Support\MfgControl.AdvancedHMI\Drivers.dll

You can now work with the C# project and use the controls and drivers

I have just upgraded from version 3.6.1 to the latest version, have followed the instructions above but still get the "incomplete solution" message when I move my project to another computer.
It appears to work on my development PC but not when I move it to another computer.
I only use the EthernetIPforCLXCom and EthernetIPforPLCSLCMicroCom drivers to read data into a c# program, I don't use any HMI controls.
Any help would be much appreciated.

Pages: [1]