LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change report path from CVI

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

0 Kudos
Message 1 of 3
(4,029 Views)

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

0 Kudos
Message 2 of 3
(3,960 Views)

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

0 Kudos
Message 3 of 3
(3,948 Views)