Click or drag to resize
CDUImportDAARC500Serial 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 data stored in a serial channel recorded by the RMS Instruments DAARC500 instrument, and outputs the data to a line in the database. The channels created depend on the input data type
Syntax
public static void ImportDAARC500Serial(
	CDB oDB1,
	int i2,
	string str3,
	int i4,
	int i5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database object
i2
Type: SystemInt32
Output line (DB_LOCK_READWRITE)
str3
Type: SystemString
Name of file to import
i4
Type: SystemInt32
Channel to import, 1-8
i5
Type: SystemInt32
See GU_DAARC500_DATATYPEConstant
See Also