02-04-2014 10:52 AM
Hey ElectroMancer,
If you are opening one of the examples you probably need to configure the cRIO target that is in the project to have the correct IP address of your cRIO. You can set that by right clicking on the cRIO target in the project and selecting Properties. Under properties you can set the IP address. Then as long as your VI is targeted to the cRIO (lower left corner is the easiest way to tell - from your screenshot it looks like you have this set up correctly) hitting run on the top level VI will cause it to run on the target.
02-04-2014 06:21 PM
Okay, I have the limit switch working. Now here's another problem having to do with the programming:
I tried this program for the shooting arm, but pressing the corresponding button does nothing. I have tested and confirmed that I AM, in fact, pressing the right button, so I deduced that the problem was in the programming.
02-05-2014 02:09 PM
Have you tried probeing the Digital input get value that is sent into the stop terminal? If this is true, the loop will exit pretty quickly. Have you been able to get the shooting arm to move before by writing to the motor drive VI?