Change of Text

Manoj M

Member
Join Date
Feb 2014
Location
London
Posts
59
Hello Experts,
Just a small query in relation to Wincc Flexible advanced. I have status screen where I need to update the status of process. It is something like Locking bolts Disengaging and Disengaged. I want text disengaging change to disenagaged status as per the memory bits fired by PLC. Can somebody explain me the easiest way to perform this.

Many Thanks
Manoj
 
Look at Text and Graphic List

Then choose the text list for your text and the tag.
 
Sounds like you basically want a multistate indicator, I am not familiar with WinCC but in red lion/eztouch/ panelview create a multi state indicator, and based on an integer value or which bit of a integer is on which message shows.

Set your memory bits in the plc (or you can do this in the HMI) to make an integer = a certain value 0,1,2,3,4,5 etc. Make a multistate indicator to monitor that integer and it will display the message you set to correspond with that integer value

If statusBit5 is 1 then stateInteger = 5 (or the equivalent ladder logic as a branched output in the rung that statusBit gets set)

Then in your multistate indicator set message 5 to be Disengaged
 
if you are using this memory bits as part of a word already,eg if that status bit is something like statusInteger.05 you can sometimes set the multistate indicator to look at those individual bits.
 
Thanks to all of you giving me the advice. I have tried with text list and it is working perfectly. I have defined multistages and they have been represented by number in Text list and after that I am transfering those number in to memory word in PLC as per the status of process.
 

Similar Topics

Hey all, i have a panelview screen (image attached), with 4 items on it. Program 1, Program 2, ...3, ...4. The PLC i am using is a compactlogix...
Replies
5
Views
173
On my HMI (KTP1200), I've got this button "Generate Report", which generates a report (CSV) when it's pressed. (see pic) While it's being...
Replies
1
Views
546
Hello everyone, I am currently trying to build a HMI(KTP400 basic) for myself. I have some UDT data and use these UDT data for 20~...
Replies
7
Views
1,259
I have a view ME version 11 application where I am trying to utilize the faceplates for my 1769 I?O. I have everything working for the faceplates...
Replies
6
Views
2,120
Can someone tell me how to change a txt to rss file. thanks
Replies
5
Views
1,589
Back
Top Bottom