|
VisualBasic style applications |
LINK | Functions demonstrated |
GetOneVoltage |
connect to device,
read a voltage from default channel zero, uses the functions shown below EX_Connect, EX_GetOneConversion |
.INI example |
load configuration from M30x_SP.ini,
start and end a single-channel scan, uses the functions shown below EX_Connect, EX_SetDevToIniSetup, EX_SetDevToDefaultSetup, EX_GetPolledModeChan, EX_GetRoundedRate, EX_GetCalculatedRate, EX_SetDataLogOptions, EX_Run, EX_CheckScanStatus, EX_Stop, EX_StopComplete |
Scan Example |
connect to device,
start and end a single-channel scan,
perform channel change during scan, uses the functions shown below EX_Connect, EX_SetDataLogOptions, EX_SetScanType, EX_SetPolledModeChan, EX_Run, EX_CheckScanStatus, EX_GetScanDataInt, EX_Stop, EX_StopComplete |
|
connect to device,
start and end a multi-channel scan, uses the functions shown below EX_Connect, EX_SetDataLogOptions, EX_SetScanType, EX_SetMultiChanScanChans, EX_Run, EX_CheckScanStatus, EX_GetScanDataInt, EX_Stop, EX_StopComplete |
MultiFunction |
connect to device,
set a channel,
read a voltage,
send analog output,
send and read digital I/O, uses the functions shown below EX_Connect, EX_GetDigin, EX_SendDigout, EX_SetPolledModeChan, EX_GetOneConversion, EX_SendDAC |
AutoScanEnd |
connect to device,
setup for a scan that ends after the data log file reaches a size that you set,
shows how to check status of the scan that is running
run and stop a scan - this sample application logs the scan data to a disk file. See documentation for logging to memory
to be read by application or log to both disk and memory. - Uses the functions shown below EX_Connect, EX_SetDataLogOptions, EX_Run, EX_CheckScanStatus, EX_Stop, EX_StopComplete |