11-12-2008 01:26 AM
Hi,
I am trying to create templates of sequence steps for a particular dll in Test Stand. The dll has about 50 functions, and when I line up all of them under templates, it becomes very lenghty, and difficult to use.
Is there a way to add "Search/Find" feature and "Flatten / Sort" feature - similar to the one we have for LabWindows CVI function panels? If so how, and which TestStand API do I need to modify? Can we "import" this feature from CVI and reuse it some how? Any other way of doing it?
thanks and regards
dasi
11-12-2008 11:30 PM
Hi,
Have you had a look at ''lookup strings"? Its a TestStand API call you can make on a property object. I am not sure if it can be used for external dlls but its does the same job you are asking for.
By default there is no function present by default. You can access the dll in labview or CVI and search for it thr and call the VI/C code as a code module in TestStand.
hope this helps..
Vaibhav