LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Kistler force plate (.dat file)

I need to read a .dat file into Labview from a Kistler force plate. Can this be done? Thanks Rodney

0 Kudos
Message 1 of 3
(3,231 Views)

You can certainly read it, even if it is a "binary" file, but to make sense of it, you need to know the file format.  It is, of course, easiest if the file is a text file, since you can simply read the numbers.  Do you have a specification for the format of the data?  If not, you can often times make an educated "guess" (look for periodicities in the data, see if it seems to be lists of 16-bit or 32-bit integers, or if it is a jumble of numbers (usually a sign that you are looking at a floating point, either Sgl or Dbl, representation).  Of course, you might also see embedded text ...  Best, of course, is having Kistler tell you the file format ...

0 Kudos
Message 2 of 3
(3,217 Views)

This line is taken from the their user maunal 'By default all files are stored with the data extension "*.dat" in BioWare’s native binary format'. Would Kistler need to provide some more detail regarding the file format? Any assistance would be appreciated.

 

 

0 Kudos
Message 3 of 3
(3,184 Views)