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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	string file,
	int channel,
	string output,
	ref int bytes
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
File to import
channel
Type: SystemInt32
Channel to import, 1-8
output
Type: SystemString
Output binary file
bytes
Type: SystemInt32
Returned number of bytes per block
See Also