+1
Answered
Interactive message channel doesn't show with QShow
Diogo Tasquin Reducino 7 years ago
in IQANdesign
•
updated by Ulrik Zakariasson (Software development) 7 years ago •
3
I've set an IMSG to become active (QShow) after F2 is pressed for 2 seconds, using the following code:
static tempoPressionado := 0
tempoMinimo := 2000
if ResetaCalibração = TRUE and tempoPressionado > tempoMinimo then
QShow
elseif ResetaCalibração = TRUE and tempoPressionado <= tempoMinimo then
tempoPressionado := tempoPressionado + TempoDeCiclo
endif
With the measure feature in IQANdesign, I can see that the IMSG state changes from 0 to 1 (Passive to Active) as I expected but, on the IHM screen, it won't show up. How can I do it?
Customer support service by UserEcho
Hello.
What do you mean with IHM screen?
Is it a IQAN display you have, MD3 or MD4?
If it is not one of our screen you have the message will not show.
If it is one of our screen the message should show when the channel goes to Active.
You can check so that you don't have the display set to not showing any messages at all.
You can find this setting on the module display pages property under the User interface.
Hey there!
Thanks for the answer, it was this simple "Show messages" setting I forgot. I'm using a MD3 display (IHM is the same as HMI, but in Portuguese).
Thanks a lot!