Hi
If you want to detect whether an optional input is wired or not, you can
simply define a "nonsense" default value and if the value received is equal
to this "nonsense" value, the"real" default value can be used instead. This
works with some inputs but is quite tricky with booleans..... With numbers,
NaN can be used as a good "nonsense" default to check for. Of course, of
you want to occasionally actually send "NaN" to the VI, this is also
problematic.
Shane
Matthias Waschk schrieb in Nachricht <990605333.33932@mail.mavd.de>...
>Hello together,
>
>how can i detect (inside a sub-vi), whether an input of it is wired form
>outside or not???
>
>--
>MfG / best regards
>M.Waschk mailto:waschk@mavd.de
>
>
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)