AdvancedHMI Software
General Category => Support Questions => Topic started by: CalitriSan on April 14, 2021, 03:12:43 PM
-
I'm trying to setup alarms for my PLC and would like to use the 'MessageListByItem' control but the version of Advanced HMI I started building off of did not have it included (399xR1). I grabbed the MessageListByItem.vb from the latest Beta release and added to my project but see these errors when I try to build the project:
Severity Code Description Project File Line Suppression State
Error BC30002 Type 'MfgControl.AdvancedHMI.Controls.MessageListByItem' is not defined. AdvancedHMIControls C:\Users\rlonardo\Documents\Advanced HMI\SideRailAssemblyTable\AdvancedHMIControls\Controls\MessageListByItem.vb 2 Active
Severity Code Description Project File Line Suppression State
Error BC30284 sub 'OnCreateControl' cannot be declared 'Overrides' because it does not override a sub in a base class. AdvancedHMIControls C:\Users\rlonardo\Documents\Advanced HMI\SideRailAssemblyTable\AdvancedHMIControls\Controls\MessageListByItem.vb 20 Active
Severity Code Description Project File Line Suppression State
Error BC30002 Type 'MfgControl.AdvancedHMI.Controls.MessageByItem' is not defined. AdvancedHMIControls C:\Users\rlonardo\Documents\Advanced HMI\SideRailAssemblyTable\AdvancedHMIControls\Controls\MessageListByItem.vb 62 Active
What do I need to do to get the control working properly with my application?
-
Your best choice is to use the whole 3.99y beta solution.
It might be possible to upgrade the current solution, just read this topic:
https://www.advancedhmi.com/forum/index.php?topic=218.0
-
Thanks - I'm giving that a try now. There were quite a few property related errors (name changes mostly) but I was able to work through them all and get a successful build. Now I just have to see if the control I want works!