01-11-2010 04:19 AM
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
Solved! Go to Solution.
01-11-2010 09:25 AM
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.
01-11-2010 03:52 PM
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
01-12-2010 03:14 AM
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.
01-12-2010 04:14 AM
Hi,
Try this as a starter:
http://zone.ni.com/devzone/cda/tut/p/id/7958
Regards
Ray Farmer
01-12-2010 09:52 AM
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.
01-12-2010 10:31 AM
01-12-2010 10:32 AM
Labview
01-12-2010 10:44 AM - edited 01-12-2010 10:47 AM
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
01-13-2010 04:20 AM
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