LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NewFile.vi: Datalog Type

Hello everybody,
Does anybody know how the data are stored to disk in case of appling a
cluster to the input "datalog type of NewFile.vi. I 'm going to read this
file using another programming language.
The cluster stored holds data of different types, e.g. array of string
(2-dim) and double-precision.

Thanks


--
Dirk Suchland
Adolf-Slaby-Institut GmbH
email: Dirk.Suchland@asinst.com
0 Kudos
Message 1 of 2
(2,403 Views)
Dirk Suchland wrote:
>
> Hello everybody,
> Does anybody know how the data are stored to disk in case of appling a
> cluster to the input "datalog type of NewFile.vi. I 'm going to read this
> file using another programming language.
> The cluster stored holds data of different types, e.g. array of string
> (2-dim) and double-precision.
>
> Thanks
>
> --
> Dirk Suchland
> Adolf-Slaby-Institut GmbH
> email: Dirk.Suchland@asinst.com

This is described in LV manuals ("G Programmers reference..." for LV5.x
and "DataStorage Formats" for LV6.)
You have to examine these man's to solve your problem.
This is similar to flattened string format.
--
Sergey Krasnishov
____________________________________
Automated Control Systems
National Instruments Alliance Member
Mos
cow, Russia
sergey_acs@levsha.ru
http://acs.levsha.ru
0 Kudos
Message 2 of 2
(2,403 Views)