How can I trig a timer to start to run for specific time duration?!

Hi,
  I have a SubVI which gives me a string line, and I need that after end of this line ( which I gives me true value),  trig a timer to start to run to make the loop to wait for specific time duration. here I attached my VI, I hope it is clear.
anybody can help me ?!
Attachments:
Sample Measurement.vi ‏45 KB

worldviol wrote:
Hi,
  I have a SubVI which gives me a string line, and I need that after end of this line ( which I gives me true value),  trig a timer to start to run to make the loop to wait for specific time duration. here I attached my VI, I hope it is clear.
anybody can help me ?!
can you be more specific?.....is the string coming from your "serial1.vi"? and what string specifically are you looking for to make this event happen?
start by looking at the "comparison" pallet for your T/F logic of what specific string you want, wired to your case statement and a timer....

Similar Messages

  • Just below toolbar, Firefox is telling me "Downloading the lastest applications" - what is this and how can I stop it. It's been running for 2 hours.

    Just below the toolbar, Firefox is telling me "Downloading the latest applications" - what is this and how can I stop it. It's been running for 2 hours.
    == This happened ==
    Every time Firefox opened
    == I opened the Firefox "Add-ons" window

    Disable or uninstall the MSN/Bing toolbar.
    See [https://support.mozilla.com/tiki-view_forum_thread.php?comments_offset=0&comments_threadId=0&comments_parentId=693619&comments_threshold=0&thread_sort_mode=commentDate_asc&forumId=1&time_control=3600 this thread] and [[Uninstalling add-ons]].

  • My mbp always hang (black screen but still keyboard light)(snow leopard and lion) and self hang and restart(mountain lion), How can I do? (I report problem to apple for 100 times but no reply)

    I use mbp late 2010 (MacBook Pro (15-inch, Mid 2010) Serial Number: W802627ZAGZ)
    (core i7 2.66GHz. 15" 4GB 1067 MHz DDR3) and change display to highres (1920x1080)
    it has problem that the screen go blank (or black screen) but keyboard still light. seems to display driver stop working.
    I send my mbp to service but they said no problem about hdd.??? I'm not sure that they take care just only hd problem but not handle  another problem that I tell him.
    I use it and it still hang up (not it reach 100 times errors) how can I do with this problem?

    baltwo wrote:
    Can't recall which I used to do the dynamic repartitioning.
    I'm betting that it was originally Partitioned with Snow Leopard.
    As a test I just added a second Partition with Mountain Lion to a FireWire HD and it would not let me Install Snow Leopard from my System or Retail Disc into the Partition.

  • How can I execute a command every 10 seconds in a specific time-frame

    Hello,
    I would like to create a script which in a specific time-frame collects some outputs and also pings every 10 seconds.
    To collect the outputs every minute from 22:00PM to 22:10PM I have the following:
    event manager applet snmp_output
    event timer cron cron-entry "0-10/1 22 * * *" maxrun 30
    action 010 cli command "enable"
    action 020 cli command "show clock"
    action 030 cli command "terminal exec prompt timestamp"
    action 040 cli command "show snmp stats oid | append bootdisk:show_snmp_stats_oid.txt "
    action 045 wait 5
    action 050 cli command "show snmp pending | append bootdisk:show_snmp_pending.txt "
    action 055 wait 5
    action 060 cli command "show snmp sessions | append bootdisk:show_snmp_sessions.txt "
    acionn 065 wait 5
    action 070 cli command "end"
    To confirm connectivity to the device doing the SNMP polls I would like to execute a ping every 10 seconds in the same timeframe.
    Cron seems only to support minutes. Is it possible to combine a watchdog timer + a cron timer?
    Can this ping function be incorporated in the SNMP output applet or will I have to write a new one?
    Will I need TCL here (I have no experience in TCL)?
    Best regards,
    Tim

    If you wanted the pings to run in parallel, you could have this applet configure another applet to do the pinging, then remove it on the last run.  This will require an amount of programmatic logic, though.  If you wanted to keep things a bit simpler, add another applet that runs at 22:00 that configures a watchdog pinging applet, then a third applet that runs at 22:10 that removes the pinging applet.
    When it comes to embedded quotes when you configure your nested pinging applet, you'll need to use $q to stand for the embedded quotes.  You'll also need to configure:
    event manager environment q "

  • How can I get a listing of web orders entered by specific time period

    How can I get a listing of all the orders which has been entered via website using webtools.
    We need to make sure that all the orders which has been entered from website it is synced to B1 instead of looking at the synch error messages. The problem is that when I run the report from Webtools it displays all the orders even the ones which got entered in B1 and got synched to Webtools.
    Tkx

    Try running this query. This will give you a listing of all orders that were placed using a theme. Any orders that were synched from Business One should not appear in this list. It should only contain orders placed through the website.
    SELECT     *
    FROM         OrderMaster
    WHERE      ServerID <> ''

  • How can i print a scrit to keep in wait for some time then be printed

    Hi Experts,
    This is sheela reddy.I am new to SDN.
    I need your help.
    as per my requirement there is a trasaction code .let say X.
    So when i excute X and save the data through the Tcode,then it automtically calls script and given for printing
    Since the script printing blank values (that means by that time it calls script Data base is not getting updated aftr i save the Tcode),client asked to keep excutin for 5-10 sec then script sould be called .so tha t by that time DB could be updated.But i really not have any idea how and where to include the WAIT statement.My doubts are:
    1.How could i know the print program and form name to a standard Tcode.
    2.Where i need to include WAIT statement so that the print program calls script for time mentioned.
    PLs help me in this regard.
    I really appreciate your time .
    rewarded with points.
    rgds
    Sheela

    Sheela,
    use
    AM_PING_AND_WAIT
    into your print program some where for getting some delay.
    and look at table TNAPR for print program and form.
    Amit.

  • How can I use a Counter in a Card 6601 for several times in the same VI

    When I try to use a Counter two times for read and for write, I get always a error (no. 50103). What should that mean.

    From the menu Help-->Explain Error...
    "The specified resource is reserved. The operation was completed by ignoring or overriding the specified resource."
    If you are using one particular counter for both read and write operations, you'll need to clear the read task before configuring the write task and vice versa. To clear the task in traditional NI-DAQ, pass in the task id to "Counter Control.vi" with a control code of 'reset'. When using DAQmx wire the task into "DAQmx Clear Task.vi".
    Do you really need to use the same counter in both a read and write mode at various times? Are the other three all tied up? Maybe I or someone else can help more if you describe the app and/or post some example code.
    -Kevin P.

  • HT5012 How can i know when my iphon is turend on for first time

    I want to know when my iphon is turend on for the first time , tnx

    Call Apple and ask them.  1800-MY-APPLE

  • How can I use one Add-on prior to another for specific MIME-types?

    I'm using Shockwave Flash plugin to watch some videos on YouTube, StreamCloud, etc. It also handles .mkv and .mp4 files/streams. After installing VLC Web plugin to handle MIME-types like mp3/4, mkv additionally and prior to the Flash plugin, Firefox keeps using Flash to handle those types insted. I cannot find options to set the desired priorities. Only disabling the Flash plugin solves my problem, but also keeps me from watching Flash contents, which Is not acceptable.
    Did I miss something or is this Firefox's fault?

    If you type or paste '''about:plugins''' in the address bar and press Enter, you can see which plugins are associated which various content types.
    I do not know how to prioritize one over the other for the same content type if the plugin settings (plugins often have an interface outside of Firefox to adjust their settings) do not allow that.
    As for MP4, I don't think Flash normally would be selected. I suspect the website is specifying a Flash media player and streaming the MP4 through that. If you want to hide the Flash plugin from a particular website, you can use the Permissions tab of the Page Info dialog.
    Click the padlock or globe icon in the address bar, then More Information, then Permissions. The top section of the Permissions panel should be "Activate Plugins". Here you can select Block for Flash for the current site. After reloading the page, does the media play using a different plugin?

  • When I started up itunes on my PC I get this error: a required itunes component is not installed. please repair or reinstall ituens (-42404). How can I fixed this? I uninstalled it at least 6 times. Not exactly sure what I'm suppose to repair either.

    When I started up itunes on my PC I get this error: a required itunes component is not installed. please repair or reinstall ituens (-42404). How can I fixed this? I uninstalled it at least 6 times. Not exactly sure what I'm suppose to repair either. It also says it is syncing my ipod but when I go to disconnect/eject my ipod it says that it is unable to disconnect because files are being used in a program. When it finally disconnects there is no music on my ipod. The gym just ***** with out my ipod. Makes it eiser to not go! Someone please help me!

    Use the instructions here to completely remove/uinstall all iTunes/Apple software and componenets and then start from scratch.
    http://support.apple.com/kb/HT1923
    B-rock

  • Every time I restart my mac air some applications like calendar and Microsoft word automatically starts, how can I stop such applications from starting when ever I restart my mac

    Every time I restart my mac air some applications like calendar and Microsoft word automatically starts, how can I stop such applications from starting when ever I restart my mac?

    One thing to check:  when shutting down or restarting, there is a checkbox in the shutdown/restart dialog which asks whether you want currently open applications to open at startup.
    charlie

  • How can i disable imessage from automatically starting up when i turn on macbook air?

    how can i disable imessage from automatically starting up when i turn on macbook air? i dont know my imessages to pop up on my laptop when it turns on. But i dont want to disable imessage totally on my macbook.

    Welcome to the Apple Support Communities
    First of all, check that Messages is closed when you turn off your MacBook. This is so important because, by default, OS X will reopen all opened apps the next time you start your Mac.
    Apart from that, when you go to  > Shut Down, or  > Restart, in the window you see to restart or turn off your MacBook, unmark "Reopen windows when logging back in". This will avoid that your Mac opens all opened apps the next time you start the MacBook, so Messages won't start automatically at startup

  • In Bridge when I R click on psd file and tell it to open in Photoshop it says can't find Photoshop.exe. Photoshop is running at the time. How do I teach it where Photshop.exe is?

    In Bridge when I R click on psd file and tell it to open in Photoshop it says can't find Photoshop.exe. Photoshop is running at the time. How do I teach it where Photshop.exe is?

    I have sort of the exact same problem. Extremely far away from user friendly
    I have an second issue as well: When I hook off all-day it comes up with an 8 hour event!
    And then if I put in a late start hour it pushes end time to next day due to the 8 hour event suggestion.
    All in all this gives a lot of changes just to enter an event.
    Command N
    I learnt from your input to use this fuction. At least that comes up with a one hour event as default.

  • I want to change the sharing and permissions of a large number of photos. How can I do this in bulk rather than one at a time?

    I want to change the sharing and permissions of a large number of photos. How can I do this in bulk rather than one at a time?

    Does this involve iPhoto in some way?

  • How can i Delete all foto from my iphone and after some time get them one more time on it but not as a new album :)?

    How can i Delete all foto from my iphone and after some time get them one more time on it but not as a new album, i want them in the camera roll ?

    How can I delete EVERY THING off my Mac and have it like new?
    Boot from the software install DVD and do an "erase and install" when prompted.

Maybe you are looking for

  • Performance issues when creating a Report / Query in Discoverer

    Hi forum, Hope you are can help, it involves a performance issues when creating a Report / Query. I have a Discoverer Report that currently takes less than 5 seconds to run. After I add a condition to bring back Batch Status that = ‘Posted’ we cancel

  • How to change mouse pointer to Arrow?

    When we move the mouse over any component in preview (or in SWF file), mouse pointer changes to u201Chandu201D. Is it possible to keep the mouse pointer to Arrow or any other custom mouse pointer in Xcelsius 2008 SP 4? Thanks

  • Change content of the PO while using Approval Procedures

    When a PO is created as draft and waiting for approval we were able to find it back in the draft request list but not be able to do any change in the PO. Is there any possibility to allow changes in the draft PO before the approval was done? Also we

  • Strange behavior of stop control with events

    I have found some strange behavior while using stop controls. I have a main vi which has two while loops. One of them is used to continuosly acquire the images. The other while loop has event structure that has several booleans which trigger differen

  • New Idoc in BD10 to send material grid

    Hi Experts, We have a requirement like this : In transaction BD10 when "send material in full" is flagged, we have to start IDOC J3AGRI01 creation (using FM J_4A_MASTERIDOC_CRE_REQ_J3AGRI). At present when the flag is set, only the classifications ar