From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to hold data even closing the VI?

Solved!
Go to solution

Hi,

 

Some Developer Suite 2013 disks have just arrived on my desk, so I assume the beta is now over.

I have had a bit of a look but can't seem to find the usual 'Whats new in LV2013' information. 

Can anyone point me in the right direction?

 

Thanks.

0 Kudos
Message 11 of 15
(891 Views)

Friend wesleycheek

                                  If you have any doubt or question then you need to create your question rater then asking in other members question

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 12 of 15
(888 Views)

P@Anand wrote:

Writing to registry is a good way to save the top level configuration parameters like Checksum values. But for the data still I would go for writing to file like binary files (Cannot be edited manually) so your file is protected to a level. If you want to increase the number of parameters you can still easily do it.


I assumed he only meant to save the calibration value, which is a small enough number for the registry. The actual data should ofc be saved in a text or binary file.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 13 of 15
(879 Views)

I am not denying writing to registry since its safegaurded in many way. But what i thought is if the calibration parameters increases in the future its better to have it in a file itself. 🙂

-----

The best solution is the one you find it by yourself
0 Kudos
Message 14 of 15
(874 Views)

@Yamaeda wrote:

P@Anand wrote:

Writing to registry is a good way to save the top level configuration parameters like Checksum values. But for the data still I would go for writing to file like binary files (Cannot be edited manually) so your file is protected to a level. If you want to increase the number of parameters you can still easily do it.


I assumed he only meant to save the calibration value, which is a small enough number for the registry. The actual data should ofc be saved in a text or binary file.

/Y


I would greatly caution against using the registry.  Windows is becoming more and more locked down.  Even in Windows 7, you have to run as an administrator to be able to access the registry.  I've been told it is even worse in Windows 8.  Just right to a binary file the value you want.

GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 15 of 15
(867 Views)