const int VALUES_PER_RECORD = 2;
const int RECORD_PERIOD_SAMPLES = 1;
const int RECORD_TIME = 250;
const int INPUT_INDEX = 0;
Axis axis = CreateAndReadyAxis(Constants.AXIS_NUMBER);
{
}
Console.WriteLine("There are {0} Records available.", recordsAvailable);
for (int i = 0; i < recordsAvailable; i++)
{
{
i = recordsAvailable;
Console.WriteLine("Your encoder position was: " + positionRecord + " when the input triggered.");
}
}