Application Development Guidelines

Starting a Real-Time Application (Process)

You can use the eRTOS application batch file AutoStart.bat to run real-time applications.

Note: Real-time application executables must be located in the Real-time Kernel default search folder. If application executables are not located in the Real-time Kernel default search path, the absolute pathname must be provided.

To run real-time applications:

  1. Navigate to <InstallDrive>\MaxRT\eRTOS\.
  2. Right-click AutoStart.bat and select Edit.
  3. Add an Run command pointing to the desired application.
  1. Re-boot the system from a GRUB bootable USB drive or hard drive.
  2. Select the desired GRUB boot configuration. See GRUB Boot Configurations for more information.
  3. Upon system boot, the application(s) will run automatically after the Real-time Kernel startup.
  4. Application output will be displayed on the screen when the program ends.
  5. Re-boot the system in its Windows Boot Configuration.
  6. Navigate to <InstallDrive>\MaxRT\eRTOS\.
  7. Open the RtLogFile.txt log file to view application output.

Stopping a Real-Time Process (Process)

A process stops when:

Related topics: