WinCC Flexible and word tags for showing machine status

kemppioy

Member
Join Date
Oct 2005
Location
Dallas
Posts
72
Hello,

I want to give machine status texts on the screens of my OP panel but instead of layering many different texts on top of each other I want to use a word tag and read bits from the word and then show texts based on what bit is triggered. i.e. If bit 0 is triggered the text will read running,,, bit 1 would be stopping, bit 2 idle..etc. There would only be one text field on the screen and it will change the texts based on the bit in the word that is triggered. How do I do that with WinCC? Currently I have about 10 different individual texts that are visible when their discrete tag is activated.

Thanks

PK
 
To elaborate just a weee bit:

Open project > Tools > Simple objects > Symbolic IO Field.(drag drop to where you want it)

For this IO-field:
General > Settings > Mode > Output
General > Process > Tag > select the 'word'-tag
General > Display > Text list > Select your newly made text list.

To create a Text list:
Project(left side tree menu) > Text and Graphics Lists > Text lists > create a new one.
After creating a new text list > Selection > Bit number (0-31)
In the bottom view you can now enter your text and define which bit will show the text.

Remember: Only 1 bit can be true at any given time. If more then one bit is true, then no text will be shown.

Hope that helps...:D


Edit: Various typo's (need my morning coffee)
 

Similar Topics

Hi! I've got a client that forgot his user logon to HMI built in WinCC Flexible. He gave me a project containing user and password hidden behind...
Replies
2
Views
4,499
Dear All, I have an application and there is a pushbutton that access on specific screen, but i want to add a password when anyone press that...
Replies
2
Views
2,466
Dear All, I am doing my fist WinCC Flexible SCADA (Version 2007 HF4). I have all most completed and now I am trying to run it with runtime...
Replies
3
Views
2,465
Is any posibility to find password in WinCC flexible project by any special software or by crack. Normally there is "****", but I need password...
Replies
3
Views
4,277
We have had problems with passwords in WinCC Flexible. Here is an example from Siemens that could help...
Replies
6
Views
13,352
Back
Top Bottom