09-23-2025 11:30 PM
Hello everyone, so i have a program that i have created, its based on measuring relative humidity using a psychrometer which has a wet and dry bulb, if possible my formulars can be corrected in the formular node as well as a feature that could be integrated into my labview program that conducts calculations, will be displayed as a loading feature that say shows a calculation being performed.
09-24-2025 12:55 AM
Hi Shezbabe,
@Shezbabe7 wrote:
if possible my formulars can be corrected in the formular node
You want us to do your job of debugging?
Why is there no comment in your VI block diagram that shows the "correct formula"? Do you know you can even place images (like screenshots) in the block diagram?
@Shezbabe7 wrote:
as well as a feature that could be integrated into my labview program that conducts calculations, will be displayed as a loading feature that say shows a calculation being performed.
You want us to even improve your VI, based on a very generic description missing a lot of details?
Do you know there is a forum dedicated to offer LabVIEW jobs? (You should include some numbers on the fee to be paid be you.)
On your VI:
09-24-2025 09:17 AM - edited 09-24-2025 10:42 AM
In what way do you want to change the formula? (different formula? same formula different terms?, etc.). Don't use a formula node!
What's the point of graphing the raw data and not graph the %humidity? If you would keep a 2D array in the shift register, you can just append a new row of data. 50% less code!
Your code is overly complicated and has a lot of problems, for example:
09-24-2025 09:41 AM
If you want to be able to adjust the two terms of the formula, just make them controls.
Here is identical code without the use of the formula node.