FTView question

rileydc

Member
Join Date
Jul 2014
Location
toronto
Posts
13
In FTView - How can I 'hide' a lamp when a certain mode is not active?

Example:
In Manual Mode = show nothing (or show another image - blue light)
In Auto Mode - Unlatched or NOT energized = red light
In auto mode - latched or energized = green

I can use the visibility fine.. but how can I only make it visible when 'Auto mode' is active
and show something else when 'manual mode' is active
 
You would use the Multistate indicator object and set up as many states as needed, set the color of each state as related to the tag you select for it.You can also add a caption for each state if desired, there is a lot of options for each state.
 
I have done this by making one state of the multi-state indicator a blank of the same background color and by making the indicator value based on an expression of modes if necessary, to generate four or more states, each with its own text and colors, from two mode bits.

Examples:
auto*2+manual

0=neither
1=manual
2=auto

VFD07_Rev*4+VFD07_Fwd*2+VFD07_Ready

0=not ready
1=ready
2=stopping fwd
3=running fwd
4=stopping rev
5=running rev
 
Last edited:
can't make it the same as bg

Can't make it the same as BG color, I thought of that too. lol

Mainly b/c I have the manual images below it in different levels.

I tried having the multi-state image only appear when the auto_mode bit is on, but it won't.

I'm wondering if there's something I can do to change the logic
 
you can use an expression for visibility.

Not {Manual Mode} this would be the same as:

If (Manual Mode = 0) then 0 Else 1

then check the the visibility to be on when expression is true. True=1
 
you can use an expression for visibility.

Not {Manual Mode} this would be the same as:

If (Manual Mode = 0) then 0 Else 1

then check the the visibility to be on when expression is true. True=1


I had tried that once.
Here's the expression I used:

If {[test2]Man_mode} = 1 Then 0 Else 1

i've tried it the other way too, where if man_mode = 0
I've checked the syntax and it says the expression is ok.
 
Last edited:
if your tag is boolean then use the Tag only. No expression needed.

Then check the reverse the option for visibilty. visible = false
 

Similar Topics

Hello all. Is it possible to create a shared folder between my laptop and my PV+ 7- standard......2711P-T10C21D8S Series D? What I would like to...
Replies
4
Views
432
Hello all. Many years ago I programmed an Omron PLC and HMI and I was able to control which display was being shown on the HMI from the PLC. Is...
Replies
5
Views
329
Hello all. If I want to create a recipe in an excel spreadsheet on the network shared file), then download it to a PV+, does that require FTView...
Replies
0
Views
215
I have a project with a PanelView Plus 7, to program. I have recently upgraded my FT View Studio to version 12. The end user has version 11, and...
Replies
2
Views
1,094
Hello. I have a PV7, using FTViewStudio v.12. When I load the .mer I get "?" instead of text. I haven't had this happen to me before when it comes...
Replies
2
Views
1,670
Back
Top Bottom