EasyManua.ls Logo

LMI Technologies Gocator Series - Dashboard and Health Indicators; SDK Application Integration

Default Icon
533 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Gocator Line Profile Sensors: User Manual
Gocator Accelerator 275
1. Select the sensor in the Sensors list.
2. Click Stop.
To exit the Gocator Accelerator application:
1. Right-click the icon Gocator Accelerator icon ( ) in the notification tray.
Clicking the X icon in the application only minimizes the application.
2. Choose Exit.
Dashboard and Health Indicators
After a sensor is accelerated, the values of some health indicators come from the accelerating PC instead
of the sensor. Others come from a combination of the accelerated sensor and the accelerating PC.
l
For information on which indicators are affected in the Dashboard in the web interface, see State and
Health Information on page 255.
l
For information on which indicators accessed through the Gocator protocol are affected, see Health
Results on page 396.
SDK Application Integration
When you integrate the Gocator accelerator into an SDK application, the firmware version of the
accelerator must match the firmware version of the sensor to guarantee proper operations.
Gocator Accelerator can be fully integrated into a SDK application. Users simply need to instantiate the
GoAccelerator object and connect it to a sensor object.
GoAccelerator accelerator = kNULL;
// obtain GoSensor object by sensor IP address
if ((status = GoSystem_FindSensorByIpAddress(system, &ipAddress, &sensor)) != kOK)
{
printf("Error: GoSystem_FindSensorByIpAddress:%d\n", status);
return;
}
// construct accelerator
if ((status = GoAccelerator_Construct(&accelerator, kNULL)) != kOK)
{
printf("Error: GoAccelerator_Construct:%d\n", status);
return;
}
// start accelerator
if ((status = GoAccelerator_Start(accelerator)) != kOK)
{
printf("Error: GoAccelerator_Start:%d\n", status);
return;
}
printf ("GoAccelerator_Start completed\n");
if ((status = GoAccelerator_Attach(accelerator, sensor)) != kOK)
{

Table of Contents

Related product manuals