English
Language : 

MC73110 Datasheet, PDF (31/40 Pages) List of Unclassifed Manufacturers – Advanced 3-Phase Motor Control IC
4.0 Developing Your Own
Applications with C-Motion 4
In This Section
Theory of Use
C-Motion is a “C” source code library that contains all the code required for communicating to the Motor Control
processor using the serial interface.
C-Motion includes the following features:-
Axis virtualization
The ability to communicate to multiple PMD motion processors
Can be easily linked to any “C/C++” application
Supports serial communication
The following files make up the C-Motion distribution:
C-Motion.h/C-Motion.c
PMDw32ser.h/PMDw32ser.c
PMDutil.h/PMDutil.c
PMDtrans.h/PMDtrans.c
PMDecode.h
PMDocode.h
PMDtypes.h
Definition/declaration of the processor command set
Windows serial communication interface functions
General utility functions
Generic transport (interface) functions
Defines the processor and C-Motion error codes
Defines the control codes for processor commands
Defines the basic types required by C-Motion
C-Motion can be linked to your application code by including the above “C” source files in your application.
Then, for any application source file that requires access to the motion processor #include “C-Motion.h”.
MC73110 Developer’s Kit Manual
31