Multi state button vision

How use multi state button , with 3 state of a 3 different bit of a variable , with only one true value.

Thanks guy

Use an integer tag.

	bit    7 6 5 4 3 2 1 0     Decimal
	-----  ---------------     -------
	Hand   0 0 0 0 0 0 0 1     1
	Off    0 0 0 0 0 0 1 0     2
	Auto   0 0 0 0 0 1 0 0     4
3 Likes

Thanks