08-06-2010 03:52 PM
Right now I have a program that can measure the Voc, Isc, and efficiency of the solar cell. How to provide a botton that takes a quick measure of Isc and Voc and display the result next to the botton? I want to do this because I want to know the Voc and Isc before hand, so that I can set the range of scanning. In addition, I also want to set an initial delay time in seconds. Right now, the delay time is 3 seconds, I can not find where to set it, 3 seconds is default.
Solved! Go to Solution.
08-06-2010 03:54 PM
ps this is the program I am using.
08-06-2010 03:56 PM
Button not botton.
It will be similar to what you did already in your other thread.
Have you taken the tutorials since then? I highly recommend you do.
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
08-06-2010 03:59 PM
Hi Ravens,
I am looking this kind of tutorial. That is so good for you to provide it to me. Thanks so much!
08-06-2010 05:31 PM
One thing you should really learn is how to use subvi's. You don' thave to have every bit of your code in the main block diagram. The size of the block diagram is just too big. You can't see the wntire code without having to scroll all over the place. The code in most of the event cases should be turned into a subvi. Then just call that subvi inside that event. This would shrink your block diagram tremendously and make it more readable. It also would make it more maintainable. It is called modular programming.
Here is a tip to make your code smaller: