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 - dryheat

Pages: [1]
1
Support Questions / Re: CLX reading sub elements of an array
« on: May 13, 2015, 09:00:33 AM »
Version upgrades did the trick. Thanks..

2
Support Questions / Re: CLX reading sub elements of an array
« on: May 12, 2015, 04:28:28 PM »
I downloaded version 39.8g. It won't open in VB Express 2010. Do I need to upgrade to Visual Studio Express 2013 for Windows Desktop?

If so do you have a link to VB Express 2013 download. There are a few different versions and I only need VB, not C#, Python etc.

3
Support Questions / Re: CLX reading sub elements of an array
« on: May 12, 2015, 03:31:48 PM »
I must be 3.97c. That's the last entry in the ReleaseNotes.txt

4
Support Questions / Re: CLX reading sub elements of an array
« on: May 12, 2015, 03:18:03 PM »
Version 3.97

5
Support Questions / CLX reading sub elements of an array
« on: May 12, 2015, 02:57:46 PM »
In the form activated event I'm getting a read error when trying to do this:

RecipeName = EthernetIPforCLXCom1.Read("gC20_Recipes.List[1].Name")

This does work:

RecipeName = EthernetIPforCLXCom1.Read("_JR_TestString")

Can I not read sub elements of an array? THX


Pages: [1]