LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Continuously update formula node

Solved!
Go to solution

Hello,

 

I have created a formula node, and one of the variables is connected to a DAQ assistant by means of a 'from DDT' which converts the dynamic data to the latest value. However, I want my formula node to continuously update the output if the input from the DAQ assistant changes. Right now it only takes the value from the moment I press 'run'. How do I get my formula node to do that?

0 Kudos
Message 1 of 3
(2,835 Views)
Solution
Accepted by topic author Allard171

Put everything in a while loop and check if the last value is different from the new value. if true run your code in a case structure.

Message 2 of 3
(2,830 Views)

Could you please share a photo of your code? I have the same issue..

0 Kudos
Message 3 of 3
(1,860 Views)