LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Q: Save waveform chart properties in a "setup file" for later use

I'm looking for a way to save all properties for waveform chart in a "setup file".

 

So a user easy can reload the properties, in order to get the same well defined "chart view" again.

 

How can this be achieved easy, without the need to handle all properties "one by one" ?

 

 

0 Kudos
Message 1 of 4
(2,605 Views)

You will still need to do all the changes of the properties in an initalization state of your VI. So setting all the properties.

But you cen use the configuration file VIs for creating a usefull txt file where users can change properties, simply use the Example Finder for examples on that.

 

Christian

0 Kudos
Message 2 of 4
(2,594 Views)

Many thanks Christian:smileyhappy:.

 

Im familiar withy the need for init and the use of a configuration file.

 

My question is more with respect to my search, for a way to extract ALL properties from a chart in a easy way?.

 

The curves are not really required - only the setup.

 

 

Ulrik

 

0 Kudos
Message 3 of 4
(2,591 Views)

Well, there is no reason why you would want to puplish all the properties to a user since there are some which are only readable, some which are not available in runtime and some which are for no interest, like the Class ID or Class Name.

 

Since ther is no property or method to get them all at once you will simply need to use proptery node where you select all the properties of interest.

 

 

Christian

0 Kudos
Message 4 of 4
(2,576 Views)