NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

serial number report c#

I am new in teststand. I have create a componant C# using teststand engine.
I want to change directory where reports are save in c# and change serial number and name in report with C# command.
Is it posible.
Can somebody help me please,
Regards
0 Kudos
Message 1 of 3
(3,135 Views)

Hi,

Usually the properties of the report are set either using the Configure Report Dialog from the menu bar or during execution using the ReportOptions sequence callback. ReportOptions initially contains the information set from the Configure Report Options dialog but you are able to change this information during your sequence file execution by using the Override Callback sequence ReportOptions.

The serial number is set in the Sequence PreUUT and is called if you run the entry point 'Test UUTs'. A Dialog is displayed allowing you to enter your serial number. If you are calling 'Single Pass', PreUUT is not called and therefore you would have to provide some other mechanism to allow the user to enter the serial number and then write it to correct local variable in the process model sequence.

The User Manual should be able to give your more information.

Regards

Ray Farmer

Message Edited by Ray Farmer on 06-19-2007 11:30 AM

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,137 Views)
thank you for your reply but i want to change this parameters in C#.
 
I want that operateur don't see the change during the test.
 
Is a dll permit to do this ?
 
Regards
 
THIMON Julien
0 Kudos
Message 3 of 3
(3,128 Views)