I wrote a program that uses several input variables in a series of formula nodes. For some reason I continuously get 0 once the formula node has executed, I'm not a programmer by trade and can't figure out why, any suggestions?? Thanks in Advance. Oh, I'm using LabView 6.1 if that helps.
Also remember that you could dramatically simplify your code by combining all your formula nodes into one (see picture).
You might also want to precalculate "Td+273.15", it occurs 4x in the formula node. There is definitely something wrong, either with the default values of your VI or with the formula. Air densities of 100000kg/m^3 seem a bit unrealistic. Are the units correct? ;).
Ok, thanks for the organization tip, it makes things a lot easier to follow. You were right about those equations I went back and re-evaluated my approach. Thanks for all your help.