2. Library for PC Program
2- 1. Library Configuration
To use this library, C++ header file(*.h) and library file(*.lib or *.dll) are required. These
files locate in “\\FASTECH\\EziMOTION PlusR\\include\\. And the following contents should be
included in a source file for development.
#include “\\FASTECH\\ EziMOTION PlusR \\include\\FAS_EziMotionPlusR.h”
#include “\\FASTECH\\ EziMOTION PlusR \\include\\COMM_Define.h”
#include “\\FASTECH\\ EziMOTION PlusR \\include\\MOTION_DEFINE.h”
#include “\\FASTECH\\ EziMOTION PlusR \\include\\ReturnCodes_Define.h”
Also, library files are as follows:
“\\FASTECH\\ EziMOTION PlusR \\include\\EziMotionPlusR.lib”
“\\FASTECH\\ EziMOTION PlusR \\include\\EziMotionPlusR.dll”
A sample program source of with using these libraries locate at
“\\FASTECH\\EziMOTION PlusR \\Examples\\” folder.
(1) The following table explains values returned when each library (DLL) function is used. The
user can only check the values returned at the library (DLL) function. Low level programming
method does not support following table.