Gocator Line Profile Sensors: User Manual
Gocator Accelerator • 276
printf("Error: GoAccelerator_Attach:%d\n", status);
return;
}
// create connection to GoSensor object
if ((status = GoSensor_Connect(sensor)) != kOK)
{
printf("Error: GoSensor_Connect:%d\n", status);
return;
}
After, the SDK application is the same as controlling and acquiring data from a standalone sensor.
Limitations
The Gocator Accelerator currently has the following limitations:
1. Digital, Serial and Analog I/Os are not supported.
2. Accelerator application must run on the same PC as the web browser.
3. Only one instance of the Gocator Accelerator can run at a time. Note that one instance can accelerate
one standalone sensor or a dual-sensor pair.
These limitations will be removed in future releases.