LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Update at wavechart from inside at subvi

Solved!
Go to solution

A type definition?

Is there an example somewhere with the same issues?

0 Kudos
Message 11 of 15
(824 Views)

@Michael.Koppelgaard wrote:

I have at subvi controlling mass flow controllers and reading pressure transducers

I want to see what's happening inside the subvi.

Therefore I want plot of flow and output from pressure transducers.


Why does it need to be in a subVI?  If you are writing so much to the GUI, then it should probably be in the main VI.  Or remove the loop from the subVI and put it in a seperate loop in the main VI.  That way you use data flow to write to the terminals of your indicators.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 12 of 15
(822 Views)

The type of the control ref in the sub VI is "dbl". You need to make a new control reference with the new data type. That will change the appearance of the value property node so that it takes a cluster.

0 Kudos
Message 13 of 15
(806 Views)

Great  - now it worked.

thank you 🙂

0 Kudos
Message 14 of 15
(788 Views)

I see you point - thank you for your advice 

0 Kudos
Message 15 of 15
(787 Views)