Secence call always passed

Hi,
I work with TestStand 2012 in my actual project to test a device (design test).
If I call a sequence about "sequence call" (Adpater: Sequence, Type: SequenceCall) I receive always a passed result.
"ignore runtime errors" is set in this testsystem, because the tests run several days, also over night and on weekends without a user.
The VIs which I call in tthe tests deliver pass/fail flag to TestStand to "Step.Result.PassFail". If an error or failure occurs in a used VI call, TestStand works well and do the configured error handling (abort this step or test, or anything else).
Just the result is shown wrong... error or failure --> "Passed"
I changed the Type of the Adpater to "Action" and also to "Pass/Fail Test", but I don't find the correct expression. If I used "Pass/Fail Test", I received every time a "failed" instead of "passed".
Can anybody tell me the right expression that works?
thx
Solved!
Go to Solution.

Hey Don,
I tried the same configuration and saw the Sequence Call have a result of Failed when one of the steps failed. One thing to check: In the Step Settings for your steps, in the Run Mode category there is a checkbox for "Step Failure causes Sequence Failure". Is this checked for your steps?
Another possibility is that you are seeing this because you are running the sequence in a new thread. If this is the case, the result of the Sequence Call will be "Done", because the result of that sequence will not be available when TestStand moves on to the next step in MainSequence. However, you can add a Wait step later in your sequence and configure it to wait for the new thread to complete. The result of this Wait step will then be the pass/fail result of the sequence.
Hope that helps, and let us know how it goes!
Daniel E.
TestStand Product Support Engineer
National Instruments

Similar Messages

  • HT4245 i use a macbook pro which came with facetime i have an iphone 4S as well. whenever i use the wireless on my iphone i can facetime with ease however when i use the same wireless for my mac to facetime the call always gets disconnected.

    i use a macbook pro which came with facetime i have an iphone 4S as well. whenever i use the wireless on my iphone i can facetime with ease however when i use the same wireless for my mac to facetime the call always gets disconnected.

    To use factime on your Mac, I believe you will need to use your email address to do so instead of your wireless number.  Since you can't make calls on the Mac.

  • Dear Sir, i have problem in my Iphone 5 that during receiving any calls always appeare message that error in application occurred please call support quoting error code 2907. I need to solve my problem

    Dear Sir, i have problem in my Iphone 5 that during receiving any calls always appeare message that error in application occurred please call support quoting error code 2907. I need to solve my problem.

    The problem this message always appeare when receiving the calls and requesting either accept or cancel.
    Can you advice me if i have wrong application or i need to remove some applications.

  • I can't put call on hold to answer incomming call, always hangs up on first call

    I can't put call on hold to answer incomming call, always hangs up on first call

    The procedure is different, depending on whether your carrier uses CDMA or GSM. Consult the manual. gdgmacguy gives directions on how to find it in the post above.
    Best of luck.

  • Function calling function passing data

    We have developed an MQSERIES utility that is a function that calls many related functions and its purpose is to perform a variety of MQSeries functions with minimal interaction required by the user. The user provides the message, an activity code (pd for puts, gd for gets, pr for putting requests for replies, etc.) and a couple other parameters. The user gets back the message, a return flag (good, bad, truncated, etc). . Our MQSERIES function is a function of the calling module. Our function has it's series of includes with classes, functions, etc. The calling program needs a couple includes (to define the passed data areas) and a function prototype of our function (void mqcmd090(typefilefdi &, typefilemsg &, typefilemdi &);) and after the user does string copies and so forth into the passed data areas they currently call the function (mqcmd090(currpassarea, currmessage, currquetable);) After our function is called these passed data areas are manipulated by the user's module. They inquire into the return code, they may do activity (with message ids, etc), they manipulate the message and may send it back (replies, etc). Our dilemma is this. The users want our module to be stand-alone. It should be compiled and linked by itself. Their module should be compiled and linked by itself. They don't mind having a couple includes for the common passed structures but our modules should not be a function in theirs.
    How can I compile our function (and how can they call it) so that we can keep the communications going both ways between modules? A system call can't do it because they can send us information but they can't receive information back. If our module needs an upgrade we should just be able to change and recompile ours and their next execution should get the changes.
    I am at a loss and would greatly appreciate any assistance on this matter.
    Thanks,
    Dennis Bartizal

    We have developed an MQSERIES utility that is a function that calls many related functions and its purpose is to perform a variety of MQSeries functions with minimal interaction required by the user. The user provides the message, an activity code (pd for puts, gd for gets, pr for putting requests for replies, etc.) and a couple other parameters. The user gets back the message, a return flag (good, bad, truncated, etc). . Our MQSERIES function is a function of the calling module. Our function has it's series of includes with classes, functions, etc. The calling program needs a couple includes (to define the passed data areas) and a function prototype of our function (void mqcmd090(typefilefdi &, typefilemsg &, typefilemdi &);) and after the user does string copies and so forth into the passed data areas they currently call the function (mqcmd090(currpassarea, currmessage, currquetable);) After our function is called these passed data areas are manipulated by the user's module. They inquire into the return code, they may do activity (with message ids, etc), they manipulate the message and may send it back (replies, etc). Our dilemma is this. The users want our module to be stand-alone. It should be compiled and linked by itself. Their module should be compiled and linked by itself. They don't mind having a couple includes for the common passed structures but our modules should not be a function in theirs.
    How can I compile our function (and how can they call it) so that we can keep the communications going both ways between modules? A system call can't do it because they can send us information but they can't receive information back. If our module needs an upgrade we should just be able to change and recompile ours and their next execution should get the changes.
    I am at a loss and would greatly appreciate any assistance on this matter.
    Thanks,
    Dennis Bartizal

  • My FaceTime isn't working properly. Every call I make a black dot appears on the camera in the middle (fixed onto the screen, and is not dirt), and the calls always fail. It would ring 6 times and then say call failed. How can I fix this?

    My FaceTime isn't working properly. Every call I make a black dot appears on the camera in the middle (fixed onto the screen, and is not dirt), and the calls always fail. It would ring 6 times and then say call failed. How can I fix this?

    If FaceTime ever worked properly for you, restarting your modem (and separate router/wireless if you have such) may help.  If the problem continues, try connecting at a different location to see if the problem is within your wi-fi.
    The black dot problem may mean you need to reset your iPod.  If that does not help, it may need service by an Apple Authorized Service Provider.
    If you need help with any of these suggestions, detailed help on each topic is available via Apple's Support pages:
      http://www.apple.com/support/ipodtouch/
    Message was edited by: EZ Jim
    Mac OSX 10.7.3

  • Sequence call with Pass/Fail Test always returns Passed result

    In TestStand 2.0, I use Sequence Adapter with Pass/Fail Test step to call a subsequence, I always receive a Passed result, even as I force fail a step in the subsequence and enabled the Step Failure Causes Sequence Failure option.
    Attachments:
    Example1.seq ‏17 KB

    Tan -
    The status expression for the Pass/Fail step type does not look to see if the status has been previously set by the code module in this case the sequence call.
    Step.DataSource != "Step.Result.PassFail" ?
    Step.Result.PassFail = Evaluate(Step.DataSource) :
    False, Step.Result.PassFail ? "Passed" : "Failed"
    It just set it to Passed or Failed even if the status is already "Failed".
    You could either,
    1) Change the Pass/Fail expression to the following for the step,
    Step.Result.Status == "Done"? Step.Result.PassFail : False
    or
    2) Use two steps, a Sequence Call and a Pass/Fail that uses the None Adapter. The Pass/Fail could operate on the previous step if necessary.
    Scott Richardson - NI"
    Scott Richardson
    National Instruments

  • Call function, pass value, access variable in movieclip class from main stage

    i am new to flash as.
    I got quite confused on some problems. as the function here
    is quite different from c and asp.net.
    I have a movieClip named MC, and it's enabled with action
    script, with the class name MC_Rectangle
    and a Stage.
    I override the MC_Rectangle class file in a mc_rectangle.as
    external file.
    here is the code:
    package{
    import flash.display.*;
    import flash.events.*;
    public class MC_Rectangle extends MovieClip {
    var sequence:int = new int();
    function setSequence(data:int):void{
    sequence = data;
    function addSequence():void{
    sequence ++;
    I have new a object in the main stage var
    mc_rect:MC_Rectangle = new MC_Rectangle()
    question:
    in main stage:
    1. how can i access the variable "sequence" in "mc_rect"
    2. how can i pass parametre from main stage to mc_rect via
    function setSequence(data:int)?
    3. how can i call the function in addSequence() in mc_rect.
    in asp.net, i usually use mc_rect.sequenct,
    mc_rect.setSequence(data), mc_rect.addSequence() to achieve my
    goals......
    btw, can function in mc_rect return out result to main stage?
    thanks in advance.

    Your as-file must be named MC_Rectangle.as (same upper/lower
    case as in the Class name)
    Ad 1) You have to declare sequence as a public property
    "public var sequence;" or - better - define a getter-function for
    sequence.
    Ad 2) mc_rect.setSequence(8); e. g. (you must write "public"
    in the Class-declaration of setSequence)
    Ad 3) mc_rect.addSequence(); e. g. (you must write "public"
    in the Class-declaration of addSequence)
    ... and yes, your methods can return a value: Replace "void"
    with the proper data type (int, String, ...) and place a "return
    myNumber;" or the like in the method's body.

  • Failure using {CALL } syntax & passing string params w/ # (hash)

    We are experiencing a problem calling functions using the {CALL } syntax and passing string parameters that contain # (hash) symbols. Apparently, something interprets the # inside the string literal and fails the call.
    We use this syntax with procedure calls from a Java applet to an Oracle 8i database using the 8.1.6.2.0 ODBC Oracle driver. The applet is running under the Java 1.3.1 plug-in and we are using a third party JDBC, type III, driver from JDataConnect to link the applet to the Oracle ODBC driver.
    Any insight on this would be greatly appreciated.

    What's the result of con.getAutoCommit()?
    You might try con.setAutoCommit(true) to see if that sorts it.
    /k1

  • LabVIEWIOControl not always passed into VI.

    Hi all,
    I'm using a FileGlobal in TestStand to keep an array of LabVIEWIOControls of all the comports I am accessing in my serial application. I pass the variable into one particular VI (Communication.vi) several times throughout my test sequence, but some of the time the VISA resource name is not passed in and an "_unnamedTask< (0)" appears in the VI for the VISA resource name control on the front panel instead of the comport name (i.e. "COM1").
    Of course the VI errors if it does not have a VISA reference and it reports
    "VISA:  (Hex 0xBFFF000E) The given session or object reference is invalid
    -1073807346; User-defined error code."
    However, in debug mode, when the front panel displays and the VISA resource reference is unnamed I can select the appropriate comport in the drop down and the VI works.
    I'm monitoring the FileGlobal in the step settings window in TestStand, and it has the proper value, and the variable is wired to the VI and passed in through the connector pane. Why is it losing the comport value some of the time? Seems like it works for the first few VI's, (it usually trips on the second or third instance of the VI, but not always) but once the value stops getting passed, it is stuck that way until I terminate the sequence.
    The test sequence is not new, but this error is new and on the heels of me upgrading from TestStand 3.5 to 4.1.
    Thanks for hints. I can post .seq and vi's if needed.
    Andrew
    Solved!
    Go to Solution.

    Here is the sequence and the VI in use. TestStand 4.1/LabVIEW 8.6
    Attachments:
    E4-SYS-TC_R2E01.14b.seq ‏1231 KB
    E4-SYS_Communication.vi ‏22 KB

  • Initial video/voice call always fails

    Hi, 
    Every time I intiate either video or voice call, I keep getting "calling" signal with no response. During that time I can't disconnect and forced to wait for applicaiton to disconnect call. Other party can't answer it. It also applies when I call landlines too...Running on Windows 8, Skype version 6.21.0.104. Tried to reinstall it and get the same problem. I don't have this problem when I run skype on my iphone. Please help! Thanks!

    shippo_uk,
    I am having the same trouble but only when at home. After Apple changed my phone and the problem continued I looked in to other things and found that when WiFi is switched on in Settings I always have to redial, when Wifi is off it calls first time no problem.
    Even though this only started since the 4.1 update, Apple are blaming my Sky Router which doesn't help.
    Might this be the same problem for you? Did you get yours sorted?

  • Facetime call always failed :( help me

    this recent days i cant make a facetime call with my family anymore. It always said "calling failed"
    But i still can use facetime with my friends except for my family that live far away from me.
    Help me 

    Hi Chai Chin Su,
    If you are having issues connecting to certain other people in FaceTime and the issue has just started recently, you may find the following article helpful:
    Apple Support: Unable to make or receive FaceTime calls after April 16, 2014
    http://support.apple.com/kb/ts5419
    Regards,
    - Brenden

  • Test call always fails

    people often can't reach me. To check this I have tried the Skype test call - it always fails. But it works on my Ipad. what can be wrong on my Iphone but not my Ipad?
    Thanks

    This became a problem when Call Library Nodes got error terminals (and optional path terminals) in LabVIEW 8.20.  I should be able to get a fix in to VI Analyzer Toolkit 2010.
    Thanks for taking the time to report the bug.
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Call SE16 passing table name

    Hello All,
       I want to call the transaction SE16 from my program by passing a table name. and i wnat to show the user directly the selection screen of that table.
        can any one help?
    Thank you.
    Best Regards,
    Amarender Reddy B

    Hi
    Try this
    PARAMETERS : P_TABLE TYPE DATABROWSE-TABLENAME.
    SET PARAMETER ID 'DTB' FIELD P_TABLE.
    CALL TRANSACTION 'SE16' AND SKIP FIRST SCREEN.
    Regards

  • Incoming Skype calls always busy

    This is a long-running problem with no apparent solution, but I figured I would ask. I have Skype and an online number. Now supposedly, this means I can receive incoming calls. I can't. The phone line is always busy. We've gone through Level 1,2, and 3 support with Skype -- still no success.
    Their latest suggestion is that maybe something in the firewall is stopping incoming calls. (In which case, why don't they roll over into voice mail? he wondered.) OK, so humor me here -- will my Time Capsule block any incoming calls on Skype? Does anyone know the ports that I would need to check (simple google didn't reveals those)? Do I need to endure sitting on hold to talk to Road Runner tech support to find out if the ISP is blocking something?

    Duane wrote:
    Are you using a router provided by Road Runner?
    My router is a Time Capsule. My modem is, yes, provided by Road Runner.
    Does anyone know the ports that I would need to check (simple google didn't reveals those)?
    Skype support couldn't provide you with those?
    I'll put in the request now. It could take a couple of weeks to hear back. But when you're dealing with Skype, time and space really kind of are irrelevant to them.

Maybe you are looking for

  • How to generate report in a predefined naming convention for output file

    Hi Expert I have devloped one report in which i am getting the output as my required way. Now I need to name my report output in WCO.PM_sto.13-06-2011 format. where WCO is constant for all report output PM_sto is the parameter for which the report go

  • Can you create a book that combines exports based on multiple versions?

    I am trying to create a single export job to a database table that pulls hierarchies from 2 different versions in DRM.  Using the Version Variables, I have flagged the two different versions specifically for this export processes.  However, when i tr

  • Getting an error while product is setup after complition of OAM webpass

    Hai i am trying to install OAM 10.1.4.3.0 as given in the following URL "http://www.oracle.com/technology/obe/fusion_middleware/im1014/oam-osso-portal/oam-osso-portal.htm." In that i installed Identity server and ISAPI webpass. After this i should se

  • Multiple images not opening in tabs CS3

    I have an old mac computer that I use for display for clients that has cs3 but when I opened photoshop the images are not displayed in tabs.  I have been to Windows>arrange but the only options I have are cascade tile horizontal tile vertical the pre

  • Problems with exporting in HD

    Hey all, Trying to export a sequence in HD that started life as a GoPro HD clip (1920x1080). Exporting my sequence Using QT conversion as MPEG-4 Export settings. File format is: MP4. Video format: H.264 Image size: 1920x1080 HD Whatever I try, howeve