How to monitor the status of the main led VI, when LED changes in sub VI?

In a sub VI a light on and 5 seconds later, the LED is off. How to read the status of the led in the main VI? The sub VI gives me only the situation of the end (LED off)

Hi Johnny45,

Please see attached examples for my suggestions.

First example: sub_LV85.vi and main_LV85.vi

Second example: Example2_sub_LV85.vi and Example2_main_LV85.vi

It will be useful.

Mike

Tags: NI Software

Similar Questions

  • How to operate the main thread class when PopupScreen is pushed?

    Hi all

    I created shortcut menu custom in my Application. When you click the button, it shows correctly.

    But in my main screen I used webservice. The screen content is watch depends on webservice respons.

    My problem is that when I click on the popup button comes but threat to webservice conversation stops its execution because because of the pop-up screen my screen becomes not developed for execution. and when I remove my mainclass popup screen takes over its performance and result either appears correctly.

    Please, someone tell me how could it be that in the presence of pop-up screen that my thread to call Webservice will be run?

    The approach that I said is the exact stated, so my suspicion is that you have not implemented correctly.

    Here's a way to test.  Add this code in any code that you are is not executed on the event Thread:

    if ( Application.isEventDispatchThread() (
    
    Dialog.alert("Oppsss, this code should not be running on the Event Thread");
    
    }
    

    Of course if you see the dialog box, so that the code runs on the event Thread.

    If you do not, then validate your code, maybe we can find out what you did wrong.

  • How to restore the main sites visited when opening a new tab

    I was mucking around with themes today and now when I open a new tab, it does not show my most visited sites, it shows just a blank page. I had this problem before and somewhere managed to solve this problem, but now, I went through everything & I just can't understand how it back as it was. Can someone help me? When you click on a new tab, you have pictures of the page of the most visited and most listed sites in the right part. It's NOT top sites...

    This isn't a feature of Firefox, it was probably added by the extension of the Google toolbar. Look at the parameters of the GTB.

  • How to fix the main button to paste constantly

    How to fix the main button to paste constantly

    Short of getting a replacement from Apple or risk a repair third shop there is nothing you can do. How about a button on the home screen? Go to settings > general > accessibility > assistive touch > on.

  • How to monitor the TX and RX on PERFORMANCE for virtual network adapter BASP monitor?

    How to monitor the TX and RX on PERFORMANCE for virtual network adapter BASP monitor?

    I have a virtual network adapter that is created with Broadcom.

    This virtual interface named "BASP eCard" visible on the performance monitor in the category 'Rhythm Pipe' but not in the category "Network Interface".

    This is problematic because the Tx and Rx (bytes received/send in second) is available in "Network Interface" that show physical network cards only.

    Someone has an idea?

    Thank you

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • How to monitor the activities of internet users without using third-party software. We have some 60 windows domain user

    Hi all

    We have 60 knots which is connected with the windows domain. How to monitor the activities of internet users via the windows server

    without third-party software.

    Thanks in advance

    Alam

    Hello

    The business support, you can find forums on TechNet, please create a new post at the following link:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • How to restore the main menu (modify, display, help ect.)? He disappeared

    How to restore the main menu?

    Hello

    Restore it in what?

    in windows Explorer

    Open it and then click on organize then page Setup then menu bar

    in internet explore

    Right-click just below the address bar, and then click menu bar

    or go to tools in the upper right and select menu bar

  • How to show the main screen (home screen of blackberry)

    Hi guys,.

    I need to know how to show the main screen (home screen of the blackberry), even if it's in any screen (like saying "Calculator" etc)...

    This must be done by programming... is there a solution for this?

    Thanks in advance,

    I also had. This is to disconnect incoming call and display the main screen (home screen of the blackberry).

    EventInjector.invokeEvent (new EventInjector.KeyCodeEvent (EventInjector.KeyCodeEvent.KEY_DOWN, (char) Keypad.KEY_END, 0, 100));
    EventInjector.invokeEvent (new EventInjector.KeyCodeEvent (EventInjector.KeyCodeEvent.KEY_UP, (char) Keypad.KEY_END, 0, 100));

  • How to monitor the use of the Hyperion applications

    Hi all
    We have developed a classical Planning Application in Hyperion 11.1.2
    The application is running in production mode, and now we want to monitor the use of this application, in this regard, I have following questions:
    (1) how to activate the newspapers?
    (2) how to monitor the time of connection and disconnection of each user
    (3) how to check the amount of data entered in a particular week
    (4) how to check that data are entered against how much the faculty members?

    I won't pretend to know what should I know about this subject, but I get this question of a large number of customers. So, here is my answer. There is no right way to monitor who logs and how many times they connect. If you enable the audit DATA, that you can do is to see when a user loads the data and how often they do. This does not match the connection, but planners usually don't connect to display data (which are normally made in EN or SmartView), they connect to load/update of data. With active audit DATA, you can query the HSP_AUDIT_RECORDS table, which is where the audit is stored, and see how many times the user load the data and the last load of data. Is not correct, but it is far more closely than any other method I've found.

    Example of the last connection (really last loaded data)
    SELECT USER_NAME AS 'User', time_posted as 'Last Login Time' OF HSP_AUDIT_RECORDS WHERE TYPE = "data";

    You can use a similar query to count the number of data loads.

    This would also show you what the user has launched it to business rules.

    Another option would be to enable SSAUDIT on the planning application in Essbase (this is done in the Essbase - google SSAUDIT server configuration file). This will create 2 files. The first is a file index or pointer. There will be a line for each record, via a web form or SmarView load. The second file contains all of the loaded data. The first file will tell you that loaded which lines in the second file and what time he did. The downside is that each connection between planning and Essbase uses the ID of the source of data for planning. So, it always shows the same loading data ID and will not be the real of the user who did it.

    Note that users do not have to connect through planning. They can directly connect to Essbase. All financial reports that would be misunderstood by looking only at the planning.

    If you really want the actual load, you really watch the Essbase and Essbase application log files. Would not show you users, but could show you the number of queries, the data loads, etc. You could analyze these logs in a relational table for quick access to the use of the query.

    That's a lot of things to take. Unfortunately, to answer your question, it is not a quick option, "click here."

    Utility to analyze the logs can be found at http://code.google.com/p/jrightlog.

    ------------
    Kyle Goodfriend
    http://www.in2hyperion.com

    Please be sure to assign the post as answered and answers as response or useful if others can benefit from your experience.

  • How to monitor the CPU, memory and i/o on the system

    Hello..

    Some body help me?...

    1. how to manage the monitoring of the performance of the system and the database during execution of ODI?
    2. how to monitor the CPU, memory and i/o on the system?

    TQ
    balleur

    In an attempt to partially answer your questions:

    1. how to manage the monitoring of the performance of the system and the database during execution of ODI?

    Monitor the performance of the application from a commercial point of view. As transactions per minute, or response time or time elapsed for the key events of the company. Monitor the activity of the material such that the CPU usage is not necessarily linked to the performance of your application. Performance should be measured from top to bottom - business first, then the lower levels until you get finally to computer equipment. Only if you get a problem to the next level - response time is too large, for example - you can go through the lower levels to identify the cause and fix it.

    2. how to monitor the CPU, memory and i/o on the system?

    I personally use "sar" on UNIX-BASED or Linux, or rather "CFDCs" which is the system activity data collector. SADC will measure and collect data on activities on CPU, memory, disks, etc. and save them to a file in binary format. You can then extract these measures later for analysis using SAR (sar f sadc_file_name). The benefits of SADC are that it is light (these operating systems measure such things anyway, just CFDC records far), it records everything at once (with the exception of the network), it records the time stamp too for each measure, and you can analyze it later when you want to.

    There are commercial products out there too who do similar work, with additional features, such as the integration of Oracle and the relationship between several systems. TeamQuest is an example, but there are others also. (I do not work for TeamQuest, but I used their product in the past).

    John

  • How to make the background hover over when a clip hits the edge

    OK, so the idea here is to make a page with content written on it. the conent will not be able to be seen, unless the user presses the arrow keys on the key board there. So I need to make a group of objects, I can do in a clip and that in this clip from movie that an animation that plays the works of the squirrel. I will pause here to ask two things I don't know how I want the squirrel to have an animation when you are still where it moves its tail (like a real squirrel). and also how would flip the squirrel so that when the left is pressed it left points and when the right arrow is it press faces to the left? and my main question when it reaches the edge of the extensive background scene that runs off the stage hovers over to reavel more content. as well as not have not the squirrel run off the stage? In short, I use the squirrel to display the content of entire pages.

    You ask for a little and are not likely to get anyone to give you a detailed solution.  Here are a few things to think about.

    As far as flicking the tail goes, is something you have to work as an animation.  You could do as a scenario animation or animation coded when you adjust the rotation, and other properties of the tail.

    Get the object to do ican facing left and right to be a simple matter of replacing its xscale 1-1 property according to the way in which it is normally facing (1).

    If you do not have a problem doing the squirrel to move to the edge, then you should have no problem doing the background move either.  You just constantly check the squirrel x property to know when it hits the edge.  Personally, I would only move the background and leave the squirrel in the Center.

  • How to choose the display by default when you use two screens on my Mac Pro?

    How to choose the display by default when you use two screens on my Mac Pro?

    The default view when you have several is made that you drag the little icon in the menu bar in this pane:

    .

  • How to disable the camera led on my Satellite R830?

    Hi all

    Can someone please explain to me how to disable the camera led on a laptop Toshiba Satellite R830?
    Thank you for your help.

    AFAIK camera LED cannot be turned off. Web camera by activating the LED is always on.

  • How to access the tab 'Save all' when I close several jpeg files that have been adjusted with the "color adjust tool? He is currently making me close and save one at a time. Thanks for any help :)

    How to access the tab 'Save all' when I close several jpeg files that have been adjusted with the "color adjust tool? He is currently making me close and save one at a time.  I've just upgraded to El Capitan.  Thanks for any help :)

    I assume that you use the application overview.

    I can't find an answer to back up everything, but a workaround could be while the file menu options are visible, press the option key

    and the point of the window will become close, if you click on that dialogue will ask you if you want to restore the changes or save

    pressing Save will close the image with the changes and then move to the next image and so on.

  • How to disable the connection of identity when opening Outlook Express

    How to disable the connection of identity when opening Outlook Express

    In OE: File | Identities | Manage identities | Properties and uncheck the option to require a password.

  • How to avoid the launch of Labview when called by Teststand VI

    Hi, friends.

    I am a student of teststand. I wrote a few screws by Labview. Now, I want to invoke in teststand environment. But when I run the sequence. LabVIEW automatically launches. How to avoid the launch of Labview when I run the sequence?

    Thank you.

    I'm not sure that I follow what you're saying...  But it seems that when the VI is called, the LabVIEW Development software is started and you want to avoid this.

    If you create an executable file or a dll and that any call within TestStand, she should not call the development environment.  You must have the LabVIEW runtime engine installed on the target computer.

    For several years I used TestStand with LV, if my memory does not have to be precise.  I think that the above worked for me.  However, it seems that I remember something to have the LV code in debug mode, causing to open development environment... but it's a distant memory.    You do not use breakpoints where the LV VI is called, are you?

    R

Maybe you are looking for