Problem with timer and Reset. Help please :(

Hello everyone, I have a big problem when I put a button to reset my program. In addition, from the time of my game.

I am doing a project named "Simonsays" which consists of a sequence of colors that you need to remember and must click on each color to pass the level.

The problem is that I do a clock or a counter to count the time of a game. For example when I press "start" the beginning of time, and when I make a mistake in the game time must stop. There is another button named "New Game" or "Nuevo Juego" which is used to 'RESET' of the game, but I can't this is the button used to RESET.

The game starts when you press "COMENZAR" and labview window disappears, then you will need to click on "START" and the game begins... BUT when you make a mistake, the game must be stopped with the TIME that you make throughout the game, and the game must wait until you press "NEW GAME" and newly him game begins with a new counter of the time.

I hope you can help me. Please, I beg you.

There are 3 files, because the files are connected.

Thank you.

I think I've answered before?

Tags: NI Software

Similar Questions

  • Problems with WRT160N and Xbox 360 - please help

    Hello

    I recently bought a WRT160N router and when I play games online (Halo 3 or Modern Warfare 2) it takes about 10 minutes to find a game then that in the Hall. I didn't put in the door or disconnected from my profile, there's just a lot of time. It says that my NAT type is open. I've isolated the problem is the router because if I plug in an ethernet cable from the 360 to the DSL modem I find games instantly. I examined the port forwarding and open ports on the 360 and specifically for modern warfare 2 and it was actually my NAT type go as strict, ironic. I have spent 5 hours trying to mess with this and can't seem to make it work right. If someone could please help me on the settings or have any other ideas that would be greatly appreciated.

    As your ISP is a provider DSL, most providers DSL has setup their modem in DHCP Mode, so your Modem acts like a router. So, right now, your Setup is NAT behind NAT. So if you try to open the Ports on your Linksys router it does not work as your Modem Hangs only ports.

    So the best way to work is to convert your Modem in Bridge Mode and it will solve all your problems.

  • Problem with the procedure. Help, please

    Schema: HR

    Here is the procedure I created, when I compile the procedure it works very well and without errors or warnings are displayed. However, when I run, I get "01031. 00000 - "insufficient privileges" "error. "I tried 'GRANT ALL HR', 'ANY GRANT to HR'.," to HR WITH ADMIN OPTION GRANT ' nothing works. Not sure is code that has questions or privileges.

    create or replace procedure new_create_PROC IS
    BEGIN
    EXECUTE IMMEDIATE 'CREATE TABLE NEW_CREATE1(EMP_ID NUMBER,EMP_NAME VARCHAR2(20))';
    END;
    /
    
    
    EXECUTE new_create_PROC;
    
    TE new_create_PROC;
    /
    

    Help, please.

    You are connected to the DB under what user? You must grant this user the CREATE TABLE privilege.

  • I have a problem with the numbers. Help, please!

    I have a problem with the numbers. I am trying to create a formula that can add a cell only when another cell with a pop-up menu returns on a specific pop.  I can't ignore the cell if it is not on specific pop upward.

    assuming the cell with pop's cell A1

    and if the context menu contains items:

    YES

    NO.

    MAYBE

    and the value you want to add in cell A2

    You can add the value in cell A2 when the context menu is 'YES' like this

    = if(A1="YES", A2, "") +.

    where is the expression that adds other cells if you want

    could be another cell

    = If (A1 = "YES", A2, "") + B2

    or a range of cells

    = If (A1 = "YES", A2, "") + sum (B2, D2, G2:H5)

  • Problem with my innerjoin. Help, please

    Hello;
    I try to write a complicated page and I get an error in my query. I have another question for this request that I can't seem to work, but lets make this one problem at a time.

    This is the error I get when you go directly to this page:
    Run database query error. [Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Access driver] Syntax error (missing operator) in a query expression 'Projects.CategoryID Categories.Name'.
    The error occurred on line 12.

    This is my code:
    <!-it's the query with the error, he manages the project files and either bring them all to the top or only those of the category chosen in another page. ->
    < cflock timeout = "10" type = "exclusive" scope = "application" >
    < name cfquery = "getProjects" datasource = "#APPLICATION.dataSource #" >
    SELECT Projects.Name AS PName, Projects.ProjectID AS ID, Projects.CategoryID
    Categories.Name AS CName, categories. CategoryID
    PROJECT INNER JOIN categories on projects. CategoryID = categories. CategoryID
    < cfif StructKeyExists (url, "CategoryID") >
    WHERE categories. CategoryID = < cfqueryparam CFSQLType = "CF_SQL_INTEGER" value = "#URL. "CategoryID #" / >
    AND categories. CategoryID = Projects.CategoryID
    ORDER BY Projects.Name
    < cfelse >
    ORDER BY Categories.Name
    < / cfif >
    < / cfquery >
    < cfset rowsPerPage = 6 >
    < name = "cfparam URL.startRow' default = '1' type 'number' = >"
    < cfset totalRows = getProjects.recordCount >
    < cfset EndRowOptional = min (URL.startRow + rowsPerPage - 1, totalRows) >
    < cfset startRowNext = EndRowOptional + 1 >
    < cfset startRowBack = URL.startRow - rowsPerPage >
    < / cflock >
    <! - end project file code - >
    <!-this code runs the success to update your #record #->
    < isDefined ("URL.ID") cfif >
    < name cfquery = "zlnbbXX" datasource = "" #APPLICATION.dataSource # "LignesMax ="1">"
    SELECT Projects.Name AS PName, Projects.ProjectID AS ID, Projects.CategoryID
    WHERE ProjectID = #URL.ID #.
    < / cfquery >
    < / cfif >
    <! - complete code - >
    < head >
    < / head >
    < body >
    <!--> code for success update record
    < cfif isDefined "(URL. RecordID") >
    < cfoutput query = "zlnbbXX" >
    < font color = "# 990000" face = "Verdana, Arial, Helvetica, sans-serif" size = "2" > < b > updates have been applied successfully to: < /b > < br > < u > #PName # < /u > < / police > < br > < / cfoutput > < / cfif >
    <!--> end success
    <!-records and next / prev nav-->
    < cfoutput >
    Display of < b > #URL.startRow # < /b > < b > #endRow # < /b > < b > #totalRows # < /b > Folders < / make >
    < cfset urlVars = "" > "".
    < cfif startRowBack GT 0 >
    < cfset urlVars = ' StartRowOptional = #startRowBack #">".
    < / cfif >
    < structKeyExists cfif (url, "categoryID") >
    < cfset urlVars = urlVars & "categoryID = #categoryID #" > ".
    < / cfif >
    < a href = "" #CGI.script_name #? #urlVars # "class ="nav"> < Previous Records < /a >"

    < cfset urlVars = "" >
    < cfif startRowNext lte totalRows >
    < cfset urlVars = ' StartRowOptional = #startRowNext #">".
    < / cfif >
    < structKeyExists cfif (url, "categoryID") >
    < cfset urlVars = urlVars & "categoryID = #categoryID #" > ".
    < / cfif >
    < a href = "" #CGI.script_name #? #urlVars # "class ="nav"> next > < /a >"
    < / cfoutput >
    <!-end next / prev code-->
    <!-edit-> documents
    (< cfloop query = "getProjects" StartRowOptional = "" #URL.startRow # "EndRowOptional =" #endRow #"> < cfset class = iif (getProjects.currentRow mod 2 eq 0,)" "DataUn'", "' DataB'") >
    < cfoutput >
    #PName #.
    #CName #.
    < name of the form = "myform" action = "Action.cfm" method = "post" > "
    < input type = "hidden" name = "ID" value = "#ID #" >
    < input type = "submit"... More code here >
    < / cfoutput >
    < / cfloop >


    This query does a few things.
    1. If you go directly to this page, it shows all the projects title so you can next / previous through records and change the recording you want.
    2. I'm doing so that if you come from another page that modifies all categories for this section, it will only bring up projects in this category. He has done this, but when you next / prev through it, it shows all the records.
    3. Once you add or update a record, where you are returned to this page, he tells you: "your updates were successful for the project #title #

    I've commented the code, I know there are some questions here and I need help their knowledge.

    CFmonger

    In the query "getProjects.

    Missing comma between, Projects.CategoryID Categories.Name AS CName, (no comma after CategoryID)
    The AND condition in the query is redundant, this is done in the join condition.
    For problem 2 without seeing the actual url, I can't help. But I would say that the catergoyid is not there

    There is no from clause in the query 'zlnbbXX'

    Ken

  • Problem with the version number - help please.

    Hello, my Avast reports that my Skype is outdated and must be updated with the latest version, (7.8.0.102), but when I goto Skype help and updates, Skype says I have the latest version already installed (7.7.64.103), what happens here, can someone explain the discrepancy PLEASE?

    Cheers from TekyTek

    For later use, download (download Skype) on this site section, allways will give you the installer for the latest version (7.8 in this case) when available, even if your ' check for update ' tell you that you have the latest version.

    Just make the file skypesetup right click and select Properties, the details tab will tell you which version the Downloader is for (or in the case of a complete configuration file, what version it is).

  • Problems with gel and defraging. Please advise!

    I have a dell inspiron 1525 and am running Vista.  My computer keeps freezing and the Task Manager does not come to the top, so I have to close it using the power. Sometimes, he will ask for me check a drive for consistency during restart.  Also, I can't defragment the machine. I tried twice and each time has been longer than 6 hours. How long is too long to defragment?  Also my Kodak program keeps freezing also. Something is obviously wrong and I don't know what to do about this.  Can someone give me advice?

    Hello

    Check with Dell, because they also have methods to check the hard drive.

    -------------------------------------------------------

    It's the first response:

    If CheckDisk is unable to fill as above:

    (The old 302602 links isn't now valid for Diagnostics links).

    Manufacturer diagnostic utilities - run one to your hard drive
    http://www.techsupportforum.com/hardware-support/hard-drive-support/462298-no-IDE-device-found.html

    Corrected list dated 06/09/2010

    Fujitsu hard drives: utility of diagnosis here
    http://www.Fujitsu.com/EMEA/products/HDD/

    Hitachi hard drives: utility of diagnosis here
    http://www.HitachiGST.com/support/downloads/

    IBM hard drives: use Hitachi utility *.

    Toshiba hard drives: use Hitachi or Maxtor utilities

    Maxtor hard drives: Diagnostic Utilities here (now SeaGate)
    http://www.Seagate.com/www/en-us/support/

    Quantum hard drives: use the Maxtor utilities

    Seagate hard drives: here Diagnostic utilities
    http://www.Seagate.com/www/en-us/support/downloads

    Conner hard drives: use the Seagate utilities

    Hard drives Samsung: utility of diagnosis here
    http://www.Samsung.com/global/business/HDD/

    Hard drives Western Digital: utility of diagnosis here
    http://support.wdc.com/product/download.asp?lang=en

    Trial versions of one of these 'might' help.

    SpeedFan
    http://www.almico.com/sfdownload.php

    HD Tune
    http://www.hdtune.com/

    I hope this helps.

  • (Error code: sec_error_revoked_certificate) No problem with Safari loading. Help, please

    This problem started 29/7 pm. No problem to access the site before this date. Air card has something to do with it?

    You can uncheck "use the OCSP protocol to confirm the current validity.

    Who should access the site.

    Make sure that you cancel the change once you are done with the site, and check the box to verify certificates online.

    You can contact the site and inform them about this issue.

  • CDN problems with muse cc. Help, please

    I created a design of parallax in muse cc I want to export the HTML to create a template for a CMS owner. Muse exports all assets with relative links in the HTML code. I have moved all assets in CAN and changed the links to point to the assets. When I try to open the HTML page, I get a security error.

    Further investigation showed that the main CSS file is the cause...

    I use a typekit so police. Who I am able to change it if necessary.

    Please any suggestions on how to use a CDN to assets on a muse generated page.

    I found that if I use a widget muse as a menu, I get errors using CDN however if I just make containers and make these plug-ins, I can effectively use muse to the creation of a model.  Adobe should think about letting what define you another domain/subdomain or CDN for asset storage and delivery in the properties of the site Panel. Which allows this type of dev.

  • Problem with IMovie and Quick time

    Hey everybody,

    I am faced with an unexpected problem with Quicktime and I Movie, and I was wondering if someone had already known that:

    I want to create a film based on shots from my personal camera. I started to work with IMovie to create a sequence of opening and added his musical band. I exported the scenes in Quick Time format without any problem. However, when I merge the exported sequence of I film with shots of my video camera, the soundtrack is completely eliminated.

    I checked on the Internet and saw that there might be a problem of "Codecs". To avoid this, I exported the sequence IMovie with Codecs of same as one of my video camera files.

    Now, if I compare the files exported from I Movie and those of my video camera, they have identical characteristics. However, the soundtrack will always disappear when I merge them.

    Could someone please help me solve this problem?

    Thank you very much in advance.

    Concerning

    Could someone please help me solve this problem?

    Not only based on what you already said.

    I want to create a film based on shots from my personal camera. I started to work with IMovie to create a sequence of opening and added his musical band. I exported the scenes in Quick Time format without any problem. However, when I merge the exported sequence of I film with shots of my video camera, the soundtrack is completely eliminated.

    How would you"merge" files? (I.e. a "QuickTime" format is any form of data compatible with the platform of supply and the specific structure of QT incorporated into real employment that is stored in a container of MOV file on any of up to 99 tracks possible). Also, what app do you use for reading the file 'merged '? (For example, some media players ignore secondary audio tracks as a result of some methods of 'fusion' of files so it is important to know how the files are "merged," whether or not the audio data are "scattered" several tracks, and/or if the Media Player supports playback of multiple, sequential audio popular.)

    I checked on the Internet and saw that there might be a problem of "Codecs". To avoid this, I exported the sequence IMovie with Codecs of same as one of my video camera files.

    The specific codecs and settings using the specific version of iMovie? (The current Mac OS X operating systems have two X QT and 'classic' Qt integrated structure so it is important to know what structure is used here and how).

    Now, if I compare the files exported from I Movie and those of my video camera, they have identical characteristics. However, the soundtrack will always disappear when I merge them.

    As a general rule, you should review the file "merged" to determine why it does not play back correctly rather than comparing the characteristics of the source being merged files. The main problem here seems to be in your project workflow. That is, you seem to be when you perform an operation in two steps rather than edit several iMove multimedia files and then export the combined results in a video the video and audio tracks have been flattened and exported in standard compression formats with unified settings, features and the.

  • I'm having a lot of problems with firefox and cannot figure out how to get help. It all started when I updated to 13. I get all kinds of advertising popups, I can't play a

    I'm having a lot of problems with firefox and cannot figure out how to get help. It all started when I updated to 13. I get all kinds of advertising popups, I can't play a game on FaceBook called Farm Town at all, and I get a popup of AVG on the cookies that I can't get rid of. These issues are causing me to use Chrome quite often, although I like Fox better. I've searched and searched how to get help and find nothing. How can I get personalized technical help? These problems will not occur in Chrome at all. Thank you.

    Do a check with some malware malware, analysis of programs on the Windows computer.

    You need to scan with all programs, because each program detects a different malicious program.

    Make sure that you update each program to get the latest version of their databases before scanning.

    Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

  • You just bought a new MacBook Air and it won't turn. There is just a circle with a dash. Help, please.

    You just bought a new MacBook Air and it won't turn. theres a circle with a dash. Help, please.

    If that's what you see, follow the instructions:

    Also consider getting an Apple store genius bar appointment and take advantage of the guarantee for a new MBA.

    Ciao.

  • My iPhone 5 s a problem that the accusation itself decreases without using the phone, I changed the battery it is always the same and I put it in airplane mode it's always the same problem how to solve this help please?

    problem iPhone 5s load is reduced to

    My iPhone 5 s a problem that the accusation itself decreases without using the phone, I changed the battery it is always the same and I put it in airplane mode it's always the same problem how to solve this help please?

    Please help me anyone

  • I tried to download PES 13 and everything I had, it was a folder called 'Package' which I still cannot access the post-secondary education program. I have a Compaq laptop with Windows 7. Help, please.

    I tried to download PES 13 and everything I had, it was a folder called 'Package' which I still cannot access the post-secondary education program. I have a Compaq laptop with Windows 7. Help, please.

    Make sure you download the windows files.

    You must download a 7z and an exe file.  put them both in the same directory and double-click on the exe file.

    Available downloadable Setup files:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

    window using the Lightroom 3 link to see these "important Instructions".

  • problem with Safari and the opening of sites

    problem with Safari and the opening of sites

    Please describe the problem in more detail?

    Try to reset the settings of Safari:

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select the Preferences/Privacy tab

    4. click on remove all data from the Web site

    5. close Safari.

    Remove cache Safari files:

    1. click on finder

    2. look for the menu GO to top

    3. click on GO and hold down the option key. This will show a user library folder.

    4. click library and find the Caches folder

    5. in the folder caches com.apple.Safari Ouvrezledossier

    6. move the Cache.db file Trash.

    This should solve the problem. If it does not help, try to disable the Safari extensions

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select Preferences

    4. find the Extensions tab

    5 disable all extensions of

    6. relaunch Safari

Maybe you are looking for