LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Suggestions for block diagram improvement

Hi

I've been working on a program for a while now and I was wondering if there are any suggestions on how to make it better. It works just fine, but I was just wondering if there are anyways in making it "prettier"?

 

Thanks,

Chet

Download All
0 Kudos
Message 1 of 3
(2,376 Views)

My inner Malcolm Gladwell says that when you post images labelled 'upper half' and 'lower half' it is probably a good idea to lose some whitespace and perhaps use a subVI or three.  'Left half' and 'Right half' might be acceptable, if you are forced to have a large BD, it is better to limit yourself to horizontal scrolling.

0 Kudos
Message 2 of 3
(2,365 Views)

To be honest, there's not a whole lot there, so there's not much to do. I suppose you could straighten out the wires. It seems your DAQ Assistant is collecting one sample from multiple places. I say this because you are wiring dynamic data to numeric indicators and charts (as opposed to arrays and graphs). Given that you could convert the dynamic data coming from your DAQ Assistant into an array of numbers and just use a for-loop. You can place the individual numeric calculations in a case structure. Don't know how complex your formulas are.

0 Kudos
Message 3 of 3
(2,351 Views)