07-09-2019 10:12 AM
Hi everyone,
I need some help with a design in labview.
I have designed a lux meter in labview to determine the light intensity using a LDR.
but when I'm running the program, the lux meter gives negative values instead of zero when it is completely dark.
How do I change the design to make the lux meter go from zero to positive values?
Many thanks,
07-09-2019 10:19 AM - edited 07-09-2019 10:21 AM
Hi raghnie,
when you get unreasonable values then your "design" (aka algorithm) might be wrong…
How do I change the design to make the lux meter go from zero to positive values?
Use MinMax with zero as 2nd input and use the max output…
Although this will solve your question it most probabl is not want you want - but it is what you asked for!