User Tools

Site Tools


kb:ni-rt:linuxrt:embedded_ui

12 Embedded UI

General Info


Knowledge Base Entries

Known Problems and Solutions

Subpanel (references) cause deployment errors

If you're in LabVIEW 2021 or earlier, you can use this INI token to allow VIs with subpanels to be downloaded to an RT target with embedded UI enabled:

  RTAllowDownloadSubPanels=True

For LabVIEW 2022 Q3 and later, subpanels are allowed to be downloaded to an RT target without error and without requiring the INI token when embedded UI is enabled.

Fonts don't show the correct size and decoration

Sometimes the fonts are not correct installed on the target system. To fix this, open a terminal, login as admin (remote per SSH or locally) and execute the following command. After a restart of the controller the fonts should look properly.

>> find /usr/share/fonts/X11 -type d -print0 | xargs -0 mkfontdir

See also: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P7i1SAC

kb/ni-rt/linuxrt/embedded_ui.txt · Last modified: 2025/07/05 21:21 by joerg.hampel