Click or drag to resize

CGUImportDAARC500Serial Method

Import Serial data from the RMS Instruments DAARC500.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportDAARC500Serial(
	string file,
	int channel,
	string output,
	ref int bytes
)

public static void ImportDAARC500Serial(
	string file,
	int channel,
	string output,
	ref int bytes
)

Parameters

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
Remarks
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.
See Also