12-16-2014 06:28 AM
How can I change this programm, that i will always replace the variable C instead of adding it to the value from the last while loop.
It is supposed to calculate a new C because the temperature T0 and the pressure P0 are changing. Right now it will always add the value to the previous value of C.
12-16-2014 06:35 AM - edited 12-16-2014 06:39 AM
Hi joschilly,
remove the add function (and the feedback node next to it).
Edit: after digging deeper into that BD you should replace the feedback node by a shift register and initialize that register with a zero…
In the next step you should replace that formula node by "real" LabVIEW functions (multiplication, power function), followed up by removing the FOR loop. Use polymorphism instead!
When you need help for that task you really should take the free online courses to learn LabVIEW!