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

Pages: [1]
1
I'm trying to upgrade a project from v397e to v398g using the folder replace method (download new project, replace AdvancedHMI folder in new with original AdvancedHMI folder, open new project). When I try a rebuild all I get errors "Type 'MfgControl.AdvancedHMI.Controls.Message' is not defined", on any forms with a MessageDisplayByValue or MessageListByValue. When I double click the errors they point to the InitializeComponent Sub on the Designer.vb file for the form. See attachments. Anyone had this problem before? Also, is there a page with the release notes for each version? If this version doesn't do anything for me then there's not point pulling my hair out to make it work.

2
iActual is a PLC tag, AngleArray[iActual] was literally what was in the PLCAddressValue field for the basic label. Using version 397e.

3
For those who find this in the future... I had the "send que full" error message intermittently, along with lagging and crashing of the program. The problem wasn't affected by changing poll rates. It turned out the problem was caused by trying to indirectly reference an array element in Logix 5000 like so: AngleArray[iActual]
Beware! AdvancedHMI can reference array elements, but not indirectly.

Pages: [1]