06-18-2012 07:34 AM
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
06-19-2012 06:01 AM
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
06-19-2012 06:31 AM
@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
06-22-2012 07:26 AM
@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