01-08-2007 04:09 AM
01-08-2007 10:31 AM
01-08-2007 10:52 AM
hello
I thank you for your answer and i appology for writing in frecnh, but I though I was in the french part of the forum ...
Indeed, I only have the 10.0 diadem version (even if I received the 8.2 Labview version...) but I will try the function that you indicated...
I thank you for your answer
Bertrand
01-09-2007 11:50 AM
Hi Bertrand,
Here is a brief VBScript which illustrates how to execute the data reduction when you have all the data loaded into DIAdem-- it should work in DIAdem 10.0.
Call DataDelAll
Call DataFileLoad(AutoActPath & "Example.TDM")
Call GroupCreate("Reduced Channels")
Call GroupDefaultSet(GroupCount)
ReducVal = 50
CalcXChn = 1
CalcYChn = "2-4"
ClassNo = ChnLength(CalcXChn)\ReducVal
Call ChnClassXRedXY(CalcXChn, CalcXChn, CalcYChn, "Automatic", "Mean")
FOR i = 1 TO GroupChnCount(GroupCount)
ChnName(CNoXGet(GroupCount, i)) = ChnName(CNoXGet(1, i))
NEXT
Call View.LoadLayout(AutoActPath & "Loaded Data Reduction.TDV")
Call WndShow("VIEW")
Regards,
Brad Turpin
DIAdem Product Support Engineer
National Instruments