Change UUT serial Number with Single Pass in Batch model

How do I change the UUT serial Numbers with Single Pass in Batch model ?
I also like to change the UUT report path, so that each UUT saved in it's own directory.
TIA
George Zou
http://webspace.webring.com/people/og/gtoolbox

the path to the UUT report can be configured in the report options.
You can't specify unique path for each UUT in the report options.
Both report path and UUT serial number are stored in the sequence context during execution. So if you want to know where those variables are located (in order to change their values during runtime), you can set a breakboint in your sequence, change to the variabels tab and do a search for the variables (you perharps have to play around a bit with the searchstring though).
I've already find the place where TestStand holds the information.  The problem is that there is no proper callback I can override.
I can only change the serial number in my sequence file.  But that is too late to include the serail number in the report file name.  The serial number inside the report does get changed.
By the way, I can't change the process model.  User wants out of box batch model.
Thanks for reply.
George
Message Edited by zou on 06-19-2008 08:40 AM
Message Edited by zou on 06-19-2008 08:43 AM
George Zou
http://webspace.webring.com/people/og/gtoolbox

Similar Messages

  • UUT serial number is not displayed in batch results popup window?

    UUt serial number is not displayed in batch results popup window. I am using TestStand 2012 SP1 f1 (5.0.1.66). I am also using Prebatch callback and setting up 
    Parameters.ModelData.TestSockets[index].UUT.SerialNumber with the UUT serial number. I have used the exact sequence file with TestStand 4.2 (4.2.0.134) with no problems.

    Sorry for my late reply I was away for work. I actually revisited the code that I implemented with TestStand 4.2 (4.2.0.134) and it is showing the exact problem. Sorry for misleading you. however the UUT report is showing the correct serial number for each unit. This would be something that is nice to have but not critical for my project. I am basically auto discovering all my UUT so instead of scanning the serial number I read it from the UUT memory so there are a lot of steps in my PreBatch call-back but they are all related to reading the UUT serial number. Once I read all the UUTs serial numbers I set the following in a for loop:
    Parameters.ModelData.TestSockets[Locals.For_Loop_Index].UUT.SerialNumber =StationGlobals.UUT_Serial_Numbers[Locals.For_Loop_Index]  
    I tried to implement my a simple PreBatch with only a for loop and an array of serial number and I ended up with the same issue. So I am suspecting that the batch report is getting the serial numbers from a different variable and that variable is set when you run the batch option without the PreBatch call-back.
    Kind Regards,
    Oshana

  • How to change serial number with existing one

    dear all,
    Our user create 2 different serial number with same material. let me say A and B. A is the correct serial number but fault historical. and B is the fault serial number but correct historical. The question is can we change the serial number, A with B and still got the correct historical from B
    Regards

    if both the serial number are present in stock & are assigned to a wrong material in this case what you can do is :
    Issue goods through movement 201 alongwith the existing serial numbers (mismatched) against a cost center & GL (Stock Adjustment)
    Receive goods through movement 202 with correct Serial number a cost center & GL (Stock Adjustment).
    eg. in your case :
    Document 1 with movement 201 to remove mismatched Serial number  :
    Material-- Serial Number-----Qty
    A-- 1--
    1
    B--  2--
    1
    Status of both serial number will change from ESTO to AVLB
    Document 2 with movement 202 to assign correct serial number :
    Material-- Serial Number-----Qty
    A-- 2--
    1
    B--   1--
    1
    this way you can resolve serial number mismatch case....

  • UUT Serial Number and Station ID

    Hi
    I customizing the OI using C#.
    I will have a button named "Single Pass" if the user press this; it will automatically execute the test sequence and will not ask for the UUT number, i am getting the UUT number using another textbox How can i programatically set this  UUT serial Number  before  starting execution.
    i tried out of using the following code in Applicationmanager's DisplayExecution Event
    axExecutionViewMgr.SequenceContext.Locals.SetValString("Locals.UUT.SerialNumber", 0, "1234"); it did not work.
    i want create a report after every step completion (like Onfly) i don't want to use TestStand OnFly Report. for every step has to inform me(UI) the step details (as like in the report -eg. Execution time,Step name,Step Result etc.) . i used ProcessModelPostStep callback to get the ThisContext for every step but i don't how get these step details from ThisContext.
    need another clarification How to change the  Name of  the buttons in OI - like i want to change
    Single Pass into Start Test
    Break/Resume into  Pause/Continue
    something like that where i can change these settings, i know i have to change these name in some of the .ini file but dono which .ini file Please Help,
    TIA
    Regards
    Srini

    The best way to do this is to change your process model to ask your UI for the Serial Number value.
    So instead of displaying a dialog, the process model can post a Synchronous UI Message (with a custom code), and pass the variable in the process model that is used to hold the serial number.  The OI can then take that Property Object, insert the proper value into it (when the Custom UI Message Event fires), and return it to the model.
    If you need more detailed information on how to do any of these steps, let me know and I can provide more information.
    Allen P.
    NI

  • Change UUT Serial List to read from a database

    Is there a way to change to UUT Serial Entry that pops up when you run a Test UUT? I would like to change it so that the list is populated from a SQL database. Is this possible? Thanks in advance.

    Yes
    You need to write the code that will make the calls to your data base and add that to the PreUUT call back seq. Under "Edit > Sequence Callbacks ..." add the PreUUT callback to your sequence file. Note the Parameters that are passed into the PreUUT sequence. One being Parameters.UUT.SerialNumber. This is where you store the UUT serial number so TestStand can add it to reports files and such.
    Parameters.ContinueTesting is the boolean you set to true if there is another UUT to test or false if testing is to stop.
    Take a look at the default PreUUT seq in <TestStand #.#>\Components\NI\Models\TestStandModels\Sequenti​alModel.seq. I fact you can copy and paste PreUUT into your seq and edit as you need.
    Jim D.

  • In base component when user change the serial number we need to set date time in Extra attribute filed

    HI Team,
    In ibase component when user change the serial number we need to set date time in Extra attribute filed..if we click edit ,User change serial number after save we need to set date time in  Extra Attribute 4 field .
    Component - PRDGENSET
    In this component there is no attributes,so where we need to implement and how to implement please help.
    Thanks
    kalpana

    Hi Abi,
    Thanks for your reply..see i debugged..i have put break point in method SET_S_STRUCT method if press enter in serial number ,debuggeris triggered..in SET_S_STRUCT method value getting serial number..so how to write the logic here...
    In GET_S_STRUCT method iam getting all attributes  but serial number is not filled..So could you please help here what to do..
    in set_S_STRCUT method value iam gettin serial number...in collection wrapper iam geting zrealtions if i open attributes_ref -if i pass Attribute value in run time its getting displayed.so how to write the logic based on serial  number please help some coding.
    Thanks
    kalpana

  • Can i get my iphone 4 serial number with the IMEI number?

    My iphone is missing/stolen (probably stolen).  I'm trying to use the find my iphone app but need to add my iphone to my apple profile because it's a new phone and I hadn't done it yet.  I have the IMEI number but I don't have the serial number and I guess that is what apple wants because it keeps saying the number I give them is not valid.  Does anyone know if there is a why of cross referencing so that with my IMEI number I can get the serial number? OR is there anyway other than that to add my phone to my mobile me profile?

    With iTunes on your computer assuming you have synced your iPhone with iTunes and/or backed the iPhone up with iTunes.
    http://support.apple.com/kb/ht4061
    You shouldn't need the serial number with taking it to an Apple Store unless it has changed. Your cell phone number should be enough.

  • My ipod touch4 has been stolen. i have the serial number with me. is there any way to find it?

    my ipod touch4 has been stolen. i have the serial number with me. is there any way to find it?

    The SN will only help identify the iPod as yours if it is recovered.
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have to iPod play a sound via iCloud.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it.
    - Apple will do nothing
    Reporting a lost or stolen Apple product                               
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • How to change your Serial Number?

    We need to change the serial number on one of the computers to the new one we just bought, and even after uninstalling (manually), It keeps automatically putting the first serial number we bought in the new install. Is there an automatic uninstall, if there is I can't find it. I also tried trashing every thing in the Library that had Aperture in it including .plist file.
    Duel 2.5 G5   Mac OS X (10.4.3)  

    Steve, just for future reference... In order to do a full uninstall of any software, you not only need to remove the program and its folder, but you also need to do a search of the main drive for any files with the program's name in it. What you are particularly looking for are files in the library folder and preferences folder (plus any other folders they may exist in). I generally move these files off to an empty folder I created for this purpose (just in case). I delete these files later after I make sure everything is running OK.
    Then, if you need to do a reinstall, you can do so without any of the left over baggage.
    Jeff Weinberg

  • Changing computers serial number in Logic 8

    Hi. I seem to have entered the same serial number in both my G5 and Macbook which means obviously I can't run Logic 8 on both computers simultaneously if they're connected to the same network. Would anyone be able to tell me if it's possible to change the serial number on one of my Macs and if so, how? Thanks.

    Yes, that is the correct procedure and I've posted this two or three times in the past week or so - trash the Logic System ID file, and the next time you run Logic, it will ask you to re-authorise with your serial number.
    Enter whichever one you didn't use.

  • My 3rd iphone. 3GS I did not buy from an apple store, how do I register this serial number with my apple account? it is already sync to it and will preform every function except email to my home computer. It says apple ID disabled

    My 3rd iphone is a 3GS. I did not buy this one from the apple store, how do I register this serial number with my apple account? it is already sync'd and it and will preform every function except email to my home computer. It says apple ID disabled, also will not update my apps, same promt apple id disabled.
    anyone know where I can go to register this phone? Thanks

    https://register.apple.com

  • How do I change the Serial Number in Logic Studio?

    Hi All,
    I used a friends copy of Logic Studio and the serial number to give Logic Studio a try, loved it, and bought it. However now I have my own serial number and would like to enter it into Logic. Logic, of course, has kept the first serial number and I can not work out how to change the serial number. Any help would be greatly appreciated.
    Cheers,
    Power2004

    Thanks John,
    I have looked for the /Library/Application Support/ProApps folder and it does not seem to be on the HD. I also searched for the file to be trashed and could not find it. Could it be called something else in Logic Studio 8?
    Cheers,

  • I have bought Adobe Photoshop Elements 13 and I try to get my serial number with my activation ID but I get a message that my ID is not good. What can I do?

    Where can I get a serial number with my activation ID if it dosen't work on the ADOBE site?

    Well, for your ID just use the ID and password you're using here. If you meant your redemption code rather than your ID, try this:
    Redemption Code Help

  • Log changes of Serial number change in sales order

    Hello Experts,
    The change documents does not log changes to serial number for an item.
    So far i found that there is standard change document object for sales order i.e. VERKBELEG
    Is there a way to add new table to existing object.
    Or how can i achieve this.
    Best Regards
    Rajat

    Hello Adriano
    Not fully sure about your requirement.
    But you can definitely assign Serial numbers to sales order items by selecting the item and  choosing  menu path Extras/Technical objects.
    Firstly you have to set up the Serial Number Profile ( T Code OIS2)  or use the standard delivered ones GG00/GG01. Both have the Serialization Procedure SDAU - Serial numbers in SD order and in case of GG00, the serial numbers are assigned automatically. I am not sure how automatic assignment works but you can test it. Of course, you need to specify the Profile  in the material master to use the functionality.
    Hope this helps.

  • Need formula to take text from one cell, add that to a serial number with leading zeros

    I'm trying to create a spreasdheet cell that simplifies creating videotape Numbers from a job name in cell and appends a serial number with leading zeros, and that would survive an export to EXCEL.
    The result would look like
     A Column
    Job Name
    B ColumnTape #
    Formula needed for B
    ClientName-TapeType-
    ClientName-TapeType-001
    =
    ClientName-TapeType-
    ClientName-TapeType-002
    =
    I've tried using a custom cell format that had the text in front of the (Integer) drag and drop, with three integers and leading zeros.
    That worked, but requires recreating the custom cell format for each client and tape type.
    So, I've used the formula =A2& in order to play around with different things, but haven't hit on something that adjusts for increased numbers and retains the leading zeros.
    I don't mind doing a starter for the first row and then adding +1 in the formulas for the rows below.
    I've done that using the custom cell formats for the first B cell and then using =Bx+1 in the following cells.  It works, but I'm hoping to find something simpler or that can be copied and pasted in multiple rows on one paste.
    Thanks in advance.
    Suggestions much appreciated!
    Ted

    Ted,
    This expression in B will give you the pattern I believe you are looking for:
    =A&RIGHT("00"&ROW()-1, 3)
    Here's a screen shot...
    Jerry

Maybe you are looking for

  • Reg usage of XSLT Mapping

    Hi All, We need to build an interface from PI to some database using JDBC adapter to send out emails to business users of the exception records created in the table.please help in using the xslt mapping for this interface. Thanks in Advance,

  • Hi Everyone, how do you make adjustments to many pics at once

    Hi Everyone, how do you make the same adjustment to many pics in one go? Tried select All, and then adjust, but that only does the original selected pic..

  • Splitting Purchase Order based on Loading Group.

    Hi, My client is a fashion retailer. They have two Loading Groups, General Merchendise that comes in cartons and Hung garments that com hung on hangers. PO`s are created for every Vendor by Follow-on processing of allocation or by replenishment run.

  • Adding up a Custom Field Approver in Purchase Requisition

    Hi,   Could anyone please let me know how to addup a custom field Approver to Purchase Requistion.    Requesting you to list down the User enhancements that are available for PR Lineitems screen.    The transaction used is ME51N. Regards, Ganga

  • Authentication on an iPad

    How do I authenticate an IOS device (iPad) using a third-party app in lieu of Adobe Digital Editions?