Having a Labview VI as a permanent display on a test run

Using LabView 8 and TestStand 3.5
Currently, the test sequence is composed of 5 sub-sequences.
Each sub-sequences will perform test using some VI and creating success, warning and failures.
Now, I would like each sub-sequences to  call a common vi to update the current progress of  Test count, Success, warning and failures.
The VI is simple, it takes an increment and display the updated number.
However, the current problem is I am unable to have the VI always displayed.
It will quickly flash on the screen when called by TestStand since it has the Show VI when called checked.
But it closes right away.
Is there a way to have a VI always loaded (and displayed)??
Thanks.
EG

Howdy EG -
First, lets address how you are going to send this message from
TestStand.  Obviously, whether using DataSocket or not, you are going to
need to post this information.  I would recommend using the
SequenceFilePostStep engine callback to post the information you are
referencing.  Furthermore, you will need to send a "kill"
message to the asynchronous LabVIEW VI.  You would most likely need to
modify your process model.  This could be as simple as adding a sequence
at the end of your process model execution entry point (Test UUT, SinglePass,
or both).  This sequence could contain a single step which issues the
"kill" command.
To post this information, you could use a LabVIEW VI which posts with
DataSocket, and that may work.  However, using this method, I would
recommend using LabVIEW queues to ensure no data loss.  Additionally,
TestStand also has built in functionality to post messages through the
engine.  The PostUIMessageEx could be used to post asynchronous messages
regarding any information you would like.  You would give each message you
would want to post a different User-code for the message which could be
interpreted by your LabVIEW VI.  You can take a look at the help file
regarding Thread.PostUIMessageEx for more information on posting messages.
On the LabVIEW side, you would have LabVIEW queues to bring in the information
which should work just fine.  Alternatively, with PostUIMessageEx, you
would want a simple interpreter that figures out which message was posted, and
then updates your VI accordingly. 
Tbob was right in that the functionality can be built into your OI instead of
having a separate asynchronous VI.  Usually this would be easier, because
the managers used by the OI already interpret UI messages for us. 
However, since you are going to be dealing with information that you will be
posting through LV
queues or UIMessages, the manager controls would not help here.  Thus, the
option is up to you whether or not to build in the additional functionality
into the OI.
In summary, you can use the asynchronous VI, and post the information using
LabVIEW queues.  I just wanted to make you aware of some of the
alternative functionality built into TestStand .  Also be aware of the fact
that you will most likely need to post the information in an engine callback,
and will also need to post a message to "kill" the asynchronous VI,
most likely within at the end of the process model execution entry points.
Hopefully this answers some of your questions.  Let me know if you need
anything else.
Have a great day!
Regards,
Andrew W || Applications Engineer
National Instruments

Similar Messages

  • Hello' I am having an issue with my iPhone 5 display. 2 days before i've noticed some horizontal and vertical lines on the display. Minor but noticeable. Specially in dark wallpapers and on full brightness. Is it normal?? Please Help!!!

    Hello' I am having an issue with my iPhone 5 display. 2 days before i've noticed some horizontal and vertical lines on the display. Minor but noticeable. Specially in dark wallpapers and on full brightness. Is it normal?? Is this a software bug or Hardware problem?? Please Help!!!

    Hello,
    No, it is not normal. Follow this article:
    http://support.apple.com/kb/ht1414
    If this doesnt solve the issue your iPhone will need service.
    Burcu

  • How do I permanently display the Airplay icon in the menu bar of my MacBook Pro?

    The Airplay icon on my MacBook Pro is not permanently displayed on my menu bar. How do I get it to be always present on the menu bar?

    Could you post a screenshot of that please. Is it located in the area under the black Apple?

  • I'm having trouble getting a custom JPanel to display correctly...

    HI, I'm having trouble getting a custom JPanel to display correctly. I'm using the JPanel inside a JFrame to display some really custom graphs. The graphing side of this whole thing works flawlessly. The problem I'm having is that when I close the JFrame by using setVisible(false); and then openning it again using setVisible(true); all the information on it is garbage. There are buttons from the JFrame which orgininally opened it and it has trouble openning a second graph if I choose too. I also have the same problem if i move the frame off the screen and move it back. I'd really appreciate any help.
    Thanks!

    With option #1 -- I modified and rebuilt the 3rd-party JARs and referenced them in NetBeans. When I choose clean and build, the Ant processes results in an error: "jarsigner returns 1". So it doesn't seem to run at all.As long as you rebuilt the jars correctly without the original signature, I think it should work.
    An example of unsigning a jar using ant is here:
    http://frank.zinepal.com/unsign-a-jar-with-ant
    Do you think the multiple-JNLP idea would work if NetBeans didn't apply "my" signature to the 3rd-party JARs? Aside from manually copying the original JARs into the \dist directory, is there a better way to tell NetBeans to leave the 3rd-party JAR alone (ie, don't sign it again)?I think it's supposed to work (it's the mixed code signing situation I referred to in my prior post).
    For example, from your description it sounds like the default NetBeans build doesn't really support this style of deployment, so you would have to create a custom build which does what you need and is not triggered by NetBeans - which is doable, but annoying - it's sounds like you tried this, but were unable to get it to work as expected. For NetBeans specific help, you are better posting to a NetBeans forum (though you might be just the second person who has tried to do this with a JavaFX app).
    Also need to check the end user experience is acceptable too, because I think the dialog and warning handling for the mixed code situation is different.
    Look at the deployment guide section "Using <fx:resources> for Extension Descriptors" - I think it documents how to do what you want if you use a custom build file rather than letting NetBeans do the work:
    http://docs.oracle.com/javafx/2/deployment/javafx_ant_task_reference002.htm#CIABGCEE
    Hmm, a lot of running around to deploy an app which can open a file . . .

  • Having issues finding my correct t520(4246) display drivers.

    Am having issues finding my correct t520(4246) display drivers....The best l found was Intel graphics 3000...Does it not have a nvidia card
    Moderator Note: Edited subject to match content.
    Solved!
    Go to Solution.

    Hello and welcome,
    For some reason, your model T520 isn't in the tabook   Using the link above "SUPPORT -> Products and Parts Detail -> enter T520 then 4246" the detailed specs page shows Intel HD3000 graphics: Detailed specifications - ThinkPad T520
    So, no nVIdia graphics the way I read it.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Any LabVIEW 2009 Front Panel Gage displayed as Continuous 360 deg circle?

    Any LabVIEW 2009 Front Panel Gage displayed as Continuous 360 deg circle? I want to display a Motor position on the LabVIEW Front Panel as 360 degree circle. Is there any way to make the gage display as a continous 360 deg circle?
    Solved!
    Go to Solution.

    dbaechtel wrote:
    The knobs, gages and dials, none of them seem to be designed for 360 degree continuous operation. Of course I can set the scale for 0 to 360, but I can not get rid of the gap between 0 and 360.
    How do I set up a gage to display a Continuous 360 degrees without a gap between 0 and 360?
    To change the gap, grab the high marker line and move it to the desired place (To change the origin, grab the low marker).
    Also, don't forget to wrap the raw data into the 0..360 range if it falls outside. Here's a quick example (LabVIEW 8.0).
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    360degreeGauge.vi ‏9 KB

  • HT201210 The iPod "iPod" could not be restored. An unknown error occurred (1).This is my Ipod 32 GB, which is out of warranty and is 1G-A1213 and had gone kaput, after having issues with iTunes Software as it was not able to run Music on my IPod when conn

    The iPod "iPod" could not be restored. An unknown error occurred (1).This is my Ipod 32 GB, which is out of warranty and is 1G-A1213 and had gone kaput, after having issues with iTunes Software as it was not able to run Music on my IPod when connected.
    I have wasted my precious 2 days and nights and am lost all my hope...APPEAL TO ALL GEEKS TO RESOLVE MY ISSUE ON HUMANITARIAN GROUNDS ATLEAST WITH SOME VALID TIME OF YOURS.
    All mails can be sent to [email protected]
    Restore of Ipod back up is present...but is not getting restored due to some iTunes issue with playing my music files.It says restoring and extracts but failes in 1 min with the said error.

    Other users and reported error 1 but I have not seen a solution.
    Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar                          

  • I am having trouble connecting my iPad mini with my lap top that run Xperia

    I am having trouble connecting my iPad mini with my lap top that run Xp

    Hi..I've had a variant of this problem; my internet was accessible but my devices on wifi could not see the PC on Lan. That meant no iTunes syncing, Airplay from iTunes etc.
    Dlink has a strange default setting that isolates Wifi & Wired connections into different subnets.I'm assuming you have DHCP setup on your router and you're PC or MAC has internet access via the same router. Try the following steps to see if this solves the problem for you-
    1. Go to Setup -> Local Network  and Uncheck the box that says 'Configure the second IP Address and Subnet Mask for LAN' - Hit Apply
    2. Go to Wireless -> Wireless Basic and Uncheck 'Enable MultiAP Isolation' - Hit Apply
    3. Restart your Router
    Let me know if this solves your problem. I've been frustrated by my problem for months & had nearly given up.
    J

  • Having problems us ng my ipod 7g Nike Fitness.  When running when I press the button between the volume buttons, I get a different action almost every time.

    I am having problems using my ipod 7g with Nike Fitness.  When running when I press the button between the volume buttons, I get a different action almost every time. And usually I end up either turrning volume up very high or ending the workout. I need to be able to pause workout, and get spoken feedback regarding time, distance, and pace, that's all. I'm using a Griffin brand armband, that covers all of the buttons.  I've read the online manual.  no help.  I'm just about ready to return it and go back to my 5th gen with its smaller song capacity and no blurry.  Any help or suggestions very welcome.

    Jeff:
    I have had both good and bad experiences with Acronis True Image. I got the recent copy of ATI via a Newegg.com bundle. I haven't tried it yet on any Windows 7 editing systems. ATI installs some services that I would rather not have running in the background.
    What made you change from ATI to ShadowProtect Desktop Edition?
    Are you running Windows 7?
    What do you see as advantages to running ShadowProtect Desktop Edition as opposed to Acronis True Image?
    Thanks

  • DME format tree - after  test run,  not  displaying file.

    Hi experts,
    After creating DME format tree , I ran Test run for that. At that time for some format trees, it is displaying the file.
    But for some of the format trees , while running test run , the file is not displaying.
    Can any one help me out in this problem?
    ur answers will be surely rewarded
    regards,
    uma

    Hi experts,
    After creating DME format tree , I ran Test run for that. At that time for some format trees, it is displaying the file.
    But for some of the format trees , while running test run , the file is not displaying.
    Can any one help me out in this problem?
    ur answers will be surely rewarded
    regards,
    uma

  • Ok, tried message boards everywhere to try and figure this out before having to post a question. Have a 21.5" iMac running Snow Leopard 10.6.8.  After updates no wireless capability for ipad or laptop, imac connects fine but nothing else.No widgets work.

    Ok, tried message boards everywhere to try and figure this out before having to post a question. Have a 21.5" iMac running Snow Leopard 10.6.8.  After updates no wireless capability for ipad or laptop, imac connects fine but nothing else. No dashboard widgets work, Skype won't work. What goes?

    Your post is pretty lengthy and I have to admit I didn't read it all. Please try restarting in Safe Mode, if that doesn't work please do both a SMC and PRAM reset. These may take 2-3 attempts.
    SMC RESET
    Shut down the computer.
    Unplug the computer's power cord and all peripherals.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Attach the computers power cable.
    Press the power button to turn on the computer.
    PRAM RESET
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • Is LabView good at precise motion control for things like running an assembly line with lots of cars moving about?

    Is LabView good at precise motion control for things like running an
    assembly line with lots of cars moving about? Precise speed and
    acceleration control? Safety interlocks?
    Thanks for any help you can offer!
    Sent via Deja.com http://www.deja.com/
    Before you buy.

    If you are a long time Nokia/Symbian fan then you will Know full well that Nokia phones ALWAYS improve with software updates, Symbian will not be abandoned and will not be replaced by WP7, it will continue to evolve and improve, as will the handsets. Anyone who desires or wants a different OS should try one, because it's a free world, but really, the 'perfect' OS doesn't exist, and Symbian suits me for now and I will rely on Nokia to keep it up to date, and reliable.
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • CodedUI with MTM as a datasource no longer displays Errors on test failures

    Alright, I have 2 simple automated test cases. One, TC1, uses MTM as a data source and the other, TC2, does not. Both are programmed to fail. When the TC1 fails no errors are displayed in MTM Test result but is available in the iTrace. When TC fails, the
    assertion error is displayed in MTM.
    TC1:
    [DataSource("Microsoft.VisualStudio.TestTools.DataSource.TestCase", "http://blah/tfs/blah;blah", "999", DataAccessMethod.Sequential), TestMethod]
    public void TestCase1()
    String result = TestContext.DataRow["Result"].ToString();
    if (result.Equals("Fail"))
    Assert.Fail("Test Fails just because I want it to");
    }Result in MTM is set to "Fail". The following test result is: TC2:
    [ TestMethod]
    public void TestCase2()
    Assert.Fail("Test Fails just because I want it to");
    Result in MTM:So...what's going on here? How do I get the error message to populate when using MTM as a data source? Thanks

    Hi Jeffjagen,
    Like this case here:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/d8b370cb-a8ee-4156-a949-abf6bf5dccb5/howto-display-error-message-in-mtm-when-your-test-case-failed?forum=vsmantest
    Maybe the test did not run, and hence no error message was there.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • StageWebView(useNative = true) displays a blank when running on Mac OS if renderMode is set to direct or gpu

    Dear Adobe AIR Team,
    I've already submitted the bug report, and it's already got 10 votes and counting:
    Bug#3829934 - StageWebView displays a blank when running on Mac OS if renderMode is set to direct or gpu
    Please take 5 minutes of your time to look at this bug, thanks so much!
    DarkStone
    2014-09-24

    Despite the fact that changing hostnames after the machine is booted is not a great idea, you're making it hard for yourself.
    NetBoot already has the ability to set hostnames for each client. There's a clue in Apple's Knowledgebase Article on the subject, as well as in the Mac OS X Server manuals, namely:
    Optional: Click Sharing Prefs and in the Computer Name field, type the name that the NetBoot or Network Install client gets after installation or booting. Note: Each client will have its computer name and local hostname set to the name you supplied plus the MAC address (without the colons) of the client. Note: Alternatively, type the path to a tab-delimited .txt or .rtf file that has a list of MAC addresses and their corresponding computer names and local hostnames. Each client will get the name that corresponds to its MAC address in the specified file.
    So you just need to build a .txt file map of MAC addresses to hostnames, then point your NetBoot image to that.

  • How would I set the LabVIEW Execution Display.vi to automatically run a sequence from a desktop icon or the Start Menu Launcher.vi

    LabVIEW does not support command line arguments. Are there some modifications to the Execution Display.vi that would enable this behavior?

    Hi,
    This mods is to the LabVIEW OI supplied with TS2.0.1 and labVIEW 6.1
    In the TestStand - Runtime Operator Interface.vi, the cmdline is obtained and the full path to the sequence file is stored in a global variable. When the Sequence Display is launched and the case First Time is executed. The cmd line global is checked for an empty string, if its not then the string is concatated with the string 'Open Sequence File - No Prompt|' and put on the message queue. This will result in the sequence file being opened.
    The cmd line parsing is pretty basic. the argument is nothing or the full pathname to the sequence file.
    If this is what you are after then send your email to [email protected]
    I tried to attach the vi's but I am having some problems with thi
    s. Probably a size restriction.
    Hope this helps.
    Ray Farmer
    Regards
    Ray Farmer

Maybe you are looking for

  • Integrating two iviews in a single page in Portal

    Hello all: I am trying to integrate two iviews into a single page, in portal, but i am able to see one iview running fine and for other iview it says serivce not found. But when i preview the iviews seperately they work fine. please suggest me if i a

  • Improper display with Currency/Unit in drilldown

    Hi , There are 2 KFs in the query , 2nd KF is one level down (i.e inside the triangle of first KF) . KF's are : Net value Net val in doc currency when i drill down on Currency/unit it just drills down by statistics currency (i.e for first KF) it does

  • Can't open PDF e-mail attachments

    Windows 7, MS Outlook, Reader XI If someone sends me an e-mail with PDF attachments, I can only open them one at a time. If I double-click one attachment, it opens in Adobe Reader (XI). If I double-click another, there's a flicker and then nothing. 

  • Search network drive for large files

    Our network drives are getting full. I used to be able to use Find File to find files larger than a certain size. I hit command-F for finding the file, have it set to search the volume I want for files with size greater than 80 MB, but when I hit ret

  • Clicking on alerts to snooze or close difficult

    This problem started quite awhile ago. I was hoping that after an erase and reinstall to solve a printer problem, that the iCal problem would be solved as well. Unfortunately, it has not. When an alert appears, if I click on the x to close it, I have