Using a CompactFlash module, a data logger, and the BMP5 Direct SDK, how can data be downloaded from the memory card instead of the CPU buffer?

Using the FileControl() instruction, the .dat files can be retrieved directly from the memory card. When data is collected by the standard method (not as downloaded files, but as streamed data) with a GetData() or similar instruction, the memory card is automatically used as a source of records to be returned when the internal CPU table no longer contains the oldest data. These records can be retrieved simply by using their record numbers.

This was helpful

FAQs Home