We are trying to have two window motors attached to one victor run when a limit switch is not pressed. The window motors are not running no matter what position the switch is in. We're trying to have it run in periodic tasks.
Here's our labview program.
Begin.vi
This is our switch init
This is our victor init
Periodic Tasks.vi
This is where we want the window motors to run. In the "false" part of the case structure, the constant is 0.
Any help is appreciated. Thanks!