Runtime > Debug Runtime > The Kernel > Define a Runtime Command
Define a Runtime Command

To display the Kernel window, define a runtime command that calls the DspKernel() function, passing 1 in the iMode argument. For example:

Command

DspKernel(1);

Comment

Displays (opens) the Kernel window

To close the Kernel window, call the DspKernel() function again, passing 0 in the iMode argument:

Command

DspKernel(0);

Comment

Closes the Kernel window

Note: Put the highest privilege level on the DspKernel command to prevent your operators from opening the Kernel window.

See Also

Published June 2018