Tia Portal Win CC Multistate indicators

yasirbc

Member
Join Date
Jan 2007
Location
Ontario
Posts
20
Hi Everyone,

I'm working on my first project using TIA Portal V13. In Factory Talk View studio I am using a Multi state indicator control to display the following:


State 1: "Bypassed"
State 2: "Disabled"
State 3: Tag.Value (Dint) White Color

State 4: Tag.Value (Dint) Red Color


How Can i duplicate this in Win CC. I know we have Text Lists, but how can I change the text from a Tag Value to a String?


Thanks for your help.
 
You don't mention what version (Basic / Comfort / Advanced / Professional) of TIA WinCC you are using. But it should be the same for all:
1. The multistate indicator is called a Symbolic IO field, there is also a graphic IO field to display different graphics based on a tag value.

2. You will need to create a text list, with your text
3. For the state where you want to embed the tag value, right click in the text field and select embed parameter, then browse for the tag name.
4. For the colour, select the Symbolic IO field, then go to the animations tab add under the appearance, the colour control you need.

I think that will work, and you can figure the rest out.

Have fun :)
 
I have another question.
In Factory Talk we are able to write expressions to compare tag values. Is there something similar that we can do in WinCC. For example if abc_tag > 100 then 1 else 0 to drive the process tag?

Thanks
 
If you are using WinCC Professional, the SCADA system, then I believe it is possible.

If you are using WinCC Basic, Comfort, or Advanced, then it isn't possible to do expressions. However, if you are trying to control an animation, then you CAN animate based on a range. So you can have it normal if tag is from 0-99, and changed if it is from 100-9999.

If you want to actually compare two tags, whether TagA>TagB or TAGA & TagB, then I typically see the comparison done in the PLC. On rare occasions I've seen it done in a script, but that isn't really a best practice on the HMI panels.
 
Thanks MK42. I ended up following what you said and doing the comparison in the PLC. In Factory talk you can do this within the HMI and write an expression to compare multiple tags.
 

Similar Topics

Hi All, Someone at work has put a PLC system on my desk, that's just been taken off an idle production line. He said "It's an S7 PLC. We don't...
Replies
10
Views
189
Hi guys , I'm new with Allen Bradley, but I have experience with Tia portal (s7 1200 ,s7 1500) I want to convert my project from Tia portal to...
Replies
2
Views
191
Hi, I have had problem with upgrading some projects from v16 to v18. I tried it on 3 diffrent computers. I want to post this so that anyone that...
Replies
3
Views
158
Hello gentlemen, Im working on a small project on TIA Portal, about establishing a Modbus TCP connection between my ET200SP plc and a socomec...
Replies
12
Views
305
I am currently am in a PLC class and need urgent help on how the ladder logic would be laid out. I understand how to get the traffic lights to...
Replies
19
Views
439
Back
Top Bottom