03-07-2008 03:36 PM
03-10-2008
04:46 PM
- last edited on
10-20-2024
11:48 AM
by
Content Cleaner
Hello Will,
I am not sure about your first question since that is more of a LabVIEW issue, but I can address your second question about TestStand. There are 3 main ways that TestStand can interface with other programs for control.
Basically TestStand can only interface with a program if it has some sort of exposed interface or function library to which we can refer. If LabVIEW can interface with it though, we can call LabVIEW VIs from TestStand so that would give us an additional resource. Otherwise you would be left with trying to create complicated code that would probably be as you illustrated, moving the mouse to specific locations and emulating interactions with the GUI. I hope this information is helpful, but feel free to post follow up questions if you have any.
03-10-2008 04:59 PM
03-11-2008 02:58 AM
03-11-2008 02:02 PM
Thanks for the link. I am completely new to Labview and I am examining its possibilities for writing GUI applications (no data acquisition). I know that you can write documentation into the VI. However, are there automated documentation generation programs?
Thanks
Will
03-12-2008
07:06 PM
- last edited on
10-20-2024
11:49 AM
by
Content Cleaner
Hi WilliamLee,
I don't know of any tools for automatic comment generation in a LabVIEW VI. The graphical nature of the G language may make this difficult; In any case, the VI file format is a closed, proprietary and, hence, I doubt there are third party tools that would be able to do this.
I recommend you file a product suggestion on our website if you feel this feature would be useful.