The click PLC will support state machine programming using the compare and copy instructions. Use a memory location to store the current state and compare this to a constant to determine the current state. Jump to another state by using copy to copy a new state value into the memory location...