 | 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
Syntaxpublic 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
)
Public Shared Sub ImportDAARC500Serial (
file As String,
channel As Integer,
output As String,
ByRef bytes As Integer
)
Public Shared Sub ImportDAARC500Serial (
file As String,
channel As Integer,
output As String,
ByRef bytes As Integer
)
public:
static void ImportDAARC500Serial(
String^ file,
int channel,
String^ output,
int% bytes
)
public:
static void ImportDAARC500Serial(
String^ file,
int channel,
String^ output,
int% bytes
)
static member ImportDAARC500Serial :
file : string *
channel : int *
output : string *
bytes : int byref -> unit
static member ImportDAARC500Serial :
file : string *
channel : int *
output : string *
bytes : int byref -> unit
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