LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

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?

0 Kudos
Message 1 of 2
(2,140 Views)

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;))

0 Kudos
Message 2 of 2
(2,115 Views)