Quote:
Originally Posted by JohnGilb
I'm experiencing an intermittent and annoying issue.
For some reason, in some (not all) of my VIs, the debugging probes list "Not Executed." I am certain that the VI itself is running, since in particular my drive code is having this problem and the robot is still mobile.
|
We encountered this bug during Beta Testing and still notice it from time to time. See the thread here:
http://firstforge.wpi.edu/sf/discuss...468?_pagenum=1
We mainly use Global Variables that are written in the Teleop/Autonomous.vi's and used in Periodic Tasks, so instead of using the Probes we just open the corresponding Global instead and it works fine.