LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to provide a botton that takes a quick measure of Isc and Voc?

Solved!
Go to solution

 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.

0 Kudos
Message 1 of 5
(2,907 Views)

ps this is the program I am using.

0 Kudos
Message 2 of 5
(2,902 Views)
Solution
Accepted by topic author Perry_Liu

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

0 Kudos
Message 3 of 5
(2,900 Views)

Hi

0 Kudos
Message 4 of 5
(2,895 Views)

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:

 

20875i42F3C44DCA1B7DBA

- tbob

Inventor of the WORM Global
0 Kudos
Message 5 of 5
(2,878 Views)