07-30-2010 09:12 AM
I can't seem to get the VI Analyzer to catch spelling errors in the VI Description.
Is this functionality broken or unavailable?
Attached is an example VI that when Analyzed under default Analyzer setting won't catch the obvious spelling errors in the description.
Solved! Go to Solution.
07-30-2010 10:24 AM
07-30-2010 10:50 AM
Hey muks,
Were you able to confirm that the VI Analyzer won't spell check the VI Description?
07-30-2010 10:55 AM
Hi Paul,
Before you perform the analysis, make sure both "VI Information" and "Non-Visible Text" are selected in the Spell Check test configuration:
07-30-2010 10:57 AM
I have used VI Analyzer Toolkit to spell checkblock diagrams and front panels only.
07-30-2010 11:04 AM
I didn't have the "Non-Visible Text" checked. I am a bit confused as to what Non-Visible Text is and also why it wouldn't get automatically checked if VI Information is checked. Is there such a thing as "Visible Text" in "VI Information"?
07-30-2010 11:07 AM
@paulmw wrote:
I didn't have the "Non-Visible Text" checked. I am a bit confused as to what Non-Visible Text is and also why it wouldn't get automatically checked if VI Information is checked. Is there such a thing as "Visible Text" in "VI Information"?
The way the test currently works, the "Visible Text" in VI Information is the VI Name on disk and the VI Title. When you check "Non-Visible Text", that includes the VI Description and the VI History.
07-30-2010 11:22 AM
Darren wrote:The way the test currently works, the "Visible Text" in VI Information is the VI Name on disk and the VI Title. When you check "Non-Visible Text", that includes the VI Description and the VI History.
Darren,
This makes perfect sense now, but where could I have found this information on my own.
Thanks,
Paul
07-30-2010 11:35 AM
I had to look in the code to verify the behavior, so clearly we need to document it better. I'm thinking the easiest place would be the context help of the checkboxes in the test configuration. Would that be a suitable location in your opinion?
07-30-2010 11:45 AM
Yep - Context Help was where I was looking for it first - then the LabVIEW help - then the user manual from the web...