LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reason for executable to not run but development runs

The formula node in my development version runs ok (I see all calculation). The same formula node in the executable build fails (I get "Inf") on one calculation then the rest that follow is garbage. My formulas start out like this...

fo = (fh*fl)**.5;
QT=fo/(fl+fh);
alpha = (fo/fs)**2-1;
...

"alpha" value computes to Inf whenever I run the executable. If I run development "alpha" parameter is correct...

I think my syntax is correct since everything is OK in the development environment.

😞
richjoh
0 Kudos
Message 1 of 2
(2,368 Views)
I would like to reproduce this, but I don't have enough information. Could you attach a small demo VI with typical input values?
 
What is your LabVIEW version? What is you OS?
0 Kudos
Message 2 of 2
(2,364 Views)