DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Formula for finding channel value

Hi all,

 

Assumption : Dat file containing time and acceleration value. NOw there are only two channles.  Channel 1 is time . Channel 2 is Acceleration.

 

 

Step 1: Create two more channels. channel 3 and channel 4

Step 2:  go to analysis and search in accleration channel where its value is reached 1.xxxxxxxx

Step 3: Where ever it has reached 1.xxxxxxxx in accleration channel from that point in channel 3 and 4, Paste all the std values. Std values are in the attached excel file.

 

How do i do this?? what is the formula or script to do this?

 

Thanks in advance.

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

 

ChFind command determines the row in which a specific limit is reached

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

I tried to fully understand what you are trying to achive, and I have a few questions.

 

You search in channel "acceleration" for values exceeding 1.xxxxx. That gives you the index of this point. Let's say, the index would be I1. Then you would like to take the two values in Row I1 from "curve linear final limits ECE-AIS.xls" and add them to channels 3 and 4.

Then you continue to search for the next value in "acceleration" exceeding 1.xxxx and so on until you reach the end of channel "acceleration "

 

Does this correctly describe what you are trying to achieve ?

 

Andreas

0 Kudos
Message 3 of 3
(3,289 Views)