MotoPlusIDE OnlineFunction
MotoPlusIDE OnlineFunction
function
YRC1000
[Kommentare]
[Manager]
2 Setup
Table Of Contents
1 SETUP ............................................................................................................................................ 3
1 Setup
Activate parameter S2C1113 -> 1. Required for online functionality. Applications on USB are
started on controller start
Insert an USB memory to the controllers internal USB slot (CN102). Online Download feature
uses the USB memory for transfering the .out files
2 Function overview
In online mode, the IDE loads the .out files to the USB memory inserted in the controller. After
reboot, the the application is automatically started directly from USB.
When downloading the file of an opened project it’s possible to reboot the controller
The user can select the runflow (starting behaviour) of the available applications.
This feature can be used when one applications depends on the functions of another application.
Thus it must be started first to provide the functions.
The port debugger is a tool for debugging timings of a task or function. The state of the signals can be
viewed and recorded online for a defined period. The signals must be set by using the following func-
tions provided by the API
/* Port debugger */
extern int mpDebugPortInit(int portNo, char *name);
extern int mpDebugPortHigh(int portNo);
extern int mpDebugPortLow(int portNo);
extern int mpDebugPortLevelSet(int portNo, int level);
Using the protection feature avoids the illegal copy of applications. To activate the protection
include the following function into your code. Set the return value of “mpCopyProtectionActive” to
ON.
By activating the two checkboxes the fingerprint of the controller is loaded and the protection key for
the current project is generated and loaded to the controller.
Imprint