LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Items in front panel but not appearing in the block diagram

Solved!
Go to solution

Hello everyone

 

i'm working on a project for my lab that basically give the user to choose the type of flow then the type of fluid used and the program is only limited to work with only two fluids to simlpfy the project. problem is after doing all the work for the first case, all items disappeared ( controls, indicators, relations, formula) and now only I can see them on the front panel.

file is attached with pictures

 

thanks in advance

Download All
0 Kudos
Message 1 of 5
(1,030 Views)

Some terminals aren't visible because they are in hidden case frames.

Double-click a control/indicator to find its terminal.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 2 of 5
(1,024 Views)
Solution
Accepted by topic author Abdalh216

Well, the BD terminals are easy to find from the front panel.

 

Frozen_0-1647984874011.png

 

And once you find them... please don't start making local variables from them.

---------------------------------------------
Certified LabVIEW Developer (CLD)
There are two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 3 of 5
(1,016 Views)

Seems you just started with LabVIEW, so I really recommend to go over a few tutorials first.

 

  • Create a simple state machine.
  • In no case should you use orange numerics for simple integers!
  • Use an enum for the geometry input, you can wire it directly to the case structure.
  • Same for water vs oil, etc.
  • spell check your front panel (geomtry, inserrt, turbelant)
  • etc.

Come back after you have a semi-working VI and we can give you more specific hints for improvement. 😄

0 Kudos
Message 4 of 5
(1,002 Views)

Thanks Mr, very helpful

0 Kudos
Message 5 of 5
(958 Views)