#include "rsi.h"
#include "HelperFunctions.h"
void TemplateMain(int argc, char *argv[])
{
const int AXIS_X = (0);
const int AXIS_Y = (1);
const int IO_NODE = (7);
try
{
axisX = controller->
AxisGet(AXIS_X);
axisY = controller->
AxisGet(AXIS_Y);
io = controller->
IOGet(IO_NODE);
}
{
printf(
"\n%s\n", err.
text);
}
system("pause");
}