Help with rsview studio me expressions.

Shiro485

Member
Join Date
Apr 2013
Location
North Haven CT
Posts
103
Hello I am trying to get certain screen components to be visible unless an h/o/a switch is turned to manual

I:0/8 being the input for the switch.

I have tried
If {::[PLC]I:0/8} == "0" Then 1
Else 0

and I also tried having i:0/8 energize a bit i made specifically for this purpose.

To no avail.

Can anyone tell me what Im doing wrong?

Thanks for your time.
 
This is in the Visibility Animation field, correct ?

You should be able to just select the "Visible" radio button and put just the tag reference itself in the field.

{::[PLC]I:0/8}

Whenever the expression in the field is true, the object will be Visible.
 

Similar Topics

Hey Guys, In addition to the Alarm list for one of our machines, I would like to include an Blinking Indicator which will Display only the...
Replies
2
Views
1,533
I was wondering if anybody could help I've been working for two days trying to get a Machine Edition project to see a PLC through a gatway and...
Replies
2
Views
1,776
I need to figure out how to set a tag to a different state when the screens are changed. A Rockwell Support person offered a parameter file but i...
Replies
3
Views
2,358
Hi,I´m learning to work with RSView Studio and I have to make a real modification to a PanelView Plus 600. My question is:When you download a...
Replies
3
Views
1,810
I have a project created on my laptop and I am trying to open that same project on a different laptop but I cant seem to find out how to have it...
Replies
3
Views
6,309
Back
Top Bottom