Help with factory talk ME expression.

Shiro485

Member
Join Date
Apr 2013
Location
North Haven CT
Posts
103
Hello,
I have a request to disable alarms on a project for testing purposes.
I want to display a banner on every page of the hmi project in the event that alarms are disabled.
I am trying to get the expression right to do this, but have zero experience with this. Could someone point me in the right direction?

IF ({TMS_PLC_Tags\ALM_INDIC}) == "1" Then 1
ELSE 0

Is the expression im using. I am trying to reference the tag, I have also tried using the expression true instead of 1 but no luck.

Thanks
Brian
 
Is your "banner" just text? in other words not another screen?
If so right click the text > Visibility tab > Expression {TMS_PLC_Tags\ALM_INDIC} Then select the appropriate Expression true state
 
Assuming "{TMS_PLC_Tags\ALM_INDIC}" is discrete, you don't anything but the tag. If it's analog then you could use the expression you wrote, minue quotes around the 1. So,

IF ({TMS_PLC_Tags\ALM_INDIC} == 1) Then 1
ELSE 0

James
 

Similar Topics

Hi All I've picked up an old Scada backup I need to open up, and it should be FTV, maybe SE. It is not the usual compressed single file, but a...
Replies
5
Views
1,428
hi guys I hope your well and had a great xmas I have got something confusing me on factorytalk me, I have an issue where I would like a pop up...
Replies
2
Views
1,896
I'm using a Versa View 1500P with Factory talk Machine edition installed V8.20. I'm trying to use Me Program Launcher to Launch another program...
Replies
0
Views
2,748
Hi I have an idea which I need help with .we have a machine which I designed the screens/operation (1250 pvp) connected to a compact logix...
Replies
11
Views
2,181
I'm deconstructing someone else's app provided by a customer that's no longer supported by the original supplier. I'm more familiar with SE...
Replies
10
Views
2,863
Back
Top Bottom