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

Pages: [1]
1
Support Questions / Re: IndexOutOfRangeException when writing to REAL
« on: December 14, 2018, 08:25:11 AM »
TitleADvancedHMI
DescriptionHMI Construction Tool Kit
CompanyManufacturing Automation, LLC
PrductAdvancedHMI
Copyright2011
Assembly version3.23.0.0
File version3.23.0.0

2
Support Questions / Re: IndexOutOfRangeException when writing to REAL
« on: December 13, 2018, 02:20:06 PM »
Where would I look to find versioning?  I downloaded a year or two ago, and I don't recall what version it was.

3
Support Questions / IndexOutOfRangeException when writing to REAL
« on: December 12, 2018, 03:31:23 PM »
I am using the EtherenetIPforCLXComm to write data to a REAL tag.  But when I run the code I get an IndexOutOfRangeException within the Else of the WriteData function on this line

Code: [Select]
ConvertedData(i * 2 + 1) = CByte((dataToWrite(i) >> 8) And &HFF)
i = 0
ParsedResults.FileType = 0

I can't dig deep enough or have overlooked were .FileType is set, so I can't help more there.   But I am able to read the tag just fine.  I have also tried different tags and different processes with the same result.  Strings and DINT work perfect.

I am using C# VS2010 and the AdvancedHMIDrivers is Runtime version 2.0.50727

Pages: [1]