11-05-2015 02:38 AM
Hi everyone,
I am a beginner trying to develop an application that runs sequence files and stores the report in a specific directory. The sequence file and the report directory are passed as arguments.
How can I set the report path from LabWindows using the TestStand API?
It is not an alternativ to set the report path from the configuration dialog, beacuse it has to be dynamic.
Thank you in advance
Addi
11-10-2015 03:26 AM
Hi,
the API for CVI you can find under your directory where you installed Teststand:
<Teststand (Version)>/API\CVI\
These function panels has to be added to CVI
One way how to change the report path would be the following:
http://digital.ni.com/public.nsf/allkb/8ECD6E9D95F786338625729D0073451A
Best Regards, Fabian
11-11-2015 01:57 AM - edited 11-11-2015 01:59 AM
Hi Fabian,
I already use the function panels for other operations, but I don't know which function(s) I have to call for changing the report directory? Do you have an example?
The link refers to "How to change the report directory in TestStand", but I have to do this in LabWindows.
Thanks
Addi