Dynamic IO field WinccFlexible 2005

Join Date
Nov 2007
Location
Holland
Posts
20
Hello all,

I have the following problem.
I need to display 250 names in a mp370 in alphabatic order.
The data must be stored in the plc, because i have 3 touchpanels and a scada application that all use the same data.
The names must be selectable, it are ship names so we know in the plc what ship is in, and the names must be editable.
I don't want to make 10 or 11 screens and display all the names.
It would be nice if there is a possibility to make some kind of combobox where the ships are displayed in alphabetic order.

Does anybody know how???

Greats,

Dennis de Jong
 
Hi Dennis,

You could use an array of strings in the PLC. The strings can be sorted in the PLC in alphabetic order. Declare a separate (smaller) array (or just one string) to show and edit the names on the HMI and just copy the data back and forth.
Activate the sorting after any edit session, for example, check whether the edit field has changed.
If you write what you want exaclty I could try to make you something over the weekend, assuming you use a Siemens PLC.

Groet, Gup
 
Last edited:
Hoi Gup,

I'm using a 319f.
If you have an example great.
I have made a db with a array of strings[30].
But i don't know how to put them in alphabetic order.
Then I need to show the array in a combobox in the MP370.
Hope you understand me, if you don,t please send me a message I'll say it in dutch.

Dennis
 

Similar Topics

Hello, I have a requirement to manage the text alignment dynamically. So, for example: 1. English Texts should be displayed from Left in...
Replies
0
Views
86
Rockwell Tech Support seemed to have hit a wall with this question. Already updated the version to 5.00.13 per their suggestio but am still...
Replies
2
Views
207
Maybe this is just not possible, or maybe I am doing something wrong. Background; I have a data array of over 1500 products. For sorting I...
Replies
6
Views
754
HEllo, still satruggling with the curse WinCC Unified. See attached picture. I just want to change the fill colour from turqoise to grey and then...
Replies
5
Views
449
I need assistance with writing a logic for sending data from a Station PLC using 1 MSG instruction to an AGC PLC in every cycle using a CIP Data...
Replies
2
Views
572
Back
Top Bottom