To display the Kernel window, define a runtime
command that calls the DspKernel()
function, passing 1 in the iMode argument:
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.