54 Console.WriteLine(
"Error: The two datasets are not the same size");
const int GALIL_EXAMPLE_OK
Examples success code.
const int GALIL_EXAMPLE_ERROR
Examples error code.
Provides a class of shared constants and methods for gclib's example projects.
string GCommand(string Command, bool Trim=true)
Used for command-and-response transactions.
void GMotionComplete(string axes)
Blocking call that returns once all axes specified have completed their motion.
Int16 GCmdI(string Command)
Used for command-and-response transactions.
Provides a class that binds to gclib's unmanaged dll. Wraps each call and provides a more user-friend...
GReturn vector(GCon g, char *file)
Puts controller into Vector Mode and accepts a file defining vector points.
static int Record_Position(gclib gclib, string fileA, string fileB)
Record user's training and saves to a text file.
static int Contour(gclib gclib, string fileA, string fileB)
Record user's training and plays back training through contour mode.