LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Level triggered Integrator

Hello

 

In Control Design and Simulation there is Rising / Falling edge reset input for Integrator, is there any way I can design level triggered Integrator ?

 

It will be great if this small thing can be explained in some VI

 

Thanks in advance.

 

-------------------------------------------------------------------------------------------------------------------------------
Thanks & Regards,
Kunal Raithatha.
CTD - CLAD (I wish I can take off that A, and maybe use it later to replace D 🙂

Easy Tip :- "To copy an image to a VI icon, drag the image file and place it on the icon
located in the upper right corner of the front panel or block diagram" ...If you know any
more reply back.
-------------------------------------------------------------------------------------------------------------------------------
0 Kudos
Message 1 of 3
(2,457 Views)

There may be a way to write some code that accomplishes this task.

 

Help me understand a little bit more about how this integrator would behave. Is there some standard to define how a level-triggered integrator should behave, or do you get to make up the rules? What would constitute a level signal? Would the integrator reset as soon as it received two or three equivalent values for the reset input on subsequent timesteps? Would it continue to reset until the signal changes, or would it only reset at the start of the level signal?

 

Give me all the info you can and I'll try to help you find a way.

 

Cheers,

 

Damon

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

If you only want to integrate values above the threshold level, simply do a comparison.  Any data below the threshold is replaced by zero or NaN (Not a Number).  Then integrate the modified array of data.  The integration may behave somewhat differently depending on whether 0 on NaN was substituted.

 

Lynn

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