DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert data in ASAM ODS standard

Hello, I need to convert some data file (data acquired and saved through a private tool ) in an ASAM ODS file format. How can i do? please give me some  suggestions about this standard or let me know where can i read something about it

Thank!

0 Kudos
Message 1 of 5
(5,957 Views)

Hi Smilegv

Is the data in  a file (like a atfx format, or inside of a database like (oracle)?

 

Either format will be able to be read in DIAdem.   

 

A usefule web site is www.highqsoft.com.  They are the most knowledgable company I know about ASAM-ODS.

 

Checkout the highqsoft.com web site and enjoy.  

 

Paul

 

ps. Have done extensive work with ASAM-ODS data storage systems. (models, importers and reporting apps)

0 Kudos
Message 2 of 5
(5,827 Views)

Hi, Thank you for reply.

I don't know anything about ASAM ODS...but i have data measurement organized as above and i have to reorganize them in an ASAM ODS standard format...atfx format is a good format? how can i obtain an atfx file from my data measurement? there is some labview vi? I found this post in Labview forum but i don't find the example 

 

DateTime Tempo prova Tempo parziale SYSTEM exec Passo prova Giri mot Tamb T2 T3 T4 T5 T6 Olio Tin acqua Tout acqua Tdry Twet Patm Pasp P2 P3 P4 P5 Pin acqua Pout acqua Poil Pvaso esp. Pin Fuel Pout Fuel
  s s     rpm °C °C °C °C °C °C °C °C °C °C mbar mbar bar bar mbar bar mbar mbar bar bar mbar mbar
2015 07 02 19 25 37.362 2.45 1.4 Inizzializzazione 3 0 24.5 41.8 228.7 221.6 31.27 101.4 88.8 91.8 24.5 0.21 1017.8 1 0 0.002 3 0 0.184 0.177 0.066 0.151 0.022 0.038
2015 07 02 19 25 37.512 2.6 1.55 Inizzializzazione 4 0 24.5 41.8 228.7 221.6 31.27 101.4 88.8 91.8 24.5 0.33 1018.14 1 0 0.001 3 0 0.184 0.177 0.064 0.151 0.021 0.038
2015 07 02 19 25 37.712 2.8 1.75 Inizzializzazione 4 0 24.5 41.8 228.7 221.6 31.27 101.4 88.8 91.8 24.5 0.05 1017.38 1 0 0 3 0 0.184 0.177 0.063 0.151 0.021 0.037
2015 07 02 19 25 37.912 3 1.95 Inizzializzazione 4 0 24.5 41.8 229.1 221.25 31.27 101.4 88.8 91.8 24.5 0.15 1016.8 1 0 0 3 0 0.184 0.176 0.061 0.151 0.021 0.037
2015 07 02 19 25 38.112 3.2 2.15 Inizzializzazione 4 0 24.5 41.8 229.1 221.25 31.32 101.4 88.8 91.8 24.5 0.49 1018.63 1 0 0.001 3 0 0.184 0.177 0.061 0.151 0.021 0.038
0 Kudos
Message 3 of 5
(5,793 Views)

Hi Smilegv

Go to this address and download and install the ODS dataplugin. This will allow you to read and write ATFX files.

http://www.ni.com/downloads/dataplugins/

 

Once you get the data into DIAdem's Data portal(memory)  then you can save the data into ATFX format. (this is a simple ODS data model.)

 

What ever is in the data portal will be written to the ATFX files. ( Two will be made  a ATFX file(xml) and a .bin file. 

The bin will have the columns of data.

 

ODS can be stored in a Database or ATFX files.  The ATFX files will be the fastest  way (by far to get  in ODS format)

 

 

Paul

 

ps. DIAdem is better at interacting with ODS than labVIEW.

 

Note:  For the power of ODS you need a Datamodel that organizes the data. Creating this takes some thought and understanding of data and ODS.  Both of which are rather complex topics.  Just read the ASAM-ODS 101 White paper that NI has, it will help some.

 

 

0 Kudos
Message 4 of 5
(5,743 Views)

As stated before the easiest way to store data to an ASAM ODS ATFX file in DIAdem is just to save them using "Save as" and pick

ASAM ODS ATF as target format.

 

It is possible to select between

  • with binary component: ATFX XML header and additional binary file including the channerl values
  • just ATFX XML file that will include the channel data too

The result of this is ATFX file including a basic ASM ODS Model.

If that does not fullfill your needs you need to get in contact with

Scripting in DIAdem using the DataStore API which is used to work on

ASAM ODS server and files.

0 Kudos
Message 5 of 5
(5,583 Views)