DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

automatic change in all pages of the report

Hi Wasim90,

 

If I should analyze the problem, I also need the dataset.

 

Greetings

Walter

0 Kudos
Message 21 of 35
(1,036 Views)

Therre is no TDX file.

0 Kudos
Message 22 of 35
(1,033 Views)

Yes of course, you can only upload up to 10 MB, but the file has 17 MB! Is there any way to upload a larger file?

0 Kudos
Message 23 of 35
(1,031 Views)

I assume it is not necessary to have the whole dataset. I think 2 or 3 layout pages plus the corresponding data are enough. Can you reduce the layout and dataset in this way?

0 Kudos
Message 24 of 35
(1,025 Views)

I hope it works now

0 Kudos
Message 25 of 35
(1,017 Views)

The problem was the XY-Relation, which was wrongly defined. I have attached a working example.

You find the XY-Relation function in ANALYSIS in the toolbar “Channel functions”

0 Kudos
Message 26 of 35
(1,013 Views)

Hi Walter,

 

actually, the events come after the evaluation.
the events come so after the evaluation , here is the code for the evaluation . What should be changed in the code to get each event with a defined time.
I also sent an example of a file before evaluation, after evaluation we then get channels with low-pass filter, which are also done without event search.

 

Greeting

0 Kudos
Message 27 of 35
(1,007 Views)

Which code?

0 Kudos
Message 28 of 35
(1,002 Views)

Call Data.Root.ChannelGroups.Add("Ereignisse -Filter-a-5-3 Y", 4).Activate()

ChnEventList1 = ChnEventDetectionWindow("Zeit 1 - Standardmessrate", "Filter-a-5-3 Y", 0.5, 100, 0, 0)
ChnEventList1 = ChnEventFilter(ChnEventList1, "Peaks", 0.08, "Value")
ChnEventList2 = ChnEventDetectionWindow("Zeit 1 - Standardmessrate", "Filter-a-5-3 Y", -0.5, -100, 0, 0)
ChnEventList2 = ChnEventFilter(ChnEventList2, "Peaks", 0.08, "Value")
ChnEventResultList = ChnEventOperationOR(ChnEventList1, ChnEventList2)

ChnEventList1 = ChnEventResultList
Call ChnEventCreateXYChannels("Zeit 1 - Standardmessrate", "Filter-a-5-3 Y", ChnEventList1)

0 Kudos
Message 29 of 35
(998 Views)

thank you very much, it worked.
but I had to write code for each event in each channel. and at 15 channels and only limited that to max 12 events for each channel. so that means about 180 code to match only for xy axis!

 

 

 

Greeting

0 Kudos
Message 30 of 35
(986 Views)