Updating Test Limits within the Sequence

At the start of my sequence, I load all the test limits, for all 10 test items,  from a database, and save it in an array.
I now need to update the limits set in the seq, for all 10 test items.
Any one know what the best way is to scan through all the seq items until i find the correct test, and then update the limits ?
Many thanks

This sounds like you are just going to re-implement the "Property Loader" step.
Have you already worked with it? Why is it not going to work for you in case you already did?
Norbert
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.

Similar Messages

  • How does Media Manager handle Motion Projects within the Sequence being cop

    How does Media Manager handle Motion Projects within the Sequence being copied?
    I've highlighted my sequence, opened Media Manager, and copied it to another drive. When I open up the sequence in it's new project, the rendered Motion Project plays within my sequence but it won't let me go back into this Motion Project to make changes. I tried starting over. This time I highlighted the actual motion sequence and clip that is created within FCP after sending something to Motion and copied those to the new drive. When I went into the newly created 'media' folder and double clicked on the motion project it launched. It looked liked it was going to play but while my crops moves and borders were there, the filmed material is shown as a freeze frame for the duration of the motion project.
    I did this with and without 'including master clips within selection'. Any advice would be appreciated. Thanks.

    Is there anyone who knows the answer to this? Thanks.

  • How can I include multiple limits in the sequence file documentat​ion for custom step type?

    Hi,
    I have a custom Step Type that contains Measurements property under Results. Its type is Array of NI_LimitMeasurement.
    I would like to see the values in the sequence file documentation like NI_MultipleNumericLimitTest type.
    Is there any trick to do that?
    Thanks,
    Andras

    Hi Andras,
    I have made  a slight change to the sequencefile 'docgen_txt.seq'.
    In the Sequence 'Step Doc' is a section which handles MultipleNumericLimit step type. There is a precondition check on the step 'Add Multiple Numeric Limits' if the step is of type 'NI_MultipleNumericLimit'. As your step type is based on the MultipleNumeric Limit type, I have just removed this precondition and just relied on the existence of Parameters.Step.Result.Measurement. Equally you could add a new section in this sequence to handle your Custom Step Type which is only called when the precodition match your type name.
    Now when you run the DocGen tool it handles your custom step type.
    Find attached my modified sequencefile 'docgen_txt.seq'.
    Just copy the contents of '..\National Instruments\TestStand 3.5\Components\NI\Tools\DocGen' to the User folder. Then place the attached file in the User\Tools\DocGen overwritting the version that is in that folder.
    Then launch TestStand and try it out on your sequence file.
    If you are using the html version, then you will have to make the same change into Step Doc sequence of the docgen_html sequence file.
    Hope this helps
    Regards
    Ray Farmer
    Message Edited by Ray Farmer on 05-19-2007 05:28 PM
    Regards
    Ray Farmer
    Attachments:
    docgen_txt.seq ‏184 KB

  • Cannot update contacts from within the pc suite

    so, i've installed the latest version of pc suite but that didn't work, i've deleted it and run the pc suite cleaner, deleted the sms app from the phone and reinstalled everything. i can sync with outlook (set to sync in one way from phone to outlook) without a problem but i want to add extra info to the contacts in the phone. i have clicked on the contacts icon in the pc suite and all my (old)contacts are listed, when i click update, i get the update window appear with the blue and green dots but it just runs for ages before another window opens and says:Warnings
    The following warnings were produced during the synchronisation:
    The Synchronisation has been Terminated!
    PC Sync information.
    The Synchronisation has been Terminated! PC Sync could not update the data to the mobile phone.
    PC Sync information. PC Sync was not able to send data to the mobile phone.so whats up here then? everything else seems ok? any ideas?Cheers
    Rich
    Nexu 5

    I have no answer, just to say that I have had this problem for some time. I will dispose of my 9300 as soon as I have found a way out and go to a Msoft Mobile platform.
    Club Nokia deny that there is a problem with the Software and sy that I should return the 'phone. Of course my retailer does not provide an equivalent 'phone so that is no good (as I run my business from my 'phone).
    It may take a number of weeks (indeterminate) for Nokia to update the software on the phone. (Most Nokia service centres are unable to do this so by some wierd process I pack the phone and arrange at my expense to send it to their central service organisation. Whatever happend to the customer here?)
    It's clear from a trawl of the internet that this is a serious problem, as a long time Communicator user (since the first 9000) I am very disappointed with Nokia's lack of support on this problem and would suggest that you don't waste your time trying to solve it.

  • Error when updating users fields within the webcenter portal

    Hi experts,
    Our users want to update the preferred Language field. We achieve that by setting in Administration > Configuration > People Connections > Profile > Profile Attributes - Edit Settings:
    Unfortunately, it throws error when user click "Update". WCS#2012.04.18.17.27.38 : Unexpected error saving attribute: oracle.ods.virtualization.service.VirtualizationException: oracle.ods.virtualization.engine.util.DirectoryException: LDAP Error 50 : [LDAP: error code 50 - 00002098: SecErr: DSID-03150A45, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
    Can anyone share the thoughts about this>?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    you have configured LDAP with webcenter for user.
    and need to ask this query to respective LDAP persons.
    As I clearly see the "INSUFF_ACCESS_RIGHTS"--so provide the admin rights (or required priviledge) for the user.
    LDAP Error 50 : [LDAP: error code 50 - 00002098: SecErr: DSID-03150A45, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
    Regards,
    Hoque                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Managing Test Limits in Test Stand

    Hi,
    We are new to Test Stand, and want to make sure we are setting up our sequence files and supporting files correctly.  When dealing with test limits or the expected value of measurements etc..., what is the best way to manage the expected values as opposed to hard coding them deep into sub-sequences?  We want to be able to easy adjust the expected value(s) in one location, and wonder if Test Stand has a file that would be useful for this.  Here are the initial ideas around this:
    1. Excel File - Only concern is being able to control this file.  There can be multiple excel files floating around, so not sure if this is the right answer?
    2. Text File - Same as above?
    3. Actual Sequence that only contains limits
    4. ?
    Thanks
    John

    TestStand provides built-in functionality for managing properties such as test limits. This can be accessed either from a dialog box or programmatically in a sequence as a special step type.
    The properties and limits can be stored either in a file on the machine or in a database. The file approach, while simple, does have the caveats you mentioned, where file versioning would be important. This could be mitigated by storing the property file on a shared network drive.
    Using a database for properties would likely be more adaptable to change. By storing the properties in a single location accessible by all test machines, you can easily update the values in one place and have them propagate to different testers. 
    In either case, you would load the properties into the current TestStand sequence either interactively through the Import/Export Properties dialog box or with a Property Loader step at the beginning of your sequence.
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • How to edit test limits programmatically

    Hi All!
    I would like to create a special tool to update sertain test limits in a sequence file from external file automatically.
    I have learnt TS API and I have found posibility only to build tree for sequence steps and to get a step type.
    And I have found only possibility to edit step limits in dialog window, interactively.
    But I want to change limits programmatically without interactive mode use.
    Is there such possibility in TestStand API architecture?
    Thanks in advance for information.
    Solved!
    Go to Solution.

    Thanks a lot Jigg for your replay.
    Not, I don'n try to write some editor. More simply.
    I try to provide for quality management stuff simply possibility to change some certain limits in the test sequence without sequence editor use.
    Changing test limits is the most typical task for test equipment on production line because changing some components under test.
    There is large risk to use sequence editor for such purposes because may be suddenly changed other important values.
    And navigate through large test sequence to find certain step is very difficult task for people who not deeply knows it.
    My idea is extract sertain steps IDs to test report file and then use them in case some limits change.
    I want to write some tool to update limits automatically from external data file without sequence editor.
    Dear Jigg
    When I use sequence editor I can see lookup chain "Step.Limits.Low..." in Variables tab.
    But it discover properties for certain selected step.
    When I open a sequence file in my programm I navigate through it using methods Sequence->GetStep()  to get some step object.
    But I can't see "Limits" in step property list for this object.
    I can't find a way to select some step programmatically in SequenceView component to use VariablesView programmatically.
    If I simply use LV function Get Property Value then I don't uderstand how to point certain step property for it.
    May be I have to get certain sequence context to do it?
    Still be waiting your advises

  • How can I run sequentially each SequenceCall that is present within a sequence file in NI teststand

    I have a sequence file which tests a number of DUT's. Each DUT has its own SequenceCall within the Sequence File.
    I have set up each SequenceCall to create a New Execution and run in Single Pass to create a separate report for each DUT.
    My problem is that when the Sequence File executes, it Calls all SequenceCall's and they begin to run in parallel, I want them to run in sequence. I tried using the PreCondition and Evaluate Precondition option of each SequenceCall to make sure the first/previous SequenceCall had completed but this did not work, the Sequence File still called each SequenCall at same time. 

    Why are you spawning a new execution each time?
    Next to the Exeuction Options there is a button with a hammer and a wrench on it.  When you click on that you get the Sequence Call Advanced Settings.  Change the Wait for Execution to Complete: to Before executing next step.
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • What is the correct way to use Version Informatio​n from the sequence and from the deployment tool

    I seem to be missing something in how the various version numbers are supposed to be used.    My end goal is to log and possibly display in the UI the version of the sequence and which installer version was used to inspect a UUT.   I have gotten most of the way there using:
     How Can I Programmatically Query the Sequence File Version of My TestStand Sequence? 
    and logging this into the report with a function which contains:
    Parameters.UUT.AdditionalData.SetValString("Test Version",1,RunState.SequenceFile.Data.Version),
    Parameters.UUT.AdditionalData.SetFlags("",0,PropFl​ags_IncludeInReport)
    The "Deployment Version" in the TestStand Deployment Utility auto incrementing the 3rd position of a version number  while the sequence auto increment is working on the 4th.   
    My first question is are these 2 version numbers in anyway supposed to be related to each other?   As it seems to me you would want those 2 reversed, I can make several installers based on sequence version X, making changes to what supporting files are also installed.
    If they are not related as I suspect that they are not.  How do I programatically grabed the installer version and also log that into the result report?   
    is there an option to perform a custom deployment build step to log the deployment version before it builds and then reference that log at runtime of the test?

    Hi,
    The sequence file version and deployment versions are not related.
    You can build the installer with whatever version you want using the command line :
    https://decibel.ni.com/content/docs/DOC-38947
    Hope this helps,
    Ravi

  • Naming clips within a sequence

    Help, I'm stuck! I've created a sequence from a subclip and would like to assign a different name to each clip within the sequence. Changing one clip affect all the others. I have tried all the options described in the editing workshop book by Tom Wolsky but have not been able to do it.
    What am I doing wrong?
    thanks

    Thank you for your reply. This is what I was doing
    1. Made the sequence
    2. Clicked on the Sequence 1 icon on the browser and selected Make Sequence Clips Independent
    3. Moved the sequence clips from the time line to the browser
    4. Changed the name in one clip and they all changed including the master
    After reading your reply,
    1. Made the sequence
    2. Highlighted the sequence in the time line
    3. Selected make clips independent from the Sequence pull-down menu
    4. Moved the sequence to the browser and was able to re-name them independently.
    Obviously I misinterpreted the explanation in the book.
    Thank you for taking the time to respond.

  • Want the "System.out.println()" that is within the java stored procedure works?

    hello
    i write a java stored procedure,and put a line as "System.out.println(...)" within the procedure,after publish it,i can test it within the sqlplus by invoke following command:
    SQL>set serveroutput on;
    SQL>call dbms_java.set_output(....);
    but when i test it within the jdeveloper9.0.3,it can't be print,why?
    thank you!

    You can try this:
    DBMS_OUTPUT.enable(100000);
    DBMS_JAVA.set_output(100000);
    HTH,
    Robert

  • Export Limits for Multiple Sequences in the Same Sequence File for TS3.0

    Hi,
    I am using TestStand 3.0 to a test application. Because we want to have our limits in a csv-file I have tried to use the Import/Export tools in TS. But this application only supports to export limits for the selected sequence (e.g. main, or subseq1) at a time. This makes it a pretty hard job to export limits from 30 test sequences. What I need is a possibility to export my limits from �all sequences� in my seq-file.
    I have found an article on NI Dev. Zone about �Export Limits for Multiple Sequences in the Same Sequence File (TestStand 1.0.x)�.
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3D9CB56A4E034080020E74861&p_node=DZ52236&p_submitted=N&p_rank=&p_answer=&p_sourc
    e=External
    I have tried to use this code but because it�s for TS 1.0.2 the limits from my multi num test step and my custom steptypes isn�t exported. So that doesn�t fulfill my needs.
    Is there an updated version with �all sequences� added to TS 3.0? Is there other good solutions to my problem out there?
    Best Regards,
    Morten Pedersen
    CIM Industrial Systems A/S
    Denmark

    Hi David Mc,
    Thanks for your reply. I have already considered this solution because the source code is added in the folder described in your reply. But that is not a good solution. It will cost me a lot of time to establish the toolchain, reverse engineer the source code, make the implementations and build a new dll (most off these is already knowledge by NI). And when NI make future releases of TestStand I have some merge work to do every time NI have made some changes in the files I have changed.
    But as I write above: I have hoped that NI already has/or could made a solution like the one to 1.0.2 (see link in root) to me. And then they could include it in the next version.
    I don't think I am the only one in the TestStand world that ne
    ed this feature.
    Best regards,
    Morten Pedersen
    CIM Industrial Systems A/S
    Denmark

  • Pages 5.2 - When I try to reorder different pages it just takes all the pages within the document and turns them into a stack! Why is this happening and how can I oder pages as the update is meant to let me?

    When I try to reorder different pages it just takes all the pages within the document and turns them into a stack! Why is this happening and how can I oder pages as the update is meant to let me?
    Any Help?I know the update has only been out a while but if anyone has an idea why it is doing this, please let me know!

    But you are telling me something I already know.
    Be precise.
    It is not Pages '09 that is broken.
    I am back in Mavericks and testing Pages 5.2.
    There are improvements, we shall see how useful, but in less than a minute I have already discovered bugs.
    Peter

  • Help with doing SELECT sub query within the SET of an UPDATE statement

    After doing some research, it appears as if it's possible to use a SELECT subquery in the SET of an UPDATE statement.  i did find some examples and here is my code, however when I click the "check" button it's saying the field (my entire select subquery) is unknown and neither in one of the specified tables or defined by a "DATA".  Do I have a syntax issue or is there another reason why it's not taking this as a valid statement?  Thanks for the help!
    LOOP AT IT_DATA
    UPDATE /BIC/AZDP_O0140
       SET /BIC/ZCOUNTER = (SELECT COUNT( DISTINCT MATERIAL )
                            FROM /BIC/AZDP_O0140
                            WHERE MATERIAL EQ IT_DATA-MATERIAL
                            GROUP BY MATERIAL).
    ENDLOOP.

    my Update does indeed have a WHERE clause but because of the issue i'm having, all my criteria in my WHERE is black text in the ABAP editor.  The editor doesn't even recognize the keywords "WHERE" or "EQ".  Below is my entire statement which contains all WHERE criteria in both the Update and the Subquery, i've just removed it for testing to help simplify the query and eliminate as many other factors as posisble that may be causing problems:
    LOOP AT IT_DATA.
       UPDATE /BIC/AZDP_O0140
       SET /BIC/ZCOUNTER = (SELECT COUNT( DISTINCT MATERIAL ) FROM /BIC/AZDP_O0140
       WHERE WHSE_NUM EQ IT_DATA-WAREHOUSE
        AND  PLANT EQ IT_DATA-PLANT
        AND  /BIC/ZTRAN_NO EQ IT_DATA-TRANS_NUM
        AND  DELIV_NUMB EQ IT_DATA-DELIVERY
        AND  MATERIAL EQ IT_DATA-MATERIAL
        GROUP BY MATERIAL)
       WHERE WHSE_NUM EQ IT_DATA-WAREHOUSE
        AND  PLANT EQ IT_DATA-PLANT
        AND  /BIC/ZTRAN_NO EQ IT_DATA-TRANS_NUM
        AND  DELIV_NUMB EQ IT_DATA-DELIVERY
        AND  MATERIAL EQ IT_DATA-MATERIAL.
    ENDLOOP.
    i should also mention the sources i found were not within the SAP Library but instead on other third-party ABAP websites.  so because i was having issues i wanted to post here to see if anyone else has come up with a working solution.  but if this cannot be done i can likely come up with a solution for my needs using multiple internal tables, this would just have been much easier since i can get a query like this to do what i want in SQL Server.  Thought i could utilize this in ABAP as well.

  • I am unable to open multiple tabs within the Firefox browser. Are there any updates available to correct this?

    I cannot open more than one tab in my firefox browser. This includes clicking in the + button for a new tab, using the ctrl+t shortcut and if I try to select 'new tab' from the File menu. However a new tab will open when i click a link within my current window.

    There is a reported incompatibility between current versions of Firefox and the '''Ask Toolbar'''. Until Ask fixes the problem with their toolbar, unintall '''Ask Toolbar'''.
    *http://support.mozilla.com/en-US/kb/Uninstalling+add-ons
    *http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on
    <br />
    <br />
    '''Other issues needing your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.<br />
    <br />
    *Adobe PDF Plug-In For Firefox and Netscape 8.2.2
    **'''Very old version'''.
    *Shockwave Flash 10.1 r102
    **'''''Security update version 10.2.152.26 released 2011-02-08'''''
    *Next Generation Java Plug-in 1.6.0_22 for Mozilla browsers
    **2 updates behind
    **'''''Security update version 1.6.0_24 released 2011-02-10'''''
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file, SAVE it to your hard drive, when complete, close Firefox, click on the installer you just downloaded and let it install.
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

Maybe you are looking for