Looking at how you did that, I wish all of my tags were named like that and arranged differently than I currently have them.
I have seven PLCs (my 10’s in the first dropdown) and they are all the same. Their tags are all the same, just located under different folders in the Tags list.
The six selectable functions that I want to accomplish on each PLC (the 1’s) are also all the same and all have the same tag name (they’re just in different folders.)
So if my dropdown combination returns a 1, 11, 21, 31, 41, 51 or 61, it will always be the same tag name but located under a different tag folder.
I have been looking for a way to make a table (that the user would not see) that would associate the 42 possible returned values with the 42 tag names (brute force method.) This is no problem but how to compare what I get from the dropdowns to the table and update the tag is my problem.
Shawn