I modified a little bit my VI to show you an example of modifying phases (find the comments inside the block diagram). Attention: You are representing phases by booleans, different from my numbers' approach. If you don't have a case with two phases ON in the same time, my approach represents the same thing. If you may have 2 or 3 phases ON in the same time, then you need to create a new code (number) for that situation (like, 4, 5,�). Anyway, it's simpler to handle one number then 3 booleans. Even more, if you use a ring menu (or text) for phase number, you can avoid handling strings to show the name of the phase (use the ring's text to do this).
Hope this helps