Well, how to add an attachment, when you use www.google.com to post
messages? If somebody wants to have an example vi, send me an email!
I try to explain: this vi is part of the inputs & configuration vi's
of a bigger measurement program (+100 vi's).
It get's its predefined values from global variables. Then it copies
these globals to the local controls. The user can change/add/delete
values in these controls (in this case an array input) and when he/she
is ready, he/she just presses an ok-button. Then the vi does a range check
and when all is ok, the values from the local array input is copied
back to the global variable.
The problem now: Normally the user loads a config file, all values are
read and copied into the global variables. Then the user is force
d to
check all values in those configuration-vi's by pressing "Ok" in every
sub-vi and everything is ok. But the last time I didn't use a config file
and tried to input all the values from the configuration vi's. That's
when I noticed this misbehavior: I tried to input a "0", but the vi
thought of getting ~"-1E-12" (found out via debugging mode).
Any help/advice?
JRA wrote in message news:<506500000005000000198F0000-1027480788000@exchange.ni.com>...
> Gerd, this may help if you could paste a VI which exhibits this
> behavior in this discussion. I'm not quite sure what you are seeing
> yet. Attach an example to a message and we will take a look at it.