03-09-2014 01:25 PM
Hey Im making an nxt robot for a competition and it has to go thru two phases for the competition. Shifting between phase 1 and 2 is controlled by a timer. the only issue im having is how to setup multiple shift registers for my program
03-09-2014 01:35 PM
Sorry, I don't have the NXT toolkit installed, but maybe you should move the select node outside the case structure and wire the output to the outer case selector to swrich between Phases 1 and 2.
If you need more shift registers, just add them.
03-09-2014 01:47 PM
Thanks for the response, I just started labview and this is for a project, i know the shift register transmits data thru diiferent loop iterations but im not sure how to setup a second one to loop info for phase 2. Once we enter phase 2 we do not return to phase 1. I dont know how to connect the second shift register to the phase 1/2 case without getting an error
03-09-2014 01:48 PM
How are you connecting and what kind of error are you getting?
03-09-2014 01:57 PM
It said we had tunneling errors and selector case value things, but this is the new setup i made after youre suggestions is the format for the shift registers okay?