On Jun 22, 6:54 pm, Mike Jones <
mjo...@iads-soft.com> wrote:
> You can use the PostTest Data Server to generate and IADS Data Set
> from a csv file.
> The first row is the comma separated list of parameter names.
> Each successive row are the samples for each column of parameters
>
> You use the File->Import option to then assigne a starttime and a
> samplerate for the parameters
>
> For more complex/progromatic datasets look at the IADS Data File
>
> On Jun 22, 6:27 am, pdvmipv <
luigino.pagan...@agustawestland.com>
> wrote:
>
>
>
> > Hello,
> > I want to perform some tests with data generated offline by an user's
> > application and I would like to know
> > how to import in IADS such a data.
> > I want to perform such an operations:
> > - I have a CSV file with the data of my signal (Time & Data)
> > - Import such a data in IADS calling them ParameterXXX
> > - Display data using stripchart
> > - Perform some STD IADS computations with such a data
>
> > How can I perfom such a procedure without writing code (COM Objects or
> > other) ?
>
> > If the only way is the writing of a COM object, Do you have a ready
> > made COM object that I can
> > easily personalize ? I mean, just few coding that consist in modifying
> > a function that perform the read of data from my file and then load
> > into IADS.
>
> > If not, can you give me detailed instruction to create such a Object
> > in an easily way, examples, etc ?
>
> > I have Visual C++ 6 and Visual Studio 2008
>
> > I read your example SampleFunctionVC.zip but it is an example of the
> > ActiveX Controls.
>