Simplify displaying 80+ values on HMI.

gwallee

Member
Join Date
Aug 2013
Location
USA
Posts
5
I'm working with Studio 5000 & FactoryTalk View Studio ME. I have a UDT that contains data for a part as it passes through a system, Timestamps, pass/fail, force values, etc. The UDT is made up of about 80 values, strings, bools. reals, and dints.

I'd like to have some method to display these values on the HMI. I could take the time to create the various indicators for each field, but I'd like to see if there's a better approach. There's a high likelihood that some values will get added or deleted over time too.

I've considered having about 10 generic fields on the hmi that can be scrolled through. The PLC would convert the UDT value to a string and move it into HMI_string_1, HMI_string_2, HMI_string_3, etc. I'm not sure how to convert any value to a string, and that this is the most efficient way to do it.

Any suggestions or feedback would be appreciated.
 

Similar Topics

I'm using productivity 1000 plc for this. The process is simple i have a wheel with yarn wrapped around it made out of aluminum with evenly spaced...
Replies
9
Views
1,319
Hello everyone I'm trying to simplify this ladder in order to make it more accesible to modifications, just trying to use indirect addressing...
Replies
2
Views
1,962
Very often I have to reverse engineer something from an iFix parameter inside an array to a bit in iFix. It's a pain to do as I've yet to really...
Replies
2
Views
1,910
Hi all, I have the following problem: from a long list of boolean values (about 100) I should program each possible combination with the...
Replies
6
Views
3,093
Hi everyone! Is there a way to simplify these 3 rungs into just one? I don't see how... Thanks in advance! Charles
Replies
13
Views
3,732
Back
Top Bottom