TN 1322 How to Open the Citect Kernel from Runtime
Last updated: March 13th, 2026Description
- Author: Chris Cleope
- Published: March 13th, 2026
Details:
Description
This article from InSource shows How to Open the Citect Kernel from Runtime
Details
- Create a user in InTouch and assign a password.
- Create a script.
Dim x as Discrete;
x = attemptinvisiblelogon("Ben", "12345", ""); - Run the script at runtime. The user should be logged in.