05-11-2016 10:07 AM
In my program I have a case structure to stop my program if there is a specific error. I am using LabVIEW 2015 that we just upgraded to. The popup states there is an error, then the next part of the sequence closes the CAN device, and then the 'stop' is used to stop the LabVIEW program. I ran into an issue that the stop button did not come up and went to the next page in my stacked sequence structure. (I know the CAN closed since the next structure has a CAN device and it was unable to work since the CAN was closed in the previous screen)
I know the stop button is not ideal since it is like the abort stop button, we didn't have problems previously but would like a more ideal solutionl. Can I just use the 'Exit LabVIEW' icon in order to stop and close the CAN and program
Is the code ok but need more time delay?
Any suggestions would be appreciated.
Solved! Go to Solution.
05-11-2016 10:25 AM - edited 05-11-2016 10:29 AM
What's the boolean output of the dialog?
Are you sure the subVI in the second frame completes? Maybe it hangs, so the stop is never reached.
Are you saying it worked differently before you upgraded to 2015?
(Please don't attach pictures embedded into word documents! Annoying.)
05-11-2016 10:40 AM
05-11-2016 10:50 AM
05-11-2016 10:53 AM
@ncm wrote:
I am not finding it when I do a search (CTRL/Space bar) or in the drop down menu.
It's in the "express...output" palette.
05-11-2016 10:55 AM
05-11-2016 11:01 AM
05-11-2016 11:14 AM
05-11-2016 12:47 PM
05-11-2016 01:01 PM
And you are sure that the case executed and e.g. was not waiting for data on the blue wire.