QUOTE(BobLfoot @ Sep 13 2008, 09:54 AM) [snapback]73603[/snapback]
I am at home and left my panelbuilder software at work so the following comes from memory and not actual test.
All three states of the list selector go to the same write tag because that tag is meant to be an integer and each state places a different value into the integer.
For example:
Run Fan 1 Only would load a 1.
Run Fan 2 Only would load a 2.
Run Both Fans load a 3.
And your write tag might be N17:0.
This format would allow you to use N17:0/0 for Run 1 and N17:0/1 for Run 2 in your program.
Clear as mud I hope.
Thanks again! What I ended up doing was changing the value in "List Selector" to 1,2, & 4 for the three selections. This gave me N7:0/0, 0/1, & 0/3 for elements.
John