NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

reportgen_txt.seq

hi,


Yes you need to add at least one expression step to change the values of Parameters.ReportOptions. Reason is the report options will be passed into the sequence therefore any changed you have made in the variable Parameters.ReportOptions will be over-written.

Regards
Ray.
Regards
Ray Farmer
0 Kudos
Message 21 of 24
(1,500 Views)
I thought I was beginning to understand a few things ... I added to my ReportOptions a number of statements.

Parameters.ReportOptions.Format="txt"
Parameters.ReportOptions.BaseName="ATS"
Parameters.ReportOptions.BodyGenerator="Sequence"
Parameters.ReportOptions.DisableReportGeneration=False
Parameters.ReportOptions.IncludeMeasurements=True
Parameters.ReportOptions.UseOnTheFlyReporting=True

I've attached a file that shows the (major) errors I'm getting. If I don't have 'UseOnTheFlyReporting' included, I don't crash, but I still get the Visa error shown in test #7. Any ideas?

I know I need the first line, at a minimum. I thought I needed the other ones, because I didn't know any other way to modify their values.
0 Kudos
Message 22 of 24
(1,492 Views)
mrbean

If you are still having problems generating your report, it may be a good idea to post a template. This may give some of us who monitor the boards a better, clearer idea of what you are looking to do in the body of your report.

For customizing your CVI Operator Interface, I would suggest making small incremental changes to the Operator Interface that ships with TestStand, and testing often. If you have any detailed questions on specific functionality, please start a new thread.

Russell G.
NI Applications Engineering
0 Kudos
Message 23 of 24
(1,451 Views)
I started a new thread (topic) entitled ReportOption Troubles.
0 Kudos
Message 24 of 24
(1,434 Views)