11-19-2010 05:12 PM
I have just finished a program where the relay is controlled by a latched joystick value. I would like to have both this VI and the Tank Drive VI running on the cRIO at the same time. If I just put both of the VI's in the project explore and downloaded them onto the cRIO would that work? Or how would I go about setting this up?
11-19-2010 05:36 PM
Hi ShortCircuit,
You can only have one top level VI running on the cRIO at a time. You will need to combine your two VIs into one such that they are running in parallel. Ideally, you should actually be modifying the default code (that's provided in the Robotics Project) with the relay and tank drive code.
Please take a look at our FRC Robot Framework Tutorial or FRC Mastery's FRC Walkthrough for information and steps on how to modify the default robot code.
~Olivia