05-07-2008 02:52 PM
05-08-2008
09:52 PM
- last edited on
05-06-2025
06:33 PM
by
Content Cleaner
Hi Ken,
I briefly looked over your code and the formula you are using.
I believe this application is better implemented using labVIEW built in Formula Nodes Mathematics>>scripts & formulas of the functions palette (more info here too)
It's often used when users have complicated mathematical formulas.
It uses c like text based language to quickly calculate your desired formula. It makes it a lot more readible, scalible and maintainable.
Please take a look. it should make your code cleaner too
01-29-2009 05:07 PM
We recently published a free downloadable LabVIEW toolkit for solar cell I-V characterization. It is also accompanied by a series of application notes on photovoltaic testing principals and theory. I hope that's useful-- best of luck with your research.
http://www.ni.com/greenengineering/renewable_energy/solar.htm
02-01-2009 08:17 PM
Hi ,
When I run your VI I found out that It is 0 at 0.61 but due to the floating point it will show -0.0609.I attached the screen shoot of the VI.If not you try to use the formual script to test it out.
Regards.
S.Ahmad.
02-01-2009 09:55 PM