AdvancedHMI Software

General Category => Support Questions => Topic started by: RoboKD on July 08, 2015, 12:40:07 PM

Title: MessageListByValue Setup
Post by: RoboKD on July 08, 2015, 12:40:07 PM
Hello!

So far I am really liking this product. I am using it currently with a ControlLogix system. I am trying to get this command to work, but whenever I run the application I get "Undefined Message for 1", in the "Collection" I have just one line entered; Test.

I have PLCAddressValue set to the DINT tag "SystemFaults1". Bit 0 is on.

What am I missing here?

Thank you,

Kevin
Title: Re: MessageListByValue Setup
Post by: Archie on July 08, 2015, 02:04:49 PM
When you add a message, there is a Value property that will tell when to display the message. Since you are setting bit 1, then value of your DINT is 1. When it is unable to find a Message with an associated value of 1, it will give you and Undefined Message. For the message you added, make sure it's Value is 1 and not 0
Title: Re: MessageListByValue Setup
Post by: RoboKD on July 09, 2015, 06:20:05 PM
That did it!
Title: Re: MessageListByValue Setup
Post by: A_Controls_Guy on July 09, 2015, 11:48:28 PM
What I do in a MessageList is have a 0 entry even if not using it, either give it the data "Default" or "Off", and add one more after the last one I plan on using = "Too Much" - J.I.C.