Saving chart data and reload after restart of server?

Hi
I have a vi that communicate with another program called EES through DDE and sometimes EES mess up the server. My solution is to automatically restart the server once a day [this is good enough for me].
My question is: How do I get all my data in my charts to save and reload easiest?

Hi,
I think you may create a database table in your server and then pass your data to this table every time a new entry is made and calling the same from the database every time you run the VI after its restart. This can easily be done using the database connectivity tool-kit in the function palette. 
Regards,
Nitz.
(Kudos are always welcome)

Similar Messages

  • Loses date and time after restart

    It seems as if my MacBook has gotten a bit more sluggish and so I rebooted it. After the reboot the date/time went back to the year 2000. This is not normal. I am not sure if I have a hardware issue or a software issue. I have 2GB's of RAM which is not great, but should be enough for SL. The Mac gets sluggish when more apps are open which is expected with only 2GB's of RAM. But I just wonder if I am having a motherboard issue like I did the last time I had these slowness symptoms on my then Ibook G4.
    John

    Mine just did the same thing. I did a complete shutdown and when I restarted, I had the wrong date and time plus the system had lost my WIFI network password.

  • HT202157 Apple TV says it is updating date and time after a power outage here.  But nothing happens.  The wheel just keeps spinning.  What do I do to be able to use my apple tv?

    Apple TV says it is updating date and time after a power outage. But the wheel just spins and nothing happens..  The software is updated and my wifi router is on and working fine and recognized by the Apple TV.  How do I get Apple TV to work again?

    Thanks for the tip.  Unfortunately "Restart" did not change the situation.  I then used the "Restore" option.  After about 45 minutes of the unit going through the process, Apple TV was up and running again.

  • I just set an administrators name (my full name) and password for parental controls (using the one I always use) and now after restarting and trying to make changes to aprental controls it does not recognize my password

    I just set an administrators name (my full name) and password for parental controls (using the one I always use) and now after restarting and trying to make changes to aprental controls it does not recognize my password

    Hello, do you have another admin account to log into for a test?

  • TS1702 My Kindle app suddenly stopped working on my iPhone 4s. All my software is up to date and I have restarted the phone, uninstalled and reinstalled the app and it still opens and shuts down instantly. Any ideas?

    My Kindle app suddenly stopped working on my iPhone 4s. All my software is up to date and I have restarted the phone, uninstalled and reinstalled the app and it still opens and shuts down instantly. Any ideas?

    We need clarification here.
    Please don't just state version numbers, also state which software.  iTunes 10.7 requires OSX 10.6.8 or higher.  Leopard is OSX 10.5.8.  You have two alternatives right now.  One is to stay with Leopard for a while (ultimately you should upgrade) and install iTunes 10.6.3 which is the last version to work with Leopard.  This should work with iOS6 on an iPhone4.  The other is to call Apple and order OSX 10.6 (Snow Leopard) and upgrade the computer to 10.6.8 which will allow you to run iTunes 10.7.  The caveat is we know nothing about which computer you run and if it even can run any system higher than Leopard.
    Here is iTunes 10.6.3
    iTunes 10.6.3 - http://support.apple.com/kb/DL1575
    If you want to try upgrading:
    Get more information about your computer. Go to the Apple in the upper left corner of any window, then "About this Mac" and "More Info..."  Copy and paste the information here, but omit the serial number and Hardware UUID (if present).  If it says something about Intel or Core Duo or Core 2 Duo in the processor you can upgrade to Snow Leopard (assuming you have sufficient RAM/"memory").  If it says PPC or PowerMac, you cannot.
    Kappy 08/2012 post on upgrading to Snow Leopard, then Lion or Mountain Lion -  https://discussions.apple.com/message/19401628 - including how to get Snow Leopard and Lion since Apple removed them from the online store. 
    It would help when posting issues here if you would state exact error messages you see.  "It's still not working!" while a description of the situation does not speed us to a diagnosis of the underlying issue.

  • The utility's menu isn't coming up when I press and hold r and command after restarting

    I have a Macbook air and The utility's menu isn't coming up when I press and hold r and command after restarting. I'm trying to restore my mac to factory settings. I have version 10.10.2 OS X Yosemite.

    Then try:
    Install OS X Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    This should restore the version of OS X originally pre-installed on the computer.

  • HP G 42 UNABLE TO RECOVER OLD DATA AND FOLDERS AFTER I RAN RECOVERY TO FACTORY SETTINGS

    HP G 42 UNABLE TO RECOVER OLD DATA AND FOLDERS AFTER I RAN RECOVERY TO FACTORY SETTINGS

    Factory restore erases everyting on the drive, if you did not back up first, they are gone forever.

  • What mean that the sign of the GPS ( the arrow head) is always active although there isn't any application is opened and also after restart the phone

    What mean by, the sign of the GPS ( the arrow head) is always active although there isn't any application is opened and also after restart the phone still active

    Something is using location services. You can go into Settings, Privacy, Location Services, and see a list of what you have authorized for location services, and see a legend that tells what the display of the arrow head means and you should be able to compare it to the list to find out what app was using it.

  • Site does not load after some minutes of creation or after restart the server

    Hello,
    I have been asked to create a test enviroment identical to the production enviroment. So, what I did was:
    Backed up the production web application's content database: Prod_WSS_ContentDB
    Created new test servers (domain controller, sql server and sharepoint 2013 server) in a new, completely isolated, network environment, without any connection with the production environment (specifically Azure)
    Created a new web application in test environment with a new content database.
    Dismounted the new content database with powershell: Dismount-spcontentdatabase Test_WSS_Content
    Copy the Prod_WSS_ContentDB database to the test sql server and restored it with Management Studio.
    Mount the Prod_WSS_ContentDB databe to the web application with powershell:
    Mount-spcontentdatabse Prod_WSS_ContentDB -WebApplication http://testsp/
    Then, when I type http://testsp in the browser it redirects me to http://testsp/SitePages/Home.aspx
    and the site loads exactly as the production environment.
    But, after some minutes, or if I restart the Sharepoint Server, when I navigate to
    http://sitesp I am redirected to http://testsp/SitePages/Home.aspx
    as expected, but the site does not load, the browser just show a complety blank page.
    The Central Administration site loads normally.
    Trying to fix it I found that if I dismount the content database Prod_WSS_ContentDB, then mount the test database Test_WSS_Content,
    then navigate to the site, dismount Test_WSS_Content and finally mount again Prod_WSS_ContentDB, the site loads normally, no blank page, but after some minutes or if I restart the same happens again.
    For the error event I receice in event viewer it seems that the problem is related to database. I have not found a solution for this error... How can I solve  this?
    The error is:
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          6/27/2014 2:44:22 PM
    Event ID:      5586
    Task Category: Database
    Level:         Error
    Keywords:      
    User:          UCETEST\spaccount
    Computer:      TESTSP01.ucetest.edu.do
    Description:
    Unknown SQL Exception -2146893055 occurred. Additional error information from SQL Server is included below.
    A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
        <EventID>5586</EventID>
        <Version>15</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-27T14:44:22.743159500Z" />
        <EventRecordID>4742</EventRecordID>
        <Correlation />
        <Execution ProcessID="1688" ThreadID="1692" />
        <Channel>Application</Channel>
        <Computer>TESTSP01.ucetest.edu.do</Computer>
        <Security UserID="S-1-5-21-2552298216-324766354-3392103171-1108" />
      </System>
      <EventData>
        <Data Name="int0">-2146893055</Data>
        <Data Name="string1">A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)</Data>
      </EventData>
    </Event>
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

    Hi,
    According to your post, my understanding is that Site does not load after some minutes of creation or after restart the server.
    Please make sure you create a test environment for existing production site correctly.
    Here are some great articles for your reference:
    Moving content between SharePoint environments
    Copy SharePoint production data to a test environment
    Build a SharePoint 2010 Test/Development Farm
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support
    Hello Linda Li,
    I follwed that steps to create my test enviroment... and I have recreated it some times using that same steps, but the problem persits. After some minutes or after I restart the SharePoint server the site does not load.
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

  • Saving chart data into a spreadshee​t and also displaying it onto a table

    I am having a few different problems with this VI.
    My intentions are to display incoming data from the serial port, and view it on a chart as well as the table, then I want to save the data and the time values into a text or excel file.
    Receiving data and charting it is fine but when it comes to displaying it in real time on the table it looks like the Express table seems to be duplicating some of the entries as noted in the block diagram and the regular table keeps updating the values (date/time and value) on the first entry.
    Saving the data using write to spreadsheet file. vi poses some other problems when importing the History files from the Chart. It brings in the values except the date is the default NI date which I correct before going into the loop in order to accurately plot it on the display.
    If I use the Export waveform to spreadsheet file.vi it saves the data in the text file just fine, but if I save it into an excel file the Y values and the time values are all in one column.
    PLEASE Help
    Attachments:
    Export Waveform To Spreadsheet File.vi ‏44 KB
    Testing Blocks2aexp.vi ‏138 KB
    Waveform Time to Date Time String.vi ‏10 KB

    Mrjazzitup wrote:
    I think if you go to VI properties then go under Windows Size and uncheck the "Maintain proportions of window for different monitor resolutions" you can get it to work.
    If I open your VI in LabVIEW 8.5 or 8.2, the window title bar and menu bar, widow border, and scrollbar are all outside the visible region of my monitor, so I don't have access to anything. The FP even fully covers the task bar (set to autohide) so I cannot even get to the start menu. Even if I move the mouse to the lower screen border, it remains at the LabVIEW cursor. (This might actually be something that needs to be fixed in LabVIEW so it cannot happen!)
    All I can do is ctrl+e to go to the diagram (which looked like a huge mess without a clear indication where I am supposed to look), and thus I quit the program. At least it's nice that you gave my a shiny star, even though I could not help you. Thanks!
    As Dennis said, you need to familiarize yourself with the basics of dataflow. Building a 1D array with two elements and making this into a 1x2 2D array does not magically insert history data. You need to built the 2D array in a shift register or feedback node.
    LabVIEW Champion . Do more with less code and in less time .

  • E71 Asking Date and Time after a restart

    Hi,
    Yesterday when I connected my E71 with Ovi PC Suite, it prompted me, I have a phone firmware update available and unfortunately I clicked on update, the phone was updated in 15 mins but now a weired problem is happening whenever I restart the phone it asks me for the Date and Time. This was not happening a day ago.
    Please if some one can help out on this issue, is there anything I am missing? Is there a way that I can move to my old firmware because that was better than this update.
    Thanks in advance.
    Regards... 

    Hi Balaji.
    Use CONCATENATE functionality.
    A sample code snippet for your reference :-
    CONCATENATE  p_path  text-202 c_9 p_name c_9  lv_fcount  c_9  lv_date
                                                 c_9 lv_time  INTO  gv_file.
    Regards
    Abhii

  • My new Nokia Lumia 800 changes date and time after...

    When i switch off and on my Nokia Lumia 800, date and time changes: from 2 september 2012 8.00 to 2 march 2013 14.00. I need help to understand this strange problem and find a solution.

    chrysale wrote:
    I had the same problem with my Lumia 800. The Lumia 800 kept changing time and date as soon as I switched it off and turned it back on. In my case, doing a HARD RESET helped to fix this. BEWARE! You will lose all your data!
    Switch off your phone, hold Volume Down, Power, Camera buttons down. Switch phone on. As soon as it vibrates, release Power button, keep Volume Down and Camera button pressed for a few seconds.
    I have the same problem and after going through all the various support sites- Nokia, O2, and endless forums I was told the same thing "Make sure your auto-update for date and time is switched to automatic" But after telling them I don't know how many times that my Lumia 800 didn't have this option, only a 24 hours switch I was told there was nothing that could be done. However I appear to have sorted it out myself. The problem appears to be (or on my phone at least) is wi-fi connection, before I turn my phone off I have to disconnect from wi-fi and when I turn the phone back on the date and time stays corrected.
      When I set the date and time manually (for the 3000th time!!) I held in the power button until the slide down close screen disappeared then released it and the phone restarts, then I done it again- same proceedure just to be sure and ever since the date and time has stayed correct. BUT BE SURE TO TURN OFF WI-FI BEFORE SWITCHING PHONE OFF. Hope this helps

  • Tracback and reload after "sh policy-map type inspect zone-pair"

    Hi all
    hitting the issue that the device reloads after issueing "sh policy-map type inspect zone-pair"
    Patrick
    For image:
    Cisco IOS Software, ISR4400 Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(2)S, RELEASE SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2014 by Cisco Systems, Inc.
    Compiled Wed 26-Mar-14 21:38 by mcpre
    Uptime = 00:09:36
    Happens in isr4400-universalk9.03.12.00.S.154-2.S-std.SPA.bin and  isr4400-universalk9.03.11.01.S.154-1.S1-std.SPA.bin.
    CMD: 'h policy-map type inspect zone-pair'' 15:25:08 CET Fri May 23 2014
    Exception to IOS Thread:
    Frame pointer 0x7FE738ADCE70, PC = 0x2824D9F
    UNIX-EXT-SIGNAL: Segmentation fault(11), Process = SSH Process
    -Traceback= 1#0f900c654b45d2459c0c267ce51d6164  :400000+2424D9F :400000+974FE12 :400000+974FAB8 :400000+974F5E2 :400000+27A9BB0 :400000+28297C6 :400000+281182C :400000+2810189 :400000+975962A :400000+9759522 :400000+98645DA :400000+975991D :400000+AC061C :400000+ABF735 :400000+ABDAAD :400000+3FCC510
    Fastpath Thread backtrace:
    -Traceback= 1#0f900c654b45d2459c0c267ce51d6164  c:7FE7877A2000+BE012
    Auxiliary Thread backtrace:
    -Traceback= 1#0f900c654b45d2459c0c267ce51d6164  pthread:7FE782EFD000+A7C9
    RAX = 00007FE738ADCEC4  RBX = 00007FE735F40608
    RCX = 0000000000000001  RDX = 000000000000001F
    RSP = 00007FE738ADCE70  RBP = 00007FE738ADCE70
    RSI = 0000000000000000  RDI = 00007FE738ADCEC4
    R8  = 0000000000000001  R9  = 0000000000000000
    R10 = 0000000000000002  R11 = 0000000000000002
    R12 = 000000000000001D  R13 = C88E990B00000000
    R14 = C4CEAD38E77F0000  R15 = A0ED3436E77F0001
    RFL = 0000000000010202  RIP = 0000000002824D9F
    CS = 0033  FS = 0000  GS = 0000
    ST0 = 0000 0000000000000000  ST1 = 0000 0000000000000000
    ST2 = 0000 0000000000000000  ST3 = 0000 0000000000000000
    ST4 = 0000 0000000000000000  ST5 = 0000 0000000000000000
    ST6 = 0000 0000000000000000  ST7 = 0000 0000000000000000
    X87CW = 037F  X87SW = 0000  X87TG = 0000  X87OP = 0000
    X87IP = 0000000000000000  X87DP = 0000000000000000
    XMM0  = 00000000000000000000000000000000
    XMM1  = 00000000000000000000000000000000
    XMM2  = 00000000000000000000000000000000
    XMM3  = 00000000000000000000000000000000
    XMM4  = 00000000000000000000000000000000
    XMM5  = 00000000000000000000000000000000
    XMM6  = 00000000000000000000000000000000
    XMM7  = 5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C
    XMM8  = 36363636363636363636363636363636
    XMM9  = 36363636363636363636363636363636
    XMM10 = 5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C
    XMM11 = 5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C
    XMM12 = 00000000000000000000000000000000
    XMM13 = 00000000000000000000000000000000
    XMM14 = 00000000000000006F6F6B6B67676767
    XMM15 = 00000000000000000000000020202020
    MXCSR = 00001F80

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    I believe tracebacks are normally indicative of a bug.  This might be something more suitable to raise with TAC.

  • Updating date and time after closing notification thru FM 'STATUS_UPDATE'.

    Friends,
    My requirement is to update certain closed notification.
    Before opening a closed notification, the field QMDAB and QMZAB ( Closing date and closing time ) are present in the table QMEL with some values.
    Now i open this closed document thru my program, by updating values in JEST table, then change the notification thru another function module, and then close it again by reverting the changes done in JEST table.
    I am using the function module 'STATUS_UPDATE' to make the changes in JEST table.
    Now my problem is, though the notification gets closed after using 'STATUS_UPDATE', the closing date and closing time do not get updated in the database table QMEL. They become blank.
    I am using the function module 'IQS4_GET_NOTIFICATION' and IQS4_MODIFY_NOTIFICATION to make changes in notification.
    Kindly help.

    Hi,
    Your problem is that, after changing the notification status through the function module "STATUS_UPDATE" , field QMDAB and QMZAB ( Closing date and closing time ) are not updated in the table QMEL
    i am also facing the same problem.
    did you get the answerd for your problems ?
    can you please tell me, what you did, to solve your problems.
    can you please share your answer with me?
    you can contact me also if you wish
    duraisamy .  dhanaraj at accenture . com
    Manythanks
    Duraisamy

  • Profiles corrupt in firefox and thunderbird after restart win 7 new profiles created

    After restarting computer (Win 7 64 bit) new profiles in firefox and thunderbird created. Old profiles still there. May have been a Windows update (don't recall) at shut-down. Perhaps a clue Win 7 desktop ini file changed and this occurred: http://support.microsoft.com/kb/330132
    New computer install in use 2-3 days.
    == This happened ==
    Every time Firefox opened
    == After restart

    Solution:
    The profiles.ini file had changed for both Thunderbird and Firefox.
    I manually edited both profiles.ini files and changed the profile path back to the correct profile. For example I changed :
    Path=Profiles/bbwyygfp.default
    to:
    Path=Profiles/k5adm39.default
    Would mark this as solved if I knew how.....

Maybe you are looking for

  • Adobe Illustrator CS2 Runtime Error

    I have Adobe Creative Suite 2.0 and am running Windows 7 on my PC. Although all the other applications in the CS2 suite launch successfully, I receive a Runtime Error with each attempt to open Adobe Illustrator that reads: "Program:-rator CS2\Support

  • Mail stuck in out box

    I switched to roadrunner.com and created a new message going to all 500 addresses in my address book. It wouldn't send using the roadrunner, so I resent using old earthlink.com smtp which worked. But now the one created using roadrunner.com smtp is s

  • Logic 8 Quitting on Startup

    Logic quits after getting past "initializing core audio" and before it loads the UI. This started happening after I installed the latest QuickTime and iTunes. Is anybody else having this issue? If so, are there any work-arounds? Thanks.

  • Distribution Point Multicast and Unicast at same time

    Hi, Scenario: SCCM 2012 R2. All in one server. The server is distribution point (PXE and Multicast enabled). The questions are: If any Multicast dependency fails (i.e firewall blocks ports for multicast traffic), Does the OS image will be deployed us

  • IDVD Freezes / Spinning Ball of Death

    So my iDVD (v5) was pretty much freezing and giving me the spinning ball of death everytime I tried to either create a new project or open an old one. Therefore... my solution was to go out and purchase iLife 6 (w/ the new iDVD 6) thinking would solv