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

Pages: [1]
1
Support Questions / Re: Error Importing Form Template
« on: October 19, 2017, 08:39:54 PM »
Awesome, that seems to have cleared up all the errors. Thanks for the quick response Archie

2
Support Questions / Re: Error Importing Form Template
« on: October 19, 2017, 08:25:08 PM »
The Class name is the same As the form I used to create the template. Do I need to manually change this for every instance of the template?

3
Support Questions / Re: Error Importing Form Template
« on: October 19, 2017, 08:08:55 PM »
Yes.

Every component on the template form has a line similar to that.

4
Support Questions / Re: Error Importing Form Template
« on: October 19, 2017, 07:50:19 PM »
Yup. Those are all there.

5
Support Questions / Re: Error Importing Form Template
« on: October 19, 2017, 06:49:10 PM »
The link goes to the code view of the designer page. (HMIPromptPage1.Designer.vb)

Looks like all of the components on the template page are causing errors. The first of many lines with errors is this :

Code: [Select]
Me.Label1 = New System.Windows.Forms.Label()

6
Support Questions / Error Importing Form Template
« on: October 19, 2017, 05:55:15 PM »
I'm having some issues using templates to create multiple similar forms in my project. I've been following the procedure in this post: http://advancedhmi.com/forum/index.php?topic=1174.0

After adding the template into the project a prompt appears (error1.jpg) and the design time error page loads (error2.jpg).

Anyone seen this before?

7
Support Questions / Re: Bad Checksum Error
« on: March 24, 2017, 12:39:01 PM »
That did it. I misunderstood how to setup the system and had the PLC trying to write to Advanced HMI.
Bad checksum error is gone.

Thanks Archie!

8
Support Questions / Re: Bad Checksum Error
« on: March 23, 2017, 11:09:24 PM »
Attached is the driver Log,

There was also a document named DriverErrorLog.txt that was filled with:

Code: [Select]
SendQueProcessor-Cannot access a disposed object.
Object name: 'ModbusRTU DLL is disposed'.

9
Support Questions / Re: Bad Checksum Error
« on: March 23, 2017, 04:38:03 PM »
Archie,

I have been fiddling with this now for a while with no progress. Baud Rate, Data Bits, Parity, and stop bits are all the same in the ModbusRTUcom1, the com port settings in the click, and device manager. I have tried a couple different combinations and it still says bad checksum.

The click PLC programming software is closed and the PLC is in run mode. Anything else I can try?

Here are my current comm settings:

10
Support Questions / Bad Checksum Error
« on: March 17, 2017, 10:04:57 PM »
Hello, I'm new to Advanced HMI and I am trying to establish Modbus RTU connection with a Click PLC using a USB to RS-232 Adapter.

I have setup a ModbusRTUCom with the same settings as the Click. At the moment I am trying to validate connection by using a basic label with PLCAddressKeyad and PLCAddressValue set to 40001. When I run the program, the text of the basic label changes to "Bad Checksum".  Same result with other elements as well.

Any input on how I should go about troubleshooting?

Pages: [1]