07-12-2011 11:14 AM
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
07-12-2011 11:22 AM
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.
07-12-2011 11:29 AM
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.