Hi everyone,
I am new to Labview and have some problems with it.
I attached vi and its screnshot. This is the code from one of my colleges.
I have edited it to use for my purpose (contorlling 2 MFCs for N2 and CO2).
But there are some extra units in gas phase information section that I dont need such as Capacity values, oxygen content and pressure related values.
When I remove these from front panel I get a error. (I remove these names from bundle in block diagram as well)
Can anyone help me with that?
Thanks in advance
해결되었습니다! 솔루션으로 이동.
01-09-2025 10:23 AM - 편집 01-09-2025 10:25 AM
Don't touch the cluster or mess with the labels! Just hide the elements you don't want to see.
(sorry, cannot open VIs in 2024. Consider "save for previous, 2020 or below" before attaching.)
Details: cluster are define by the datatypes of the elements and the defined element order (as well as the element labels if you use "(un)bundle by name"). Any change will create a different datatype, breaking the wires!
Thanks, that was very helpful