TwinCAT/BSD
Installing the TF1200 UI Client
- Connect to the TwinCAT/BSD Package Manager to install the corresponding package. (Repository)
- 1. Update the packages.
doas pkg update- 2. Install TF1200
doas pkg install TF1200-UI-Client- 3. Switch to the scripts folder under Linux®.
The scripts help you set up the UI Client.
cd /usr/local/etc/TwinCAT/Functions/TF1200-UI-Client/scripts- 4. Set up the UI Client using the "setup-full.sh" script.
doas ./setup-full.sh --user=Administrator --autologin --autostart- 5. Restart TwinCAT/BSD so that the UI Client opens in autostart.
- You have successfully configured the UI Client.
Script parameters
Parameter | Description |
|---|---|
--user | User that is automatically created and added to the video group if it does not already exist. It is recommended to use a dedicated user who is not an administrator/root. |
--autologin | Sets up the autologin in the operating system for the specific user (optional). |
--autostart | Sets up the autostart of the UI Client (optional). |
--help | Calls up the description of the script. |
Start parameter
Parameter | Description |
|---|---|
--exit | Creates the config.json without restarting the operating system. (The congif.json is created in the home directory of the currently logged-in user.) |
Sample:
/usr/local/etc/TwinCAT/Functions/TF1200-UI-Client/TF1200-UI-Client --exitAfter starting, the configuration file config.json is created under this path:
/home/<USER>/.config/TF1200-UI-ClientUSER = User that the UI Client was installed for.