Recording of data every hour, labview stops responding when the program stopped

Hello. I'm doing a labview program to read the data and recording to a PDM file every hour for as long as it runs. First of all, I wanted to test it on every 15 minutes to work the bugs how. I made the attached VI and simulated data. It works fine but when I press the stop button to stop the program, the mouse cursor becomes the "wait cursor" and it remains like that until the program says "(ne répond pas) ' and then it crashes." Needless to say that the data is not recorded or corrupt. Do not do this with shorter time intervals (say, record data every 15 seconds). Is the long time period why its happening? Is there a better way to address the issue? Thank you!


Tags: NI Software

Similar Questions

  • Buttons stops responding when the event takes place

    I have two independent loops while in a VI. A while loop have a structure of the event. Buttons stop responding when the event takes place. Is there a solution for this problem.

    If you change the event you can see the 'Lock Front panel' option, if you uncheck the box that your PC will not be locked. But the wisest method does not perform any operation within the structure of the event.

  • The HP printer won't turn on or respond when the power button is pressed

    The HP printer won't turn on or respond when the power button is pressed

    The HP printer won't turn on or respond when the power button is pressed

  • The application is not responding. The program can meet again if you wait. You want to put an end to this process

    Whenever logged on windows 7, I get the following message:

    "The application is not responding.  The program can meet again if you wait.
    Do you want to put an end to this process"with the choice of the end of the process and cancel.
    When I type complete the process the screen shows my wallpaper and not icons or the bar of windows at all. When I hit Cancel, the message of disappears for around one minute and shows up again.
    I can't use my phone at all in this way, so I hope you can help me.
    Sven

    Reboot the PC by using the F8 key at startup, this time select command prompt, and then follow the instructions for restoring the system;

    http://Windows.Microsoft.com/en-GB/Windows-Vista/Start-System-Restore-from-a-command-prompt

    Select a restore point to a period where it was all is OK

  • Need to collect data every hour

    Hello

    I'm relatively new to labVIEW and need help with this particulare VI. It is configured to collect data of vibration at noon and midnight. What I need to be able to have it changed so I would be able to collect data from every 1 hr. And eventaully I want to collect every 4 hours. Any help would be appreciated.

    I would be created something like this:

    The seconds time lets get a cluster of the time.  We just need the hours, Minutes and seconds of the cluster.  For the hours, use the Quotient and remainder divided by what you increment.  Add remaining with the seconds and minutes.  If the sum is 0, then you can start your recording.

  • D3D9Window stops responding when the reboot or shutdown of computer

    It started 3 days ago. When I restart or shut down the computer, a system window appears saying 3D9Dwindow is not responding

    and windows can't stop. If you choose to end the program now, it will lose all unsaved data and can cause Windows become

    unstable next time you run windows. or you can wait to see if this program will begin to answer... The first time I saw it that I leave to see

    If he was going to start answering, but he didn't after 30 minutes I clicked end program now. When I did he opened another saying of window system

    for me to talk about this microsoft program error, so I made then windows stops after he sent the info. After the first time my computer

    has started to hang up or real slow. and when I try to browse the internet I can not type anything in the address bar. I mean I can

    but a letter at a time and one minute 30 for 1 break between each letter. Its very aggravating. I get it answers do not each time I have

    shut down or restart my computer. What is this window D3D9? and how to I stop cause so many problems with my computer?

    Thank you

    Hello

    1. have you made changes on the computer recently?

    This file is associated with Direct X. I would ask you to uninstall the currently installed direct X and re - install the latest version and check.

    Registry warning:
    Important this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:
    How to back up and restore the registry in Windows:
    http://support.Microsoft.com/kb/322756

    Step 1.
    a. to do this click Start and type regedit in run and press to enter.
    Then, navigate to the following registry key.

    HKEY_LOCAL_MACHINE\Software\Microsoft\DirectX

    b. here, delete the DirectX folder, exit the registry editor and restart your computer XP.

    Step 2.
    Click on the link below and run the installer and follow the instructions on the screen to install the latest direct X.
    End-user Runtime Web install DirectX
    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=2da43d38-DB71-4C1B-bc6a-9b6652cd92a3&displaylang=en

    How to download and install DirectX
    http://support.Microsoft.com/kb/179113

    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • sudden loss of 200 + emails when the program crashed this am. At least 15 cases have lost all records!

    Mozilla has suddenly crashed this morning. I got a message on the screen telling me there was an unexpected error and Mozilla had stopped. He told me to hit just the 'button' to restart the program. When I did several issues in my two primary accounts were empty. Many were customer files, some were more personal important. (one was a record for a big family event next month).

    Whence this appointment? Everyone was able to find a way to get this information?

    right click on the folder, select Properties, and then on the button repair.

  • Data on 'Back' button pressure only when the cursor is in the text field

    All,

    With the help of members of the forum, I understood how to use the 'Touch down?' event to send text series when the user presses the button «Back»  Is there any way I can limit this function so that the data is only sent when the cursor is in or on the correct text box AND the user presses the return key?

    Thank you very much.

    You will be most of the way, if you change the event handled in a key event down to the control of the string, rather than for all VI.  This way, you haven't really even to worry about key priorities.  You have control over the "Limit to the single line" value chain so the new line in fact will not be added to the string, but you will always have the event.

    The other problem is that you read the value of string outside of the structure of the event, so the value you write to the indicator will be flawed when it is written.  The string value is not actually until you press the Enter key.  The event fires at the point where you hit enter so that it uses the value that is on the line at the time, which is the value before you hit enter, then your indicator gets old.  There are several possible solutions.  A simple, but not necessarily good option must set "Update of value while typing" and assumes that the user will always wait for at least 10 ms between the last strike and enter.  Of course, if you increase the timeout value you may miss some characters, and there isn't really a need for a case of timeout to all in the structure of your event (just another case for the power button).  Putting control of the Terminal string inside the structure of the event does not solve the problem - again, the event occurs before the new value is treated - but, oddly enough, reading the value of a property within the structure of the event node works (while reading a local variable does not work).  It could also save a dynamic event that triggers the update based on the control indicator.  You can add a registry to offset Boolean to act as a flag and handle the case of the value has changed for the control of the chain as well.  In the case of the value has changed, if the Boolean value is set, updated to the indicator and always set to Boolean false.

    Sorry it's all rather complicated, there are quirks to LabVIEW treatment event.  Reliable the more straightforward approach is probably reading the control value of the string to a property node in the case of the event.  While property nodes are not generally recommended, especially for obtaining or the settting a value when the terminal is on the same side, in this case I think that it is the least complicated solution.

  • Server data store will automatically get updated when the new file (with the same name) is placed in the landing area


    Hi guys,.

    The data store server-side will get automatically updated when a new file with the same name is loaded in the landing area?

    for example

    1 data store created for server-side get the file named UK.xls (he has 5 rows)

    2 snapshot created for the above data store

    3. created with the snapshot process

    After that if I remove 2 lines from the same file and load again to the landing (with the same name). So by re-running the process will take the last file OR do I need to reload the file in the data store every time when there is a change in the file. We also tried with option to work but the last file was not picking up.

    Any help will be really appreciated.

    Please lets us know your updates.

    Please advice

    Thank you

    VT

    Hello

    When you create a snapshot, you create a snapshot whose task (provided that you use a data store server-side) can be run from a job. To refresh the data, run the snapshot in a job task. If you create a task at the time the snapshot and the processes that use it, they will automatically connect and will be 'upstream' data through the snapshot in the process. You can then choose whether it would be appropriate to write the snapshot or not (for the effectiveness of performance if you want to do the straight through processing) by activating or deactivating the bucket of data staged that the snapshot written to. The snapshot in the work task means that the data is refreshed.

    For the work of design to the Director, you can refresh the snapshot by running again it manually in the context menu.

    Kind regards

    Mike

  • Error: "C:\Program Files\FileName\filename\unis000.dat" does not exist and cannot uninstall the program

    Original title: How can I removed the programs installed that I tried to uninstall, I get a message file does not exist can not uninstall what I do next

    Hello, well this is not the only program file I have in my list of programs in the programs and features. I get the same message when I try to run uninstall them. I get a red alert response in a separate box. This warning;  File "C:\Program Files\FileNmae\filename\unis000.dat" does not exist can not uninstall.

    Hi LuckySafeHaven,
     
    -What version of the operating system are you using?
    -With what program to this problem?
    -What is the name of the file that is mentioned in the error message?
     
    unins000.dat is a library of dynamic links associated with malicious software (dll). Legitimate dll files contain a set of executable functions that can be used by Windows applications. The dll associated with the malware containing malicious code that causes damage to your PC.
     
    Try to remove the folder/filename mentioned the location C:/Program Files.
    Scan your computer to remove malicious software.

    Do a full scan of the system with the Windows malicious software removal tool and search for malicious software present on your PC.

    Microsoft Windows Malicious Software Removal Tool to help remove specific prevalent malicious software from computers that are running Windows 7, Windows Vista, Windows Server 2003, Windows Server 2008, Windows XP, or Windows 2000. After you download the Microsoft Malicious Software Removal Tool, the tool runs one time to check your computer infections per prevalent malicious software (including Blaster, Sasser, and Mydoom) and helps remove infections it finds. Microsoft releases a new version of the tool each month.

    See this link for more details:

    The Microsoft Windows malicious software removal tool helps remove specific malicious software and present on computers that are running Windows 7, Windows Vista, Windows Server 2003, Windows Server 2008, Windows XP, or Windows 2000

  • When the Admin sign on the office comes to the top, but after that the computer does not respond when the user tries to do anything. There are actually turns off the computer with the power button.

    Original title: user profile

    My administrator user profile does not work properly, but I have a user profile that has activated the parental control that worked well for about a year and yesterday when this user logs on the desktop comes up, but after that the computer does not respond when that user tries to do anything. There are actually turns off the computer with the power button.  I ran a virus scan and spyware scan in my user admin profile and he has not found anything.  I don't know what to check.

    Hello rhunter15,

    There may be a program to interfere with Parental controls so that we can try a few things to see if we can determine the application or program that is causing problems.

    First of all, we run System File Checker to see if you have a corrupt file system.

    • Click Start
    • Click on all programs
    • Click Accessories, and then right-click on the command prompt.
    • Select the Security tab and choose "Run as Administrator"
    • Click on command prompt
    • Type SFC/scannow.

    It will scan and repair any damaged operating system files.

    To determine if there is a program because of a conflict, we recommend that you perform a "clean boot" of the computer. A clean boot is designed to disable programs and services in the background as much as possible. This helps determine which service or program can be the cause of the problem.  For more information about how to perform a clean boot for troubleshooting, click the number below to view the article in the Microsoft Knowledge Base.

    KB 929135 - how to solve a problem of performaing a clean boot in Windows Vista.
    http://support.Microsoft.com/kb/929135

    Once you have finished the clean boot, check again and see if you get the error of parental control.

    If please post again and let us know if that helped pinpoint the problem or if you still need help.

    Thank you

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to recover data from a response of connection when the connection is unknown(-1)?

    I use the following code to retrieve the data in response to a connection:

    long len = _httpConnection.getLength();
    is = _httpConnection.openInputStream();
    _data=new byte[(int)len];
    is.read(_data);
    returnContent=new String(_data);
    

    But how can I form a byte array, when the length is-1 if the response includes appropriate data.

    Any ideas / best way to get the inputstream?

    StringBuffer sb = new StringBuffer();
    while ((ch = is.read()) != -1)
    {
       sb.append((char)ch);
    }
    
  • Remote PC stops responding when the lines are added to a multiline textbox

    Hello

    When connected two RDP connections and multiline textbox is visible and always up-to-date (e.g. time real record on the screen), then all other processes and threads are suspended on the remote PC. For example, the task manage does not refresh, the clock stops, if you have a few applications running on this PC Server/services so their customers will get the writing/connect timeout errors, etc.

    to reproduce this problem:

    1. create a test application simulating recording in real time on the screen. For example, create a new GUI application (for example, in visual basic, delphi, etc.), several (for example six) textbox, control and set multiline = true (or use TMemo components in delphi), add the button and code to add rows in a loop (for example 200 iterations) these textbox/TMemo controls (see the sample code below). Build the executable

    2. have three PC of loan. The first connect to second via RDP and from there linking to third parties via a second RDP connection. Third PC start test application, that you created in step 1. While the lines are added to the multiline/TMemo text box, try to do something with this PC, for example open the Task Manager, check how it is refreshing, open clock and note how seconds are proliferating, try to connect to some services from another PC (shared disk for example, ftp, web, etc.) and see how to answer they are

    Windows 2000 seems to be ok, xp, 7, Server 2003/2008 have some problems

    is there something that we could do to make the third-party application with real-time logging to the multiline/TMemo text box does not slow down or suspend our services that are running on the same PC, when someone connect via RDP? also, it would be great if microsoft could fix this problem

    example code:

    For i As Integer = 1 to 200
    Dim s As String = «»
    J As Integer = 1 to 10
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox1.AppendText (s & Chr (13) & 10)

    J As Integer = 1 to 10
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox2.AppendText (s & Chr (13) & 10)

    J As Integer = 1 to 10
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox3.AppendText (s & Chr (13) & 10)

    J As Integer = 1 to 20
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox4.AppendText (s & Chr (13) & 10)

    J As Integer = 1 to 20
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox5.AppendText (s & Chr (13) & 10)

    J As Integer = 1 to 20
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox6.AppendText (s & Chr (13) & 10)
    Next I

    var
    i: Integer;
    s:string;
    Start
    for i: = 1 to 200 start
    s:='';
    While length<20 do="" s:="s+intToStr(i)+'">
    glMemo1.Lines.Add (s);

    While length<40 do="" s:="s+intToStr(i)+'">
    glMemo2.Lines.Add (s);

    While length<60 do="" s:="s+intToStr(i)+'">
    glMemo3.Lines.Add (s);

    While length<80 do="" s:="s+intToStr(i)+'">
    glMemo4.Lines.Add (s);

    While length<100 do="" s:="s+intToStr(i)+'">
    glMemo5.Lines.Add (s);

    While length<200 do="" s:="s+intToStr(i)+'">
    glMemo6.Lines.Add (s);
    end;

    Thank you
    Paulius

    http://social.technet.Microsoft.com/forums/en-us/itproxpsp/threads

    you might do better at the forum above. Good luck. :)

  • Features of Installation of Windows 7 software service stops responding when the system configuration

    I noticed that Windows 7 RTM (all versions, x 86 / x 64) has a bug on its features to Software Installation service which causes updates Windows hang during setup of the system (i.e. Windows is stuck on the message "preparing to configure Windows - do not turn off your computer"). M$ suggests to perform a repair with system restore or re - install the operating system from scratch, but is not an effective solution.

    Given that Microsoft has published 5 updates for setup of functionality of software on Vista, I wonder why they don't release a similar patch for Windows 7?

    I opened a support to report the problem incident, which probably occurs after installationreliability KB974431 update(Windows6 1 - KB974431 - x 64.msu).

    When Windows Update installing KB974431 update , the following error message appear when Windows configures updates after the system restarts and the installation of the update fails with error code ofC004F050 .
    Above the error due to the Windows operating system can not pass genuineWindows validation (WGA) . installation of KB974431 will fail if validation fails, or returns a status not valid or not genuine. Here is the procedure to fix it:

    1. click on Start .
    2. in the run box, type cmd and press ENTER.
    3. you will see the black command prompt window.
    4. enter sfc/scannow
    5. If this disable the grace period, it is reset using this code: slmgr /rearm
    6. restart your computer.
    7. try to update again.

    Hope this solution helps!

  • Siebel client stops responding when the workflow simultating

    After repository import I not able to simulate workflows on any repository. Suggestions please.

    Please note that I have created another discussion with fdr as attachments and with the object Siebel Client crashing @ Workflow Simulator

Maybe you are looking for

  • How to completely cancel the Firefox Sync funtion?

    I don't have all of the other computers or mobile devices and don't have no intention to get a. So, how can I cancel completely the Firefox Sync function. I filled out by mistake and do not want the active function making it possible for someone else

  • Resolution 4K on Apple TV?

    Are there any available via Apple TV content that flows in resolution 4 K/UHD?

  • Cannot install for vista 32-bit update (KB974306)

    I can't install on Microsoft site, this update (KB974306). I have windows vista 32 bit. This came to my attention by failing to my automatic updates as initially planned. Please advise me on what to do. Very new to the use of the pc in general. How e

  • Wireless Vista SP2 issues

    First, I installed SP2 for Vista x 64 may 27 by a wired LAN connection. This night there I couldn't connect wirelessly to the internet at the hotel. Checked for problems with the ISP and none have been detected. The next day I uninstalled SP2 and the

  • Storage circuits and dot1q FCoE

    We have live from Netapp for the FIs storage configured as storage fcoe ports, the FIs are in mode switch CF. I see the netapp in FIs flogied so the CF part looks good. On the side of netapp, we have a 10 g interface, e1a, with an IP on this subject.