Click or drag to resize
CDUImportDAARC500Serial 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 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(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	string file,
	int channel,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database object
line
Type: SystemInt32
Output line (<define>DB_LOCK_READWRITE</define>)
file
Type: SystemString
Name of file to import
channel
Type: SystemInt32
Channel to import, 1-8
type
Type: SystemInt32
<define>GU_DAARC500_DATATYPE</define>
See Also