How to share one action to multiple UUT test?

Hi,
In fact, I don't know how to define the topic exactly.
My request is like the following :
For example, I have a signal generator and four UUTs.
Signal Pattern 1 ON -> batch(4 UUT test...) -> Signal Pattern 1 OFF, Signal Pattern 2 ON -> Batch(4 UUT test...) ...so on...
I got stuck how to put the action into the teststand and do once instead of 4 times.
Something similar to the callback of  ProcessSetup, PreBatch, and PreUUTLoop,
but I wonder if there is a way to call an action once within multiple UUTs in the MainSequence.
Could someone give me some suggestion? Thanks a lot!
Solved!
Go to Solution.

Hey William,
You're probably going to want to use the "One Thread Only" option of a batch synchronization section to do this. It sounds like you're already using the Batch process model, so this should be fairly easy to implement. If it's a single step, you can go to the Synchronization tab of the step settings and change the Batch Synchronization setting. If it's multiple steps in a row, you could use the Enter Synchronized Section and Exit Synchronized Section modes of the Batch Synchronization step type.
Also, we have an example that demonstrates this functionality. You can find it at <TestStand>\Examples\MultiUUT\BatchUUT.seq. If you look at the Set Chamber Temperature step, you will see that it is configured in this way.
Daniel E.
TestStand Product Support Engineer
National Instruments

Similar Messages

  • How to share one variable across multiple JVMs?

    Hi,
    How to share one string value across two applications, which are there in two different JVMs.
    Requirement is, If I update one value(static) in first server through jsp, it should update second server static value too apart from first server.
    I am using WebLogic 8.1, is there any MBean to access other application's static value?
    Please suggest!
    Thanks,
    Murthy P

    Welcome User in OTN,
    to make two projects can access its classes you should goto the project property ---> Dependencies then add the other project.
    in your case:
    try to goto you Model project property ----> Dependencies ---> Edit Dependencies .
    you will find your ViewController project. Expand it thin check to Build Output.
    you can make this for ViewContoller project also as:
    goto you ViewContoller project property ----> Dependencies ---> Edit Dependencies .
    you will find your Model project. Expand it thin check to Build Output.
    Sameh Nassar

  • How to create one TO for multiple TRs

    Dear All,
    how to create one TO for multiple TRs, kindly suggest me
    Regards,
    balu

    As for your question: it is discussed in sAP online help:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/f841f24afa11d182b90000e829fbfe/frameset.htm
    Sorry I misunderstood your question.
    The above mentioned solution won't create one single TO from multiple TR.
    Edited by: Csaba Szommer on Aug 11, 2010 9:46 AM

  • How to share one application's static variable in another application?

    Hi,
              How to share one string value across two applications, which are there in two different JVMs.
              Requirement is, If I update one value(static) in first server through jsp, it should update second server static value too apart from first server.
              I am using WebLogic 8.1, is there any MBean to access other application's static value?
              Please suggest!
              Thanks,
              Murthy P

    I'd need more information to recommend an appropriate approach.
              How often do you access this value? Can you make a remote call to retrieve it each time, or would that overhead be unacceptable? How are you handling HA? (ie what happens when a server fails). How often do these values change, and what is your tolerance for stale data?
              -- Rob
              WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • How to get one value from multiple duplication for a key figure field

    Hi expert,
          I have a infoprovider, with following format:
            employee     hourly_rate   action_type  count of action
         there are multiple rows for each employee, I want to create query as follows:
            employee     hourly_rate   action_type  count of action
         in which hourly_rate is constant , only retriving one value from multiple rows for one employee, count of action should be summarized. 
    how to get this hourly_rate.
    Many Thanks,

    Hi,
    put the employee in rows panel -> reaming object put it in free char panel.
    suppress the all result rows for the all object except employee .
    select the object -> go to query properties -> select display tab -> select result rows -> select suppress.
    select the employee -> go to query properties -> select display tab -> select result rows -> select always display. - now it will give employee wise hourly rate summarize data.
    Thanks,
    Phani.

  • How to "Performing an Action on Multiple Selected Records" using Struts-JSP

    Hi all:
    How to do "Performing an Action on Multiple Selected Records" through using Struts/JSP solution that is original MVC/UIX customizing example by Jheadstart.
    I know how to reason by analogy through tutorial guide on
    Model and Control layer of MVC , but for View layer that is torment to me !
    have any idea ?
    thanks a lot .

    Ting Rung,
    In the table in the JSP page you add a checkbox like this:
    <td class="fixed">
    <input type="checkbox" name="multiselect" value="<%=index%>"/>
    </td>
    This will render a checkbox in each row, with index number of that row as value.
    When you submit the page the request contains the multiselect parameter when at least one row has the checkbox checked.
    You can get the value of the multiselect parameter by calling sessionData.getRequestParameterValues("multiselect") in your action. The value is a string array containing the index numbers of the rows that have the checkboc checked.
    Steven Davelaar,
    JHeadstart Team.

  • How to have one provider with multiple portlets in JDev 11g

    Hi,
    I am trying to create Oracle PDK Portlets using JDeveloper 11g but for each portlet JDeveloper is creating a provider. As In JDeveloper 10.1.3.4 we can have one provider with multiple portlets in it. But JDev 11g creates provider for each portlet. How can we have one provider with multiple portlets in JDev 11g. Is it something changed in 11g version or am I doing it wrong. As the Help says we can have multiple portlets in one provider but when creating portlets it does not do that. Any help is appreciated.
    Thanks

    Hi,
    I am trying to create Oracle PDK Portlets using JDeveloper 11g but for each portlet JDeveloper is creating a provider. As In JDeveloper 10.1.3.4 we can have one provider with multiple portlets in it. But JDev 11g creates provider for each portlet. How can we have one provider with multiple portlets in JDev 11g. Is it something changed in 11g version or am I doing it wrong. As the Help says we can have multiple portlets in one provider but when creating portlets it does not do that. Any help is appreciated.
    Thanks

  • How to schedule one report for multiple company code?

    How you can schedule reports in BW 3.5? Suppose I need to schedule one report for multiple company code, how can you do that and notify the users? I do not want to send multiple emails to the same user if the report runs for 20 times (for 20 different companies).
    points are given for ASAP replies.
    Thanks in advance
    Peter

    Dear Peter,
    Try to restrict the Company Code with  those 20 values and schedule.
    Regards,
    Ramkumar.

  • How to share a session across multiple jws?

    Hi!
    I have this problem.
    I'm looking for a way to have shared sessions, available across multiple JWS with WLW 8.1
    I try to get a session with this code:
    WebServiceContext wsContext = WebServiceContext.currentContext(); WebServiceSession session = (WebServiceSession)wsContext.getSession();
    but it throws COntextNotFoundException....
    I added the session descriptor in weblogic.xml to set the param CookiesEnabled to true, because I read that using this code works but requires that the client support cookies to keep the HttpSession object around.
    But it's not works!
    How can I get to HTTP session from a JWS?
    And....it's possible to share a session accross multiple JWS?
    Thanks a lot!

    You may be interested (& probably discouraged at the end) in this discussion http://forum.java.sun.com/thread.jspa?threadID=619170
    cheers,
    ram.

  • How to share the project to multiple users?

    Hi Everyone!
    I really need you help. My question is just silly.
    The situation:
    There are two users who work on the project. They divided the responsibilities. They have to build different parts of one project (mappings, tables etc.).
    Can't understand how to use one project for development by multiple users.
    I found in guides a statement: "Multiple users can concurrently access an Oracle Warehouse Builder project. Changes and updates are managed through a locking mechanism to ensure data integrity." But I can't find a description how to do it correctly.
    Who should be the owner of the workspace? It should be one of current users or special user? Who should create the project? And how to use it concurrently?
    Kind regards,
    Tatyana.

    Hi,
    Multiple users can work on same project.
    Who should be the owner of the workspace? It should be one of current users or special user?
    Make sure one is repository owner(REP_OWNER) and other is repository user(REP_USER)
    Regards,
    Azhar

  • How to create one delivery for multiple sales order

    Hi!! Friends,
    Can some one explain the steps to be followed in creating one delivery for multiple sales order in SAP SD.
    Regards
    AKASH
    Message was edited by:
            AKASH TAMBI

    Hi.,
                  You can combine different orders in to one delivery ,But for the customer Order combination should be checked in  the sales area data of the shipping tab,we can combine orders but the ship to party,Route,Inco terms,Shipping date,shipping point should be same,you can do in T.code VL04 & VL10
    REWARD if helpfull
    Thanks & Regards
    Narayana

  • How to send one text to multiple numbers

    On iPhone 3GS , how do u send 1text to multiple numbers?

    The information below implies you must use MMS or iMessage (not SMS).
    [extracted from the iPhone User Guide for iOS 5]
    Sending messages to a group
    Group messaging lets you send a message to multiple recipients. Group messaging works with iMessage and MMS (not available in all areas).
    Send messages to a group: Tap the new message button, then enter multiple recipients.
    Note: With MMS, group messaging must also be turned on in Settings > Messages, and replies are sent only to you—they aren’t copied to the other people in the group.

  • Multiple UUT Testing Over Temp - Which Thread or Process Should Control the Chamber?

    I am using TestStand 3.5 to write an automated system that can test up to 4 UUTs inside a temperature chamber.  If any of the UUT's fail, the user will have the option to abort the UUT test and either leave the test socket empty or add a new UUT in it's place.  Each UUT must pass 6 cycles of hot and cold testing before temperature testing is complete.  Each UUT may be in a different cycle than the UUT's in the other test sockets.  The parallel process model seems to work best due to the fact that individual UUT tests can be stopped and started at any time.
    I am trying to determine which part of the software should have control over the temperature chamber.  When all UUT's have completed testing at each hot or cold interval, the chamber must be commanded to proceed to the next temperature set point.  My first idea was to have a seperate software module (or TestStand sequence) that only controlled the chamber and gave start test commands to each UUT, but a NI apps engineer told me that this would be like writing my own test engine and not taking advantage of TestStand's capabilities.  He then advised me to let whatever test socket has an index of 0 control the chamber.  I know there will always be a 0-index socket, but I am not sure which order the sockets will run (maybe it doesn't matter). 
    Has anyone ever dealt with this situation before?  What is the architecture for this scenario?

    Instead of modifying the process model you could just override the ProcessSetup and ProcessCleanup sequence file callbacks in your client sequence file (go to the edit menu and choose sequence file callbacks). Then you can just add code to the ProcessSetup to launch the new thread or execution, and then add code to ProcessCleanup to tell it to exit. Unless you want a drastically different or simpler model from what is supplied I wouldn't recommend starting from scratch.
    If you don't want to add code to the client sequence then editing the existing model might be your best approach. Make sure you copy the entire TestStandModels directory from components\ni\Models into components\user\Models first and modify the version under the user subdirectory. For the parallel model you would likely want to add code to the ProcessSetup and ProcessCleanup in the model itself, or to the Test UUTs sequence itself where you want your new thread to be created and exited.
    Hope this helps.
    -Doug

  • How to share one iTunes library with multiple computers AND Apple TV? Help?

    It seems like my dilemma may not be easily solved. Hopefully it isn't as complicated as I think it will be. Here's the situation:
    My wife hates that, in order to see or do anything with the images she takes, I need to have iPhoto open on my computer (Mac Pro), and she then has to connect to it over sharing.
    By the same token, I don't like that she buys iTunes content on her MacBook, which is sometimes a duplicate of content I already have. Now that the App Store is out, that is going to start getting really expensive.
    So instead, I want us to be able to:
    1) Have ONE iTunes library on the network, and ONE iPhoto library. Both of these would be accessible to any computer on the network. When you launch iTunes, you would get all the media that is in that library.
    2) Both be able to access iTunes at the same time to listen to / watch content.
    3) Both be able to purchase iTunes content, and when it it purchased, it updates that single library. If I buy a song, the next time my wife fires up iTunes, that song is there for her to listen to.
    4) Have our two Apple TV units be able to play content from this library.
    So, I know that we need something on the network. I have a Drobo with DroboShare, so that is one option. I also have a spare Mac Pro laying around, along with a copy of OS X Leopard Server.
    I just don't know what route we should take with this. All I want is for us to share a library, to be able to both use that library, for us to be able to sync content from that library to our portable devices, and for our Apple TVs to also see that library.
    Possible?!

    I'm sort of in the same boat. We've got an iMac with separate User Accounts set up and are currently sharing the same iTunes and iPhoto libraries along with streaming them to our Apple TV.
    Right now I'm the only one with an iPod, however she'll be getting one in a couple of weeks.
    We also just picked up a MacBook yesterday and I'd like to be able to sync certain libraries like iTunes and iPhoto so that no content gets duplicated on either the iMac or MacBook and so that we both have access to the current libraries for each program on our iPods and AppleTV.
    I have an external hard drive that I back up the iMac on and I assume I could manually keep things current with that but there's got to be an easier way...that's why these are Macs right?
    Bill

  • How to share session object between multiple WAR's

    I am Using servlet 2.3 & websphere 5.1 application server. I am using multiple war applications in my ear and i am able to share context-attributes & session attributes between wars. Can any one guide me how i can share session object?
    I am getting session -time out in first war even though i am doing some operation's in second war. I want to maintian the same session, even in my second war which was created in my first war.
    Can any one help me. Thanks in advance.

    Hi LNL,
    Can you explain more on singleton solution as you said....
    For session attributes & context attributes i am using persistent storage to retrive them in multiple wars. My problem is how should i use "session object" in my second war which was created in my first war.

Maybe you are looking for

  • Report directly to the printer

    Hi i'm trying to run a report directly to the printer. Report is running but scaling is not happening. Following is the URL which i'm using to run the report. This will run not an issue if i try to increase or decrease the scaling, (start-->controlpa

  • Why is it that Firefox v.14.0.1 will not allow me to Sign In to Microsoft Answers

    Here is a copy of an email I sent to Microsoft Answers :- Why is it that Firefox v.14.0.1 will not allow me to Sign In? I have successfully signed in with Google Chrome v.21.0.1180.79 m without any problem, but when I attempt the same thing in Firefo

  • Word wrap on JTextArea

    Dear all, I have a created a little GUI with a menu. I can select from menu to load a text file and display it on the JTextArea. Is it possible to do "word wrap" on the JTextArea instead of having a schroller??? thx in advance vxc

  • HT4550 how do i download the newest version of safari?

    How do I download the newest version of Safari software?

  • Adobe Installer Failed to Initialize

    Does anyone have any fresh ideas how to fix this issue?  I've tried every trick in these forums and none of those solutions work.  Specifically, I'm trying to install Photoshop CS6 and Premier CS6.  I think the problem started when I installed Acroba