LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Eval Formula Node VI in exe version

Hi everyone, The node function I have used without problem in my applications, the problem arises when I generate an executable of my application, the text fiel shown in the panel can not be edited.

 

I've also had delays when I type equations like this:

 

T= 13.75-1.026*10^5/(X-1)+2.767*10^8/(X-1)^2-3.408*10^11/(X-1)^3+1.929*10^14/(X-1)^4-2.894*10^16/(X-1)^5;

 

X is a vector of 1x400.

 

The processing capacity is limited node function?, as I can give more processing power.

0 Kudos
Message 1 of 3
(2,295 Views)

Your question is not very clear. What do you mean by text file shown in panel, and what do you mean it cannot be edited? Also, what do you mean by delays? Are you referring to typing delays, or computational delays? Delays relative to what? I also don't understand what you mean by processing capacity. It would help if you actually posted your code.

0 Kudos
Message 2 of 3
(2,282 Views)

I'm not quite sure what you are asking, but you could try this if X is a vector:

 

Formula.png

 

Is this what you were looking for?

This will step through your array (vector) one element at a time, so it doesn't really matter how large the array is, assuming you are careful in other parts of your application.

Cory K
0 Kudos
Message 3 of 3
(2,274 Views)