binEnum({Motor Not Running}&&{Interlocks/Permissives Not Met},{Motor Not Running}&&{Interlocks/Permissives Met},{Not Running}&&{Faulted},{Running}&&{Not to Speed},{Running}&&{Up to Speed})
I did a work around and created a several expression tags with conditions in each to mimic an index. Then I used the tag value change event in each to set the index number in the “Status” tag. After I had a value I could use it to drive set color. It was a little more work then what the binEnum will do and way more slick and clean.
Thanks for the help! I plan on using that next time around for sure…