Using the Kernel on a runtime only client?

Noticing that the Kernel is not accessible on the Runtime Manager Client service.

I thought this was was setup - however, without a project on the machine, the setup wizard is not available.  Citect Studio is not installed, and the project is run in Run/Copy.

I am not seeing any parameters in the citect.ini file that would display the kernel.

And, when I run as normal on the test bench, the button on the upper left will bring up the Kernel for the client.

How can I use the client from the Runtime Manager or add the ability to the runtime?

Parents
  • On the Run/Copy target machine, locate its citect.ini file and add the following parameter

    [Debug]Kernel = 1

    Note that with this parameter, the kernel will be always launched when your client starts.

    Or

    [Debug]Menu = 1

    With this parameter, the button should appear on the top-left of the client window.

Reply
  • On the Run/Copy target machine, locate its citect.ini file and add the following parameter

    [Debug]Kernel = 1

    Note that with this parameter, the kernel will be always launched when your client starts.

    Or

    [Debug]Menu = 1

    With this parameter, the button should appear on the top-left of the client window.

Children