Scilab Function
Last update : 27/10/2005

cp42mea - Reads MGCplus binary measurement files completely

Calling Sequence

[filinf,CHINFO] = cp42mea(meafile)

Parameters

Description

There is a lot of information in the mea files about channels and slots. Not all of these information is evaluated. Only CP42 measurement files are supported. These DAQ files may contain time information in following formats: 1) No Time Information ; 2) MGCplus Time (64 Bit); 3) NTP Time Format . The Time Formats "USB Frame Count" and 32 Bit MGC device Time are not supported.

IMPORTANT: Only Measurement files with format 4 BYTE INT (Intel) are supported.

Examples

[a1,a2]=cp42mea(); // Opens a file open dialogue and starts reading
plotmea(a1,a2);

  

Authors

Dr. Andreas Geissler geisslea@web.de