I am not sure how to go about using imformation that is in our timed tasked vi and using it our teleop vi. I would apprecate if anyone could give me any direction on sending the imformation from the timed tasks vi to teleop.
The easiest way is to use Global Variables. Look at the Robot Global VI, which really isn’t a VI, but a container for global variables. You can create a new global variable VI if you want so you don’t lose track of what data you’re using (often one of the big problems with using global variables in programming).