Please enable JavaScript to view this site.

This command allows you to get a complete list of all processes loaded on the control or allows you to get information about the individual process.

Syntax

PIN [taskId | "taskName"] [-F mask] [-P] [-R] [-H]

taskId

ID of the task whose information is wanted. (optional)

"taskName"

Name of the task whose information is wanted. (optional)

-F mask

Indicates the information mask to be displayed. (optional, default 0x400837)

Each bit of mask has an information associated with it, which will be displayed if it is set to 1:

BIT

mask

Description

0

0x00000001

TaskID - ID of the task

1

0x00000002

PID - ID of the process

2

0x00000004

Name - Name of the task

3

0x00000008

Parent

4

0x00000010

Status

5

0x00000020

Priority

11

0x00000800

Description

22

0x00400000

Run Counter

(RTE >= 34.31.1)

-P

Select priority. (optional)

-R

Show the information in the report. (optional)

-H

Show previous table with information mask. (optional)

Notes

Can be sorted by creation or by priority

Example

Get a list of all processes. The pid can be found in the first column.

ex_pin

Example

Get information about a specific process.

ex_2_pin

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC