Function Start

TMSi Data Acquisition SDK

 
TMS International BV

Start

BOOLEAN Start( 
IN HANDLE Handle
);

Parameters

Handle
   
Handle of  the library

    

Return Value

If successful this function returns TRUE, else FALSE. If the function returns FALSE, use GetErrorCode to get the error code.

Comments

This function will start data acquisition. Call this function after the  sample rate of the frontend has been configured. Always call SetSignalBuffer() before (re)starting a new measurement. After starting the device use GetSamples to get the actual conversion results from the device, or stop the frontend by calling Stop().
 

Also see

Stop, GetSamples, SetSignalBuffer