LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PtByPt Filter: can't change parameters dynamically

Solved!
Go to solution

Hello,

 

In my VI I use PtByPt Low-Pass filter.

Surprisingly, the filter parameters (e.g. cutoff frequency, order) cannot be change dynamically ... i.e. when VI is running.

I order to new parameters be taken into account I should restart VI.

Is it correct behavior for PtByPt filter ?

 

Thanks.

0 Kudos
Message 1 of 4
(2,858 Views)
Solution
Accepted by topic author Pavel_47

After changing the parameters, did you set the 'initalise?' to true so the VI can reinitialise?


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 2 of 4
(2,849 Views)

You mean "initialize" input of filter ?

0 Kudos
Message 3 of 4
(2,842 Views)

Ok, I see.

Actually I've put button and it works: parameter are taken into account after button action.

But it's not very comfortably, I will try process it in the event loop.

0 Kudos
Message 4 of 4
(2,833 Views)