LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

default storing

I use an array of cluster to store some parameters of my test system.
I want to change it in a subVI which is called without (any input) to
give out this array of clusters.
I want to make the values of ths array to default to save my parameters.

When I copy the VI to another directory I loose the default values.

My Question : Where are the default values stored and how can I
move/copy them ?

Thanks for any help
Urs
0 Kudos
Message 1 of 3
(2,842 Views)
Could you please post your code?

I am unable to duplicate the problem per your description. When posting your code, please also indicate the EXACT steps that ocurr when you lose the default values.

The default values are saved IN the VI, so I don't see how you are losing them.

If you are using a typedef, this is possible, except that it should still be autoupdating from the typedef.
0 Kudos
Message 2 of 3
(2,842 Views)
Labviewguru,

The variable is an array of cluster. The cluster is strict typ def,
because it is used for several purposes.
I lost the default values when
1 copying the variable to another project which has the type
definitions stored on its own
2 when adding a numeric to the cluster ( I understand this one somehow)

THanks
Urs


Labviewguru schrieb:

> Could you please post your code?
>
> I am unable to duplicate the problem per your description. When
> posting your code, please also indicate the EXACT steps that ocurr
> when you lose the default values.
>
> The default values are saved IN the VI, so I don't see how you are
> losing them.
>
> If you are using a typedef, this is possible, except that it should
> still be autoupdating from the typedef.
0 Kudos
Message 3 of 3
(2,842 Views)