LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Interface

Hi,

I'm developing a simple program (using LV10) for my undergraduate students to demonstrate some concepts. However, the interface doesn't look too good to play with. I'm looking for some ideas to make it more attractive. Any suggestions would be greatly appreciated.

Thanks

0 Kudos
Message 1 of 9
(2,835 Views)

What is it supposed to do? As it stands right now what are the functions for the controls?

0 Kudos
Message 2 of 9
(2,827 Views)

If you are looking to make your user interface more attractive, check the following link: UI Interest Group . You will need to download the files and add them to your Front Panel Controls Menus.

 

Kudos/mark as solution are welcome! 😉

 

-Ciao

0 Kudos
Message 3 of 9
(2,826 Views)

The left and bottom vectors and matrices are inputs. The start buttons at the top are used to perform different simulations. The results are shown at the output figures and tables. The timer is used to change the simulation time. And the picture frame is for a static picture. 

0 Kudos
Message 4 of 9
(2,824 Views)

Thanks P.Sanders for the useful link. I'm sure it would help.

 

0 Kudos
Message 5 of 9
(2,823 Views)

Use System controls for better visual display. You can customize controls to make front panel more attractive.

 

Use following control themes readily available.

 

NI Theme

 

UI Control Suite: Metallic Theme

 

 

PBP
Labview 6.1 - 2019
0 Kudos
Message 6 of 9
(2,800 Views)

We should make a distinction between making something look "pretty" as opposed to making something be more functional, as in easier to use and more efficient. Just because something has nice colors doesn't mean it's easy to use or the most efficient control to use. That's why I think we should also consider the functionality of the controls and how the front panel is to be used. For example, in the shown front panel:

  • Is there a reason why there's a tab control with just one page?
  • What is the purpose of those large clusters? Is there a better way to enter the required data?
  • Arrays are being used on the front panel for data entry. In general, arrays should have low consideration as user interface controls for top-level panels. They are not very user-friendly.
  • Do you really need to have all of those graphs? Drawing graphs is an expensive operation, and you may find the VI slowing down considerably. 
  • It's not clear what the time scale is supposed to be for the slider. Is this hours? Minutes? Millenia?
0 Kudos
Message 7 of 9
(2,786 Views)

I agree with . LOL @ millenia! 😄

0 Kudos
Message 8 of 9
(2,768 Views)

Thanks PBP for the links.

ime scale is for hours, however I think it's off the topic. 

 

0 Kudos
Message 9 of 9
(2,762 Views)