Is there an EASY way....

RAVirn

Member
Join Date
May 2011
Location
Wisconsin
Posts
2
Is there an easy way to populate a control list box in FT VIEW ME with a compact logix string array and then capture the selection in the controller?

Right now I am thinking I need to create 'states' tied to the individual string elements and then in logic page through them with a copy routine to grab the state index.....This seems like alot of code for something that should be much simpler...
 
As far as displaying the list box states in ME, no. I create a similar list of configurable recipe names from a Logix array and must populate each list box state with the string tag.

However, if you keep the string array index the same as the list box state index (i.e. state 0 displays string[0]) then you don't have to "page" through and copy, you can just indirectly address the value in your code.
 

Similar Topics

See picture. I want to add a rung (magenta) into the existing code. Can't figure out how to do this. I select a -||- , right? When I drag/drop...
Replies
21
Views
1,790
Hi All, On my site, the standard template for storing recipes in the PLC is to create a tag called PartRecipe which is an 2D array - for example...
Replies
4
Views
1,470
I would like to do change a kinetix drive, so i believe i just have to put the IP address in the new kinetix and just connect right? Do I need to...
Replies
1
Views
1,196
Hey all, I am trying to check in logix designer in emulator and I need to check the hmi alarms by toggling bits to activate an alarm . But...
Replies
4
Views
2,066
Good afternoon guys, I have a basic question on the bubble level in the picture attached. This is probably really easy, but I don't get it, haha...
Replies
11
Views
3,347
Back
Top Bottom