Main Content

VxWorks Task

Spawn task function as separate VxWorks thread

Add-On Required: This feature requires the Embedded Coder Support Package for Xilinx Zynq Platform add-on.

Description

Use this block to create a task function that spawns as a separate VxWorks® thread. The task function runs the code of the downstream function-call subsystem.

The VxWorks Task block uses a First In, First Out (FIFO) scheduling algorithm, which executes real-time processes without time slicing. With FIFO scheduling, a higher-priority process preempts a lower-priority process. While the higher-priority process runs, the lower-priority process remains at the top of the list for its priority. When the scheduler blocks the higher-priority processes, the lower-priority process resumes.

The default thread scheduling policy is FIFO Scheduling.

  • VxWorks Task block

Ports

Output

expand all

A function-call control signal that triggers a Function-Call Subsystem block.

Parameters

expand all

Assign a name to this task. You can enter up to 32 letters and numbers. Do not use standard C reserved characters, such as the / and : characters.

When you set Thread scheduling policy to SCHED_FIFO, you can set the priority of the thread from 0 to 255 (low-to-high). Higher-priority tasks can preempt lower-priority tasks.