NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling Report Generation

Thanks. I did put a MsgPopup in the FrontEndCallBacks.seq, but did not see it pop up when TestStand application was initiated.

FrontEndCallBacks.seq is called everytime TestStand application is opened, right?

 

Do I have to set anything by going to Menu -> Edit -> Sequence File Callbacks?

 

Thank you.

0 Kudos
Message 11 of 20
(2,321 Views)

You must be having the DLL option enabled

Enable the Sequence option which is under Configure -> Report Options -> Select a Report Generator...

0 Kudos
Message 12 of 20
(2,318 Views)

That is right. DLL seems to be the default option. Both radio buttons are greyed out and I could not enabled them. Is there a way to enable the options?

 

Thanks.

0 Kudos
Message 13 of 20
(2,315 Views)

Hi,

 

Yeah by not selecting XML.

 

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 14 of 20
(2,300 Views)

Hi Troy12,

 

Why are you in the FrontEndCallbacks seq I thought you were doing something with the ReportOptions!!!!

 

The only sequences in the FrontEndCallbacks.seq are the Login and Logout.

 

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 15 of 20
(2,299 Views)

Hello Ray,

 

I created a separate sequence to start with (attached), and it was created by using ReportOptions (via Edit > Sequence File Callbacks). However, when I run it, Report Generation is not disabled. Am I missing any steps in attached sequence file? I am assuming that this sequence should be directly run. Please correct me if I am wrong.

 

I already have FrontEndCallBacks.seq (which is placed in \callbacks\user\.. ) modified to do autologin for target machine. However, I also wish to programmatically disable Report Generation. Is there a way to disable the report generation through TestStand or LabVIEW?

 

Comments/suggestions are appreciated.

 

Thanks.

0 Kudos
Message 16 of 20
(2,294 Views)

Troy,

Just ran your last attached sequence and it disabled the report generation.

 

I had a problem recently where I programmatically disabled report generation, when I tried to re-enable it programatically it would not work.  After many attempts and tracing activities which did not resolve the issue I went to the trouble of uninstalling both labview and teststand and reinstalling both applications.  After significant effort this did not correct the issue.  I found that I had to delete all of the Teststand configuration files in the windows user directories "C:\Documents and Settings\All Users\Application Data\National Instruments\TestStand 4.1.1\Cfg".  When I reopened Teststand it recreated these files and the report generation worked again.

 

Your problem may be similar?

 

 

0 Kudos
Message 17 of 20
(2,290 Views)

Thanks for the useful information. I will give it a try...

 

 

0 Kudos
Message 18 of 20
(2,268 Views)

I am using TestStand 3.5 and just noticed that TestStand folder is not available in:

C:\Documents and Settings\All Users\Application Data\National Instruments

 

I will try reinstalling TestStand and LabVIEW for now and cross my fingers. Thanks!

 

 

0 Kudos
Message 19 of 20
(2,266 Views)

Troy,

I suggest that you find the configuration files for your installation and delete them manually before reinstalling TestStand.  Version 4.1.1 of TestStand uninstall fails to delete these files so reinstalling the app simple utilises the old files maintaining any possible corruption.

 

Search for TestStandModelModelOptions.ini which on our installation of 3.2 is located under the C:\Programs\NationalInstruments\...

0 Kudos
Message 20 of 20
(2,261 Views)