I've come into an internship, and have been working on some code. What is being done is information is read from haptic joysticks for transferal to different cRIO setups. The next thing I would like to be able to do is pause the application with one button press on the joystick while still reading for the a different button press to continue the application. From what I can see there is no easy way to continue reading data from the joysticks while also pausing the application without rewriting larger portions. Am I just missing something or is there an easier way?
If anyone would like to look at the code, it is included. The test parts in question are in inner frame seven, as well as the bottom of the parent loop. The example in the bottom currently has a stop button for test purposes, but I would like to just have it be with one button press on the joystick.