Can I create a VI that will allow me to choose whether I should record results or not in Teststand?

I've created a front panel that consists of booleans. When one is chosen it will open a different subsequence in Teststand, and then walk the user through the appropriate test.
The problem is, what if the user hits the wrong button and decides he doesn't want to run the test which opened. He can cancel out, but the results for the test are recorded (usually failing, because the default values are present). This, then, causes the entire test to fail.
Is there any way I can place a button in a VI like 'exit, do not record results' along with the current 'exit and record results' button I have now?
Thanks in advance for your help!
Dave Neumann

Hi,
Find attached a VI (LV6.1) that will disable the results.
You will need to call the DisableResults again passing False to enable the results during your execution.
But I believe once your Step has executed you cannot then disable the Results for that step. The only way is to remove the result from the ResultList.
(see example sequence2.seq).
Regards
Ray Farmer
Regards
Ray Farmer
Attachments:
TS_-_DisableResults.vi ‏28 KB
Sequence_File1.seq ‏18 KB
Sequence_File2.seq ‏22 KB

Similar Messages

  • How to create a form that will allow the applicant to upload their photo

    I have Adobe Acrobat 9 Pro Extended and I know how to create forms that require text input.
    How to create a form that will allow the applicant to upload their photo? I alo wish to know how to upload a photograph so that I can test the form I created.
    Thank you
    Adrian Watts

    test@ORA10G> with x as (
      2    select '234-1111' as customer, to_date('2-Jan-2008','dd-Mon-yyyy') as call_date, 'Order product' as reason from dual union all
      3    select '234-1132', to_date('3-Jan-2008','dd-Mon-yyyy'), 'Request info' from dual union all
      4    select '231-1154', to_date('4-Sep-2007','dd-Mon-yyyy'), 'Request info' from dual union all
      5    select '234-1111', to_date('2-Nov-2007','dd-Mon-yyyy'), 'Order product' from dual union all
      6    select '234-1132', to_date('9-Jan-2008','dd-Mon-yyyy'), 'Request info' from dual union all
      7    select '231-1154', to_date('9-Sep-2007','dd-Mon-yyyy'), 'Request info' from dual union all
      8    select '234-1111', to_date('5-Dec-2007','dd-Mon-yyyy'), 'Order product' from dual union all
      9    select '234-1131', to_date('7-Dec-2007','dd-Mon-yyyy'), 'Request info' from dual union all
    10    select '231-1154', to_date('1-Sep-2007','dd-Mon-yyyy'), 'Request info' from dual union all
    11    select '234-1111', to_date('8-Jan-2008','dd-Mon-yyyy'), 'Order product' from dual union all
    12    select '234-1131', to_date('3-Dec-2007','dd-Mon-yyyy'), 'Request info' from dual union all
    13    select '231-1154', to_date('4-Nov-2007','dd-Mon-yyyy'), 'Forward to Sales' from dual)
    14  --
    15  select customer,max(call_date), reason
    16  from x
    17  where reason = 'Request info'
    18  group by customer, reason;
    CUSTOMER MAX(CALL_ REASON
    231-1154 09-SEP-07 Request info
    234-1131 07-DEC-07 Request info
    234-1132 09-JAN-08 Request info
    test@ORA10G>
    test@ORA10G>pratz

  • I am currently running OS X 10.5.8 on my MacBook (early 2008) and want to know if I can upgrade to a version that will allow me to use iCloud to sync with my new iPad?

    I am currently running OS X 10.5.8 on my MacBook (early 2008) and want to know if I can upgrade to a version that will allow me to use iCloud to sync with my new iPad?

    I believe to use iCloud you need to run at least Lion (10.7). (Only the Find My iPhone or Find My Mac parts of iCloud work with OS earlier than 10.7/Lion).
    I think you can run Lion but you should check each of the following:
    "To use Lion, make sure your computer has the following:
    An Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    Mac OS X v10.6.6 or later to install via the Mac App Store (v10.6.8 recommended); you can install without Mac OS X v10.6 by using an OS X Lion USB Thumb Drive, available on the Apple Online Store
    7 GB of available disk space
    2 GB of RAM
    If your Mac does not meet these requirements, you will need to upgrade your Mac before installing Lion"
    You have a Core 2 Duo. You can upgrade to 10.6 and then install Lion, or use the thumb drive approach mentioned above (thumb drive Lion costs about $70 I think). You need to check your RAM to see if you have enough.
    Folks have reported that 4 GB RAM is really a minimum for a decent experience with Lion.
    For Mountain Lion, see this ( http://support.apple.com/kb/HT5444 ) for what you need to have to install OS 10.8. I don't think you can use Mountain Lion (10.8) with your early 2008 Macbook.

  • Having stopped audio with a swf inside a sidelet can someone create a swf that will resume the audio

    Ok, rick is going to post the fla of this file and I will
    post the swf. Basically this is all about having a slide that has
    audio running all the way through and enabling the user to roll
    over a sidelet and have the video and audio stop playback.
    At present, the max you can achieve is, to stop video. The
    audio keeps going and of course everything gets out of
    sync. Rick has create a swf that you input into a sidelet (
    after having imported your image or video ) which stops the audio.
    Fantasitc. Unfortunatly he was not successful in creating a swf
    that will resume the audio.
    So there is the mission. To create something that will resume
    the audio, be it a swf inside the sidelet or something else.

    Hi there paul. Am I right in thinking that your code will
    mute the audio. In my situation this would cause problems becasue
    you would roll over the sidelet - the audio would go silent and
    when you rolled off, or resumed the audio, it would have been
    playing so again the video and audio will be out of sync.
    Rick - rather than another swf which would activate the audio
    and video when you roll off the sidelet ( while that is the perfect
    solution ) what about looking at a button the user can press to
    resume things, maybe Im wrong but that sounds a little easier.
    ( however for all those reading this that is not really the
    solution I am looking for, what Im looking for is the above
    solution where you can just roll off and on and so on )

  • Can I create a button that will take me to a random slide in a sequence?

    Let's say I have three simulations setup and the simulations start on slide 5, 15, and 23. Can I make a button that will randomly jump to one of those slides?

    You have to execute that script using an event, in this case you'll use the Success event of the button that you created to 'jump'. And it will probably be an advanced action, unless you execute the JS with the On Enter event of the slide. You have two commands: first to execute the script, second to jump to that slide, for which you'll have to use a system variable cpCmndGotoSlide and the value of the variable returned by the JS. Slide numbering starts with index 0.
    http://blog.lilybiri.com/system-variables-in-captivate-6
    http://blog.lilybiri.com/events-and-advanced-actions
    Lilybiri

  • Can I create an action that will print to a specific printer?

    Hi all,
    Simple question. I want to create two buttons. One that will print a form to printer 1 (a work printer) and one button that will print to printer 2 (OneNote printer, aka Send to OneNote).
    Is that possible? No extra options needed, just a quick print.

    With the JavaScript doc.print method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.511.html
    you can include the printer you want in the printParams object: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.1007.html

  • How can I get a version that will allow me to download and install "Less Spam Please

    I try to download and install "less spam please", but it sends a message saying not compatible with Firefox version 15.0.1. my system is the a HTC One Android. Is it possible to get a different version of Firefox, one that would be compatible with my HTC android?

    Normally this would be done in Acrobat using the various form tools, or LiveCycle Designer which comes with Acrobat Pro. But there are some open source programs that will let you create interactive form fields, such as Scribus or Open Office (Writer). Note that you will not be able to save the resulting filled-in form with Adobe Reader since it won't be Reader-enabled, which is normally done with Acrobat. Some non-Adobe PDF viewers are able to save filled-in forms.

  • Can you create a button that will go to multiple key frames?

    Hi, I am trying to make a rpg style character select interface.  What i am trying to do is very similar to the picture below. How do you create a button like the stats, gear, and supplies that will each show a different image or text depending on which character you choose. If noone have played this marvel facebook game before, if you choose for instance Ironman, then the buttons on the right change to stats, bio, and gear. Each character will show a different bio when the bio button is clicked. Do i create a different screen for each character with the same button layout in the same place? I think i just answered my own question but i want to make sure that is possible. Should each character portrait, stats, bio, and gear be on its own layer and have the buttons go to those specific keyframes? thanks

    While you could create a different screen for each, a better way to do this is via some form of database.  The buttons cause functions to be executed and the functions utilize data resources based on the selections that are established.
    So if you pick a particular character, a variable is a assigned a value that indicates that.  That variable is then utilized to extract the data associated with the character and to build the screen elements related to the options for that character.

  • I'm trying to create a program that will allow me to collect data from a Luxtron thermometr​y system. How can I do this?

    I'm a little confused as to how to write to the machine and how to retrieve data from the machine. I'm unsure of requested byte size and string to write specifically. This machine also has 4 probes, so it can record 4 temperatures simultaneously. How can I reflect this in the waveform chart?

    There are example VI's in LV on Instrument Connectivity. If you go to the Help menu >> Examples.. >> I/O, you will see a couple; and Examples.. >> Fundamentals for File and String manipulation. I would suggest tweaking them to suit your application. Also the specific command that your instrument responds to can be found from it's manual.
    You could find a driver for this instrument at http://www.ni.com/devzone/idnet/default.htm . If it's not listed there, it leaves you with one of a couple options. First, I would like you to submit a request for this driver at: http://zone.ni.com/idnet97.nsf/instrumentdriverreq​uest/
    We develop drivers based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one.
    If y
    ou would like to try developing your own instrument driver (or modify the existing one), we have documentation, model instrument drivers, and driver templates to help at :
    http://www.ni.com/devzone/idnet/development.htm
    We also have a syndicate of third party vendors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would suggest contacting one of the Alliance members at:
    http://www.ni.com/alliance
    Some useful resources for your application are
    ni.com > NI Developer Zone > Development Library > Instrument Connectivity
    http://search.ni.com/?col=alldocs&layout=TechResou​rces&ql=a , to search examples and knowledge bases
    Hope this helps.

  • Adobe can you create a palette that will save favorite typefaces?

    How awesome would it be to have a palette across CC where favorite fonts can be saved. Along with that have filters such as: serif, san serif, bold, condensed, script, ect. This could be a huge time saver and I think designers everywhere would love it. Any one else agree?

    It's a reasonable request, especially since Adobe is already starting to go down this road. InDesign CC has a font menu feature where there's a star next to every font name, and if you click the star you mark that font as a favorite. At the top of the InDesign font menu are filter icons for favorite fonts and TypeKit fonts, so if you click the favorites filter the font menu will only display the fonts you marked as favorites. (Illustrator also has a font menu filter, but right now it doesn't do favorites.)
    BearHNC wrote:
    ...along with that have filters such as: serif, san serif, bold, condensed, script, ect...
    Adobe Muse has a useful filter like that for easier browsing through TypeKit fonts before you add them to the Font menu.
    So Adobe is already doing a form of the features you're asking for, so when you make your request on the feedback site you will want to make a case for having Adobe extend those existing features into other CC apps like Photoshop.

  • Hello, I am trying to create an interface that will allow me to c

    ontrol many instruments in the Lab using labview. I downloaded instrument drivers already. How should my connectivity be on all level (GPIB, and block diagram for interface). I am a neginner with Labview. If there are notes that can help, Please inform me.How can I control many intruments in the Lab using one computer with one interface allowing to choose the instrument I want to use. I need help with the connections (GPIB level and block diagram for interface).

    ontrol many instruments in the Lab using labview. I downloaded instrument drivers already. How should my connectivity be on all level (GPIB, and block diagram for interface). I am a neginner with Labview. If there are notes that can help, Please inform me.Mushakunda,
    The first step is to make sure the instrument drivers are loaded properly. If they are non-IVI drivers, simlply copy the folders into the C:\Program Files\National Instruments\LabVIEW 7.0\instr.lib folder. The path should be the same for most versions of LabVIEW. You can check the installation in LabVIEW by going to the Functions>>Instrument I/O>>Instrument Drivers.
    Then, it's just a matter of wiring the functions together in the proper order, while keeping the VISA sessions separated. I have attached an example screen shot of controlling 2 instruments simultaneously.
    Good luck with your application.
    Attachments:
    2INSTS.GIF ‏13 KB

  • Can I create a folder that will automatically update files changed on a USB stick?

    Hi,
    I am just wondering if there is a way to do this.
    here's the situation, and what I'd like to happen.
    I have a folder on a USB thumb drive with files in
    A file within the set of folders is changed (on, for example, a college computer)
    When I connect my USB to my Mac, the file that was changed on the college computer, then replaces the same file on my Mac so they're both the same version.
    Basically, a syncronised folder so that all of my work that is changed on my USB will then be changed on my Mac automatically so that if I lose my keys and USB, I still have all of my work.
    Maybe there's an AppleScript that would work?
    Thank you in advance!
    Sam

    You should discuss with your college the licensing there.  If they have any Macs, it is essential they have this software in anycase.

  • I have a Power Mac G4 running 10.5.8 (circa 2002).  Can I buy a card that will allow me to activate Wi-FI?

    Hello:
    Here's what I hope to do.  I want to be able to transfer photos from an Eye-Fi card in a digital camera to my oldish Power Mac G4 running 10.5.8.  I don't have wi-fi capability in the computer now but was hoping that I can buy a card to give the machine this capability?  Anyone know what I should be looking to buy?
    Sincerely:
    Michael

    There's always one of these if your running 10.5.8...
    http://eshop.macsales.com/item/NewerTech/MXP3802NU2C/
    System Requirements
    Mac® Requirements: Mac OS X 10.5.x and later** (OSX 10.5.x is supported for both PowerPC and Intel).
    Windows® Requirements: Windows XP and later
    An available USB port
    I even got one of these to work in 10.5.8...
    http://eshop.macsales.com/item/Edimax/EW7722UTN/
    But hard to find the drivers...
    http://x704.net/bbs/viewtopic.php?f=17&t=6670&p=81613&hilit=edimax#p81613

  • Can I create a template and that will allow me to add a region when i use i

    Is it possible to create a template that will allow me to add a region when i use the template on my pages? I have a region that allows the user to create content in the region, but now i would like to have another region next to it.
    thanks
    Angie

    You cannot add regions on a page that uses a portal template.

  • Looking for an AIR Native Extension for iOS that will allow / disable access to certain apps

    I am looking to find and or create an ANE that will allow access and or disable access to certain apps such as internet, text, games, vine etc.  This url represents the closest app to what I am trying to achieve:  https://itunes.apple.com/us/app/parentkit/id600618138?ls=1&mt=8
    Is this possible with iOS7 new features / AIR / older iOS?
    As always any and all direction and help is greatly appreciated,
    Thanks!

    Is this the wrong forum, or posting area?  Is this possible?
    Access to the followinf would work:
    http://support.apple.com/kb/HT4213
    Is this open for development / access to, api?
    Message was edited by: studiobrain

Maybe you are looking for

  • Prob in revalidate()

    i m hvng a prob in revalidate() method. I hv a panel over which i am putting some images (in d form of a label) by clicking on that particular image button.After moving the labels on d panel if i click any other button a new label is added but d old

  • What is flash player and why do i have to download it ?

    My computer won't show any videos on safari because it says I need to update flash player. What is flash player and why do i have to download it? I thought flash player comes with your computer.

  • HEEEELLLLP PLEASE !!

    so ive got my mums boyfriends ipod. and ive put my music on it. but all of his music is gone. HOW DO I GET IT BACK. please hellp.

  • Please help with query for 5 lastest opening balance  !!!!!!!!!!!

    Can anyone plese tell me or guide me how to write the query to show the 5 lastest opening balance from the A/R invoice on the specific BP partner? Example The box to input "BP partner" and then show, Lastest transaction | Ship date | Invoice number |

  • Does anyine know how to open jpegs.zip files?

    I received an attachment that opened into 2 folders that open to jpegs that tell me that they can't be opened.  Any ideas?