05-19-2015 06:21 AM
I am populating the saved file names from a specific path and I need to abort the VI if there is no file in that path. But when I connect Array size to the property node (string) of the ring menu, the output size is 1 which has to be zero. How can I rectify it?
Solved! Go to Solution.
05-19-2015 06:46 AM
First of all, be very conscious of the terminology that you use; to Abort a VI is a specific term in LabVIEW. If you actually did mean to use the Abort feature, then we can discuss that separately, as you should NOT be using it in the manner that you described.
As for the rest of your post, it sounds like you are reading the list of a ring menu control's item labels and checking the size of that array?
I would suggest checking the size of the array prior to populating the the ring menu control's item labels...
05-19-2015 06:47 AM
05-20-2015 12:57 AM
Dear GerdW,
Thanks for your reply. It helped me to solve the issue. Now I connected the Array size function to the output of List Folder function and its working fine.
Regards,
Rashme SR