This example shows how to use the position marker in continuous mode.
static double CapturedPosArray[10];
enum eAxisId
{
AXIS_X = 0,
AXIS_Y,
AXIS_Z
};
{
long PosHistorySize;
if (hAxis <= 0)
{
return hAxisX;
}
if (PosHistorySize < 0)
{
return PosHistorySize;
}
else if (0 == PosHistorySize)
{
}
else
{
}
{
return Result;
}
{
return Result;
}
{
return Result;
}
{
return Result;
}
uint16_t PosCounter = 0;
do
{
Sleep(100);
uint16_t NewPosCounter;
if (NewPosCounter > PosCounter)
{
{
break;
}
PosCounter = NewPosCounter;
}
} while (Result != 0);
if (Result >= 0)
{
}
}