Click or drag to resize
CGUImportDAARC500Serial Method
Import Serial data from the RMS Instruments DAARC500.

Available since Oasis montaj version: 7.2.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Imports a single channel of the up to 8 serial data channels recorded by the RMS Instruments DAARC500 instrument, and outputs the data for that channel to a new binary file, returning the number of bytes per block, to make it easier to import the data using the regular binary import.
Syntax
public static void ImportDAARC500Serial(
	string str1,
	int i2,
	string str3,
	ref int i4
)

Parameters

str1
Type: SystemString
File to import
i2
Type: SystemInt32
Channel to import, 1-8
str3
Type: SystemString
Output binary file
i4
Type: SystemInt32
Returned number of bytes per block
See Also