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 - Richard Waterson

Pages: [1]
1
Support Questions / Re: HMI wont start on my program
« on: December 24, 2016, 01:43:57 PM »
 This is the path to the EXE: \AdvancedHMIv399s\AdvancedHMI\bin\Debug

And I am not using the Default C#. I have loaded my own C# project.
Merry Christmas by the way

2
Support Questions / HMI wont start on my program
« on: December 23, 2016, 06:12:50 PM »
I have added C# project to the AdvancedHMIv399s in visual studio and set my project as the startup project. When I click on the EXE in the file the program starts up on the AdvancedHMI black screen with red letters. When I run it in visual studio it starts up on my project. How do I get my project to run when stated from EXE.

3
I am writing a program in C# and Im trying to write the max INT's at one time. The issue is a INT in C# is comparable to a dint in the plc. The "EthernetIPforCLXCom1.Write only allows a INT to write. I need it to be able to write a "short" which is a INT in the PLC, Am I wrong? Im only now able write to 129 PLC INT's max per shot

4
Using "EthernetIPforCLXCom1.Write" how many INTS can be written to a CLX5000 array in one shot.

5
Open Discussion / Re: How Fast is AdvancedHMI CLX driver?
« on: October 23, 2015, 10:28:03 PM »
Thanks for the reply.  I set up the read just like you showed and it reads the 1000 dint array nice and fast.  I tried to set up a write the same way but I still cant get it to write over 240 dints  or ints per write.  Is there a way to do it?

6
Open Discussion / Re: How Fast is AdvancedHMI CLX driver?
« on: October 23, 2015, 01:36:37 AM »
How did you get the CLX driver to read 1000 dints in 1 shot.  I can only get 240 dints per each read or write? I'm using the driver in C#.

7
Support Questions / Re: HMI using C# and EhternetIPforCLXcom
« on: May 24, 2015, 02:50:16 PM »
I get it now.

Thanks

By the way the project I am working on  takes the depth data coming from a xbox1 kinect V2 sensor and sends it to a CLX 5000 array so the PLC can look for defects in sheets that move through the cameras view. I am using your drivers to to fill up a 512 int array in the CLX5000 every 100MS. I had to break it up into 4 writes but it works good.

8
Support Questions / Re: HMI using C# and EhternetIPforCLXcom
« on: May 24, 2015, 12:44:44 PM »
Does that mean I have to build a project in VB and then add a C# project to it?

9
Support Questions / HMI using C# and EhternetIPforCLXcom
« on: May 22, 2015, 10:48:50 PM »
I wrote a HMi in C# using  an older version of youre advanced HMI drivers. It worked just fine until I updated to the latest driver. Now When I start up the program I get and error that says "Incomplete Solution"  It seems to be hanging up on the "EthernetIPforCLXcom.IPaddress". By the way in the advancedHMI driver version I was using "EthernetIPforCLXcomm" has 2 M's.

Pages: [1]