Re: i created boolean references in my main vi block diagram and...

2004-02-14 Thread Ben
Expanding and clarifying what BJD said;

After you create the temporary sub-VI that BJD mentioned, open its
front panel and copy the reference control that LV created when it
created the sub-VI.

This reference control will be correct class etc that you need. Use
the control to replace the original control that you were attempting
to wire up.

The technique of create sub-VI...copy always works for me.

There is one more thing that you should watch out for.
The mechanical action of the boolean can not be set for latch action
when attempting to read the value using a value property node.

Trying to help,

Ben



i created boolean references in my main vi block diagram and...

2004-02-13 Thread Mudda
i created boolean references in my main vi block diagram and copied
them to my sub vi front panel. when wire my reference in my main vi to
one the input node of the sub vi the wire is broken. the error says
its a class conflict why?

i created boolean references in my main vi block diagram and copied
them to my sub vi front panel. when wire my reference in my main vi to
one the input node of the sub vi the wire is broken. the error says
its a class conflict why?



Re: i created boolean references in my main vi block diagram and...

2004-02-13 Thread Robert Cole
Does the reference in the subVI say Bool Refnum on it or is it a
Control Refnum? You also might try right clicking on the refnum in
the subVI and selecting Include Data Type. This will turn on or off
the strictly typed reference property. That's where I ran into
problems.

 Rob