I have been trying to set up a button system that each press goes to the next state. The boolean text should read "On" while the state reads "Idle." This signifies the starting positon. The buttons work when only one is being pressed in rotation. If button 1 is pressed once then button 2 is pressed it does not work. I do not know how to fix this issure. I thought that my system has each button running independently.
You have one shift register that all counters are passing through. You need one shift register for each button. Or allow your shift register to be a cluster or an array to containg the data for all 8 buttons.
Aeastet, your vi was very helpful. There were a few kinks in it but I managed to fix and improve my system. Thank you. I have attached my finished system.