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

Pages: 1 [2]
16
Support Questions / Re: IndexOutOfRange in Write function - CLX 398s
« on: June 25, 2015, 01:43:14 PM »
3.98f works awesome, thanks Archie! :)

17
Support Questions / Re: IndexOutOfRange in Write function - CLX 398s
« on: June 25, 2015, 10:24:46 AM »
It's just a dummy program while I play with the 820 and get used to how it works.

http://s000.tinyupload.com/index.php?file_id=70124892009854730575

18
Support Questions / Re: IndexOutOfRange in Write function - CLX 398s
« on: June 25, 2015, 09:34:46 AM »
It looks like I already made that change yesterday.

19
Support Questions / Re: IndexOutOfRange in Write function - CLX 398s
« on: June 25, 2015, 09:08:19 AM »
It seems better with that patch, at least it isn't throwing the exception anymore.

Still having the issue where the button highlights don't update after form load. It seems like the first button press doesn't register either, whichever button I press first doesn't do anything, but any button presses after that toggle the bits properly.

20
Support Questions / Re: IndexOutOfRange in Write function - CLX 398s
« on: June 25, 2015, 08:17:31 AM »
I have two BasicButtons, with the PLCAddressClick and PLCAddressHighlight on each set to a test tag. OutputType set to Toggle. When the form loads, they both update and highlight accordingly, then I can toggle the bits with the buttons, but the highlight doesn't update until I restart the app. Also sometimes it throws that OutOfRange exception from the Write function.

21
Support Questions / IndexOutOfRange in Write function - CLX 398s
« on: June 24, 2015, 11:18:06 AM »
I just picked up a Micro820 for a budget project based on the micro800 support in AHMI, thanks!
Using the EthernetIPforMicro800Com driver talking to a Micro820 controller, I'm getting a couple different exceptions thrown in the Write function. Any help would be greatly appreciated.

22
No. Should I?

23
I've been seeing this error thrown from the comm driver on a hidden form for a few revisions of AHMI, I patched it by checking that the window handle is created before establishing a connection with the driver. It seems to work well so far, but if you have a better way to handle this error, please let me know. =]

24
Support Questions / Re: DataLinkLayerComError NullReferenceException
« on: June 18, 2015, 03:34:12 PM »
I changed that line, and the Null Ref Exception moved to the OnComError sub instead...

25
Support Questions / DataLinkLayerComError NullReferenceException
« on: June 18, 2015, 09:15:25 AM »
e.ErrorId = -34
e.ErrorMessage = "Could not connect to 0.0.0.0, port 44818. Timed out"

It seems to stop throwing exceptions here after adding a line to the beginning of this sub (line 1401)
Code: [Select]
If e.ErrorId = -34 Then Exit Sub
Seems like more of a band-aid fix than anything, since I don't understand why it's trying to connect to 0.0.0.0...

26
Application Showcase / Re: sms messaging
« on: November 12, 2014, 03:31:46 PM »
What did you use to send the SMS messages from the system running AdvHMI?

27
Support Questions / Re: Modifing the project name from AdvancedHMIv35
« on: July 21, 2014, 02:16:41 PM »
Go to Project>AdvancedHMI Properties...
The Application tab has a field labeled "Assembly name"

28
Support Questions / DataLinkLayer_DataReceived NullReferenceException
« on: July 11, 2014, 04:42:02 PM »
I'm having these errors intermittently, and I guess I'm not sure how to troubleshoot the cause of it, or how to prevent it. I would really appreciate any insight or tips on how to investigate this further. Attached is a screenshot of the error I'm getting.
Thanks!

Pages: 1 [2]