Fine-tuning action schedule with the scheduling table

The MicroC profile includes a scheduling table which provides a graphic depiction of the scheduling of individual executable elements so that you can prevent overlap and other potential scheduling problems. You can also have execution log information displayed together with your planned schedule to see what scheduled elements must be fine-tuned.

To facilitate fine-tuning of scheduled actions in your application, the Features window for components includes a Scheduling tab. This tab displays all of the timing information for periodic actions you have defined in your application. This includes all elements whose concurrency is set to active, and whose activation policy is set to Periodic, including any periodic operations you have defined. You can use the controls on the Scheduling tab to modify the offset, period, and duration for any of these actions.

The view provided on the Scheduling tab makes it easy to prevent execution problems by clearly indicating scheduling conflicts.

In addition, the Scheduling tab includes an option of displaying execution log information alongside your planned schedule. Therefore, you can check if there were deviations from your planned schedule during the execution of your application due to factors such as underestimation of action duration.

Features window - Scheduling tab

Feedback