A special Rendezvous that works on subsets of processes in the parallel model

I have a parallel model test that works great on 14 UUTs so far, but now I must write some sequences where the processes have to share hardware two at a time. I need to pair up the processes like (0,1), (2,3), (4,5), etc. and have a Rendezvous operate on them two at a time like this:
Processes (0,1) operate in parallel.
Processes (2,3) operate in parallel.
Processes (4,5) operate in parallel.
And so on....
Given enough time, maybe I could write that programmatically in TestStand; but I hope TestStand has a built-in Rendezvous for subsets of processes, or something else to do that. Does such a thing exist?

bmihura wrote:
OK I tried your pairing up idea with six processes (three seperate Rendezvous, one for each pair), but they all still ran in parallel. I'd like for one pair to execute at a time while locking out the others. This is because my system has two electronic loads (and two of many other things) that the six UUTs must share.
Ok, then what you proposed before (a separate rendezvous for each pair of threads) is not the correct way to synchronize things. A rendezvous just causes threads to block until the specified number of threads reaches the rendezvous point. You have three independent pairs of threads running in parallel. If that is not what you want, then using rendezvous like this isn't the right approach.
Please describe in more detail the entire flow of execution you are looking for. At what scope do you want the other threads to be blocked? Do you want each pair of threads to run all tests before any other threads can run? Do you want this only around certain steps? or Group of steps? Also, why do you want the threads to be paired? The most straightforward way I can think of to allocate two of a resource is to not care about which thread is using it, but to only allow two threads at a time, they don't necessarily have to be in pairs or even the same two threads every time. Do you really need the threads to be paired?
One of the simplest TestStand specific ways to allocate resources is to use the auto-schedule step types. They allow you to define blocks of code which require specific resources and then automatically run those blocks of code when those resources are available. I recommend you read the documentation for these step types and see if that sounds like it will work for you.
Another relatively simply way to synchronize access to a fixed number of resources among many threads is with a semaphore. A semaphore allows a certain number of threads through at a time, and blocks other threads until one of the ones using the resource release their acquisition of the semaphore. If the resources involved are more complicated though, I think you are better off using the auto-scheduler step types.
Hope this helps,
-Doug

Similar Messages

  • How Can I choose Iphone 5s models that work with LTE in Brazil. The Iphone needs to Support Band 7. If I buy the wrong model can apple change it ?

    I am planning to buy an Iphone 5s in October, but I have to make sure that the model will work with the LTE services we have in Brazil. I know that Apple made 2 Models that support Band 7. See Below.
    Model A1457*: UMTS/HSPA+/DC-HSDPA (850, 900, 1900, 2100 MHz); GSM/EDGE (850, 900, 1800, 1900 MHz); LTE (Bands 1, 2, 3, 5, 7, 8, 20)
    Model A1530*: UMTS/HSPA+/DC-HSDPA (850, 900, 1900, 2100 MHz); GSM/EDGE (850, 900, 1800, 1900 MHz); FDD-LTE (Bands 1, 2, 3, 5, 7, 8, 20); TD-LTE (Bands 38, 39, 40)
    How can I make sure I will buy the correct model through the internet ? Can Apple change the Iphone In case they send the model that does not support LTE services in Brazil ?
    Thanks,

    JP Ellery wrote:
    The models that will work with brazilian LTE networks are:
    A1507 and A1529 (iPhone 5c)
    A1457 and A1530 (iPhone 5s)
    JP
    Have you personally tried those models with Brazilian LTE networks? Do they work? If so, fine.  If not, then besides that, there is the problem of the warranty which is not international. The user will have to return the phone back to the country of purchase for both warranty and out of warranty service. So what might seem cheaper at first glance might not be in the end.
    Anyways, it your money and the OP's should he want to go ahead with your recommendation.

  • After a personas update, FF is unresponsive bc of plugincontainer error, so i have to have 2 FF open to have a browswer that works. How do i fix the plugin container so it launches right the 1st time?

    Started happening after the latest personas update. Whenever i 1st launch FF it just becomes completely unresponsive, i can't even close it w/out having to use task manager. However if i keep the 1st FF open and launch it again, the 2nd FF works just fine- no problems what so ever! BUT i can not close the 1st FF (using task manager) w/out it automatically closing the 2nd. Which means i have to have two browsers open to have just one working one.When i tried to see what the heck is the problem with the 1st FF it says it's a plugin-container.exe error- so how is it that the 2nd launched browser works???
    I created a dump file for anyone smart enough to analyze it- but have nooo idea how or where to upload it lol.

    Look in your device manager and find out what brand of hard drive you have (Western Digital, Seagate, Toshiba etc.) Go to the manufacturer's website and download their hard drive certification test (free). Run the test on your drive so you can feel that it is not the hard drive. Then run the HP memory test from your utility partition (I think you hit F10 while starting the machine).  There is always a chance that your connector to your hard drive is bad or the contacts are dirty but that is an outside shot.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may click on the white star in the "Kudos" button for any helpful post to give that person a quick thanks. These feedback tools help keep our community active, so you receive better answers faster.

  • I have created an interaction to show 7 groups and 7 clickable objects. Once all are click the Next Button is show. How can you make that work if you want to embeded the SWF just created but show a button in a master Captivate?

    In flash you can have a shell that has the navigation and some button in the shell are not activated until all clickable objects are clicked.  I am not a flash programmer but it was related to using the path of shell and the sub-project.
    Can anybody help me on that.
    I would like to create Captivate interaction that you can just embedded in a Shell captivate project.
    Do I need to set variables at both levels (Global variable. 

    Hello Lieve, That is the screen shot of my custom interactivity, when all labels are clicked the Continue button will be shown because there is a conditional validating if all Labels have now a value of 1. What I am trying to achieve is to create an interaction where where the continue button (an the back button would reside in another Captivate project. This way there is no reprograming required or use of share-actions.  Everytime we use a similar advanced action or a shared action we have to make sure the object name in the advanced actions or conditional actions are not the same.  I trying to make it a bit dump proof for somebody that does not know any thing about advanced  action and just reuse the label interaction in may projects.  (The only thing they would change would be the image and the content of the label.
    Do you thing I going in the right direction.  (As I said before I have custom javacript in Captivate 5.5) to unlock un button that was part of the LCMS ForceTen). I belive the word .this was part of the object path in the JavaScript.  Can we hide and show a Captivate button.
    I have embedded other Captivate animation in a Master Captivate but the objets were not talking to each other. (You can see a sample http://www.youtube.com/watch?v=Erm4_qdybiA&feature=youtube_gdata). In that sample the continue is always there and can be click anytime.  The 3 steps animation has been done as another project and embedded in my main captivate.  I would like to implement a solution where a my 7 labels have to be clicked in the subproject before showing and enabling the Continue button.
    I hope my explanation is clear enough.

  • I have a ringtone that works great on my computer but the volume is very soft on the phone.  I have adjusted the volume on the phone but the ringtone volume is still too low.  Is there any way to adjust the volume of a ringtone?

    I have managed to sync a ringtone to my ne i phone 5C but the volume is way too soft.
    The sound is great on my computer but hard to hear at all on the phone.  I have tried turning up the volume button on the phone but it doesn' do anything for the ringtone.  Any ideas on how to solve this problem.  The ringtone is "calypso blackberry" and I am not able to locate it in the Apple store ringtones.  This should be so simple and it is making me nuts.
    Help anyone please.
    Bob

    So you use an RCA cable going into what before it hits the MBP?
    EDIT: Also in System Preferences > Sound > Input > you can select the input & adjust the volume accordingly as long as it's plugged in.

  • Printers that work with Yosemite?

    I just bought my iMac this week and can't get my Lexmark printer to work, I can send a document to it, but then it crashes with a "divide by zero" error????
    It worked fine with my previous Macintosh running  OS X 10.5.8
    Lexmark has been of little help, as they will only say that the driver is for Mac OS X 10.6 and higher.
    I've tried to research the printers which are supposed to work with Yosemite, but I am now thoroughly confused.
    I must recover the ability to print, and I'm looking for an inkjet printer capable of working with my iMac, OS X 10.10.3 -- are there ANY AirPrint or USB printers that work with Yosemite?
    Bill

    Thanks for the replies, but I'm afraid that the Apple Support List (via the link several folks have provided me) appears to be not up-to-date.
    For example, the following printers are listed (HP), but upon checking the HP website, drivers are not available for Max Os X 10.10:
    HP Deskjet 1010 series
    HP Deskjet 1512 series
    HP Deskjet 2540 series
    The HP download center correctly detects my operating system, but indicates that it cannot provide a list of available drivers/software updates.
    Most of the above printers indicate compatibility with Mac OS 10.9, but not for Yosemite.
    The printers that I listed above are in my desired price range.  Does anyone have any of these Deskjet products that work with Yosemite?

  • What i need to install on new computer - has program that work with Oracl

    hi
    what i need to install on new computer that has program that
    work with Oracle 11.2 ?
    the database is on the server and the new computer connect to the server.
    can i get link for download this ?
    thanks in advance

    thanks for the help !
    but so many downloads..... what to download ?
    i don't find any client 11g to download
    i need to download the full Oracle 11g for this ?
    can you send me exactly what to download ?
    thanks in advance

  • Is there a list of other cell phones that work with iTunes?

    I'm thinking of going with Verizon and was just wondering if certain of their phones will work. Thanks.

    The only phones that work directly with iTunes, other than the iPhone, are a few of Motorola's phones such as certain models of the RAZR, ROKR, and SLVR. You'll want to check with Motorola or ask Verizon which models are iTunes-equipped.
    Other phones may be able to use iTunes tracks even though they may not be able to sync directly from iTunes. Any phone that can mount on a Mac as a normal hard drive and accept tracks dragged to the phone should work, assuming that the tracks are in a supported format (MP3 almost always is supported, AAC a bit less common. Copy-protected tracks from the iTunes Store require an iTunes-equipped phone). There may be phones that are compatible with Mac and have their own software, but I'm can't mention any specific models.
    Hope this helps.

  • I have an older version macbook, I had an old version of firefox, it worked fine, I replaced it with the new version, now it won't open and my old version is go

    I have a OSX Version 10. 5. 7. The firefox I had was working fine, but it kept telling me to update, and it was working slow, I updated it to the newest version, it wouldn't download it unless I REPLACED, the old version, now it is gone, the new one doesn't work, I now have no firefox, I looked around on the forum, but found nothing and tried some suggestions, but I cannot get any version of firefox to open, and I had some serious book marks and passwords remembered, and I am in a bit of serious trouble, can someone tell me what to do?
    Bill

    Firefox 16.0.2 is the last version that works on an Intel Mac with the OS X 10.5 operating system.
    * http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/16.0.2/mac/
    Another possibility is to install the Firefox 10.0.12esr (BuildID=20130103094221) version that has more security updates, but misses features present in Firefox 16 (BuildID=20121024073032).
    * http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/10.0.12esr/mac/
    * http://www.mozilla.org/en-US/firefox/10.0.12/system-requirements/

  • I have mac 10.9 version.  Adobe photoshop Elements 12.  I just got a new camera Nikon D4S.  Photoshop elements will not upload/import my raw photos.  i get a message that can not complete my request because the file appears to be from a camera model which

    I have Mac version 10.9.  Adobe elements 12.  New camera Nikon D4s. I have uploaded DNG plug in 8.4. Tried to convert my raw photos and it still does not work. How can I upload raw photos taken with my Nikon D4S so that I can edit these photos?

    How did you try to install ACR 8.8.  The only way I know of that works with Elements is to use the Updates Choice on the Help menu.
    There are two charts supplied by Adobe that explain your RAW dilemma.  This one tells you what your camera needs:  http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html   This one tells you what version of software you need:  http://helpx.adobe.com/x-productkb/global/camera-raw-compatible-applications.html
    In your case, the Nikon D810 needs Adobe Camera Raw (ACR) 8.6 or Lightroom 5.6.  (Congratulations on buying a new camera!)
    To get to that level with Photoshop Elements, you will need to replace your Photoshop Elements 12 with version 13.   Adobe caps ACR updates on version 12 at 8.5.
    The most convenient way to get around it without spending any money is to use the FREE from Adobe DNG Converter.  Download and install it from here for FREE:  http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=5855&fileID=5890  Once it is installed you can convert your D810 raw files to an Adobe RAW version with the .DNG file extension that most, if not all, versions of the various Adobe software programs can use.  That includes old versions of Photoshop, Elements and Lightroom.  DNG converter can be used as the tool to move your files from your memory card to your computer, is efficient, will convert in batches and is completely lossless.  There is no risk of any image quality degradation or RAW functionality.

  • Upgrade to Final Cut 10.0.7 destroyed my generators created in Motion that include drop zones. Anyone experienced the same problem ?

    In Motion 5 I created generators that included a drop zone. The objective it to bring them into Final Cut and insert into the drop zone a clip of the same duration.
    In FCX 10.0.6 I used to bring a clip to the time line and re size it to the exact duration of my generator. Then I bring the generator to the time line and selected the generator, click in the drop zone of the published parameters menu and select this clip I wanted to insert. The result was the generator using my clip and the clip playing during all the duration of the generator with the generator effect.
    Now, with 10.0.7 I can’t make that work. When I click in the clip I would like to import into the drop zone, the result is that there’s just a frozen image of the clip (in the same place I clicked with the mouse)
    Is this a known problem of 10.0.7. It used to work well in 10.0.6
    Thanks for your help !

    I can't see that the update would have any effect on custom generators as they are housed separately from FCP X.
    Many weird things happen as a result of corrupt preferences which can create a vast range of different symptoms, so whenever FCP X stops working properly in any way, trashing the preferences should be the first thing you do using this free app.
    http://www.digitalrebellion.com/prefman/
    Shut down FCP X, open PreferenceManager and in the window that appears:-
    1. Ensure that only  FCP X  is selected.
    2. Click Trash
    The job is done instantly and you can re-open FCP X.
    There is absolutely no danger in trashing preferences and you can do it as often as you like.
    The preferences are kept separately from FCP X and if there aren't any when FCP X opens it automatically creates new ones  .  .  .  instantly.

  • The special offer for the printer that is going on with a Mac, how does that work? Is it true i can get a free printer?

    The special offer for the printer that is going on with a Mac, how does that work? Is it true i can get a free printer?

    you pay for it up front, and they give you a rebate or $99, so if you buy a $99 printer from them (Epson Stylus NX430 Small-in-One Color Inkjet Printer $99.95) then the printer becomes free. You can not get this deal unless you also buy a mac with it.

  • Including Sound In A Rollover that works on all browsers

    I am working on a website for my company that we wanted to have a musical logo play when you rollover the logo on the page. I added a behavior to a hotspot link that uses "onMouseOver" to playsound. This works great in the safari browser. However, in internet explorer, when you rollover the logo, another page opens up and quicktime plays the mp3 we created. I also opened firefox and the mp3 does not play at all.
    Is there anything I can do to allow the rollover to play the mp3 in any browser? Please advise.
    Here is my page that works in Safari:
    http://www.mymusicalprodigy.com/index.html#

    I'm afraid you'll never get this to work for everyone.  It requires the end user's browser to have JavaScript enabled and the latest media player plug-ins installed. To many ifs.
    Sound and other special effects are mostly found on Flash Sites.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • On a MAC with OS 10 how do I pinch, tap to make larger, and some other gestures that work on Safari but not FireFox

    I can not do all the gestures when I am in FireFox. Example Pinch to increase or decrease size of window. Tap with two fingers to increase the size of window. The other gestures like scrolling, swiping etc work.

    Hello Shona37a, if you have the [http://kb.mozillazine.org/Places.sqlite places.sqlite] file probably you are ok. the places.sqlite file can be edit with SQLite Manager or a specialized editor BUT you can move it to a [https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles#os=mac&browser=fx17 new profile], see informatinos in the above link.
    also think if you must go to [http://www.floodgap.com/software/tenfourfox/ TenFourFox] for PowerPC's running Mac 10.4.11 & 10.5.8 , it is more secure from your 3.6.18 that is unsupported.
    EDIT : [https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile#w_copying-files-between-profile-folders Copying files between profile folders]
    http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    thank you

  • Routers that work with iChat AV?

    Since Apple's list of approved routers hasn't been updated for years, I would love to hear from anyone who has purchased a router recently that works with iChat for audio/video, including any special setting changes/tips. Could anyone with a success story post here? I'm tired of the error 8 messages which in at least some cases seems to be router related.

    @stevesol
    I have used the DI-604 for about 5 years now. It is a great and cheap router/firewall. The only problem that I have ever had was an odd one. I have a mac pro. i have an external amp that I use for playing my music through. I had a cable run from the rear audio out to the amp. After the last firmware update (mac pro EFI firmware update 1.1) I could not use ichat anymore. If I bypassed the router and went straight to the modem then all was fine. It turned out that there was a major conflict with my setup using the router and rear audio out port but if i used the front headphone jack everything was fine. Other than that the DI-604 is very good. I open port 5190 on the router and have good results. If you are not sure how to open up ports then check out this site. It shows to open up a whole pile of ports but the 5190 port works fine for me.
    http://www.portforward.com/english/routers/port_forwarding/Dlink/DI-604/iChat.ht m
    I would also recommend this fine site from one of the other posters. Ralph Johns site is excellent
    http://www.ralphjohnsuk.dsl.pipex.com/page2.html
    and of course what Apple has to say about their firewall
    http://docs.info.apple.com/article.html?artnum=93208

Maybe you are looking for

  • My iPhone 4 signal issues are gone...

    Well, like many of people here I had the obnoxious signal loosing issue that is affecting a staggering amount of iPhone 4 users. However, I never realized I inadvertedly fixed the issue until just 10 minutes ago. I had signal issues since Day 1. Bear

  • Need help in XSLT transformation

    Hi, I need to transform below input XML to output XML. Can you please provide any ideas for this Input XML : <?xml version="1.0" encoding="UTF-8" ?> <GenericCollection ParamValue="ParamValue1" xmlns="http://www.example.org"> <Generic> <store>Store1</

  • How to access BO server using Enterprise COM SDK

    Hello, We were using "classic" ASP program(in IIS Web Server) to run reports from Crystal Reports,  now as part of our upgrade we should use Business Objects Enterprise server XI R 2 (all the reports from CR has been moved to BO) from our Webserver,

  • Adobe DPS Web Viewer - Issues

    for some reason our free app is having issues being accessed with the web viewer. The folio was published as free, but when we try to share the article it just brings us to our website. We have published this folio the same way we have published all

  • Putting video to ipod

    i deleted a bunch of songs off my computer while they were still on my ipod so i dont do auto update but how can i put on my videos because i just tried to do that and it tried to erase all my songs off my ipod plz help! really want to put videos ont