02-13-2013 08:58 AM
I would like a way to document all the code modules called from multiple sequence files. I'm using lots of Labview Classes and this would help with configuration control.
I've looked at the Sequence File Documentation Tool, but it doesn't really give me what I want (too much info). Plus I have to run it on every sequence file and then deal with multiple outputs.
Any ideas or exsiting tools I don't know about?
Thanks,
Kevin
02-14-2013
07:50 AM
- last edited on
10-21-2024
05:23 PM
by
Content Cleaner
Hi Kevin,
You could try this: https://forums.ni.com/t5/Archive-TKB/List-Code-Modules-Used-by-a-Sequence-File/ta-p/3506644
It works on a single sequence file, but you should be able to modify it to do multiple sequence files.
Hope this helps.
-Jack
02-14-2013 12:43 PM
This could work. I will have to modify to log project file, class name, and member vis. At least now I don't have to start with a blank page.
Thanks.
02-15-2013
10:56 AM
- last edited on
10-21-2024
05:24 PM
by
Content Cleaner
You may be interested in the workspace documentation tool (in the Tools menu), which documents all of the files in a workspace.
While this tool will not automatically find code modules, you can right click sequences in the workspace and select Insert Code Modules to add the code to the workspace before using the documentation tool.
I would recommend removing these code module folders from the workspace when you are deploying to prevent possible file conflicts.