#include "rsi.h"
#include "HelperFunctions.h"
void HardwareLimitsMain()
{
const int AXIS_NUMBER = 0;
const bool ACTIVE_HIGH = true;
const bool ACTIVE_LOW = false;
const double HW_POS_DURATION_TIME = 0.01;
const double HW_NEG_DURATION_TIME = 0.01;
char rmpPath[] = "C:\\RSI\\X.X.X\\";
try
{
printf("Hardware Limits Example\n");
printf("\nAll Hardware Limit characteristicpp set\n");
}
{
printf(
"\n%s\n", err.
text);
}
system("pause");
}