NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to add features such as "UUT ID" "PCB revision level" to already existing "UUT Serial Number" Pre UUT sequence call back

Solved!
Go to solution

Hello,

 

I am building a test sequence where operator needs to enter "UUT ID", "Revision level" along with pre existing "UUT Serial Number" .

I tried to modify Pre UUT sequence call back but was unscuessful. If you know a way to do that, pls let me know.

 

Another thing is, can such features listed above be visible in Report's file name.

 

rgds

Prav

 

0 Kudos
Message 1 of 17
(5,222 Views)

How exactly were you unsuccessful? What did you modify? What language are you using?

 

Besides the preuutcallback.seq example, there are other examples such as OverrideSerialNumberforParallelModel.seq

 

Posting your seq and code would help.

 

I have modified the UUT container to add additional information and use a customized process model. That's one way.

0 Kudos
Message 2 of 17
(5,207 Views)

Hi

 

Not just another way, but using callbacks just for demonstration

if every SequenceFile will need this, i would prefer ther suggestion of Dennis,

by customizing the model and doing some modifications on modelsupport2.dll

 

Hope this helps

 

Juergen

 

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 3 of 17
(5,183 Views)

Thanks

 

since every sequence file will be needing this, i need to customized mine own process model. But since i am beginer, it will take some time for me. Any documentation on how to customize process model will be very helpful.

0 Kudos
Message 4 of 17
(5,174 Views)

Hi,

 

Try this as a starter:

http://zone.ni.com/devzone/cda/tut/p/id/7958

 

Regards

Ray Farmer

Regards
Ray Farmer
Message 5 of 17
(5,168 Views)

Thank you for the info.

 

By reading the article and teststand manual on process model, it looks like I need to modify the modelsupport2.dll (as suggested by  j_dodek). How can I generate a different dll almost similar to modelsupport2.dll, I don't have Labwindows to do that.

0 Kudos
Message 6 of 17
(5,149 Views)

Hi prav,

 

Whats your prefered programming language ?

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 7 of 17
(5,146 Views)

Hi Prav,

 

Then you should replace the C/C++ Dll "IdentfiyUUT" Step in PreUUT in your model with your own LabView Type.

To see how doing this, i would look on the

National Instruments\TestStand 4.xxx\Examples\Demo\LabVIEW\Computer Motherboard Test\Computer Motherboard Test.seq example

 

Hope this helps

 

Juergen

Message Edited by j_dodek on 01-12-2010 05:47 PM
--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Message 9 of 17
(5,142 Views)

Thank you guys , i am able do it .

 

one more thing, how can i place the added "UUT ID" and "Revision level" on the report's file name while saving the file. The standard report options only allows serial number, date and time.

 

Rgds

Prav

0 Kudos
Message 10 of 17
(5,113 Views)