LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate using Time Domain Math Express VI

Hi,

 

I wish to change the time domain math express vi programatically. I opened up the express vi and found that I could change the operation from derivative, integral, difference, summation by changing the ring value. However, I can't find the property of the integral operation where you can select periodic reset integration or continous integration. I would like to have access to this property so I could change the length of the period if possible.

 

Understand or do I need to do up a VI?

 

Strokes 

0 Kudos
Message 1 of 4
(2,627 Views)

Hi Strokes,

 

I think the calculation mode inside the VI's Front Panel is the boolean one labelled Per Block - where False means continuous (uses data from previous segments of data in performing the calculation) and True means per segment (does not use data from previous segments of data in performing the calculation).

Regards,


Imtiaz Chowdhury
Project Manager
Green Running / Austin Consultants

Message 2 of 4
(2,611 Views)

@alpha1 wrote:

Hi Strokes,

 

I think the calculation mode inside the VI's Front Panel is the boolean one labelled Per Block - where False means continuous (uses data from previous segments of data in performing the calculation) and True means per segment (does not use data from previous segments of data in performing the calculation).


Thanks alpha, only one way to find out I guess.

 

Strokes

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

@alpha1 wrote:

Hi Strokes,

 

I think the calculation mode inside the VI's Front Panel is the boolean one labelled Per Block - where False means continuous (uses data from previous segments of data in performing the calculation) and True means per segment (does not use data from previous segments of data in performing the calculation).


Hi Alpha,

 

From your experience is it possible to set the period size programatically also?

 

Strokes

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