Home
gaga1
wiki
(WikiPage)
Project Members: gaga1 (admin)
Last updated: 2 days ago
wiki Discussion
ferrraris
wiki
(Discussion)
Forum for wiki comments
Last updated: 1 day ago
blog Discussion
ferrraris
blog
(Discussion)
Forum for blog comments
Last updated: 1 day ago
(no subject)
ferrraris
wiki
(Thread)
Last updated: 1 day ago
Home
ferrraris
wiki
(WikiPage)
Project Members: ferrraris (admin)
Last updated: 1 day ago
wiki Discussion
topcoolgames102
wiki
(Discussion)
Forum for wiki comments
Last updated: 1 day ago
blog Discussion
topcoolgames102
blog
(Discussion)
Forum for blog comments
Last updated: 1 day ago
Home
topcoolgames102
wiki
(WikiPage)
Project Members: topcoolgames102 (admin)
Last updated: 1 day ago
(no subject)
topcoolgames102
wiki
(Thread)
Last updated: 1 day ago
Post by yannickasselin on CloseTargetVisu
CODESYS Forge
talk
(Post)
To shutdown the TargetVisu: Add the VisuElemBase library to your project then call VisuElemBase.Visu_PRG.RemoveAllTargetVisuClients(); Exemple: PROGRAM PLC_PRG VAR xShutdownTargetVisu: BOOL; END_VAR ---------------------------------- IF xShutdownTargetVisu THEN xShutdownTargetVisu := FALSE; VisuElemBase.Visu_PRG.RemoveAllTargetVisuClients(); END_IF I tried calling RemoveAllTargetVisuClients() directly from a button mouse click event but it makes the Visu crash. So better using the code above and just set xShutdownTargetVisu to TRUE from the button. Works fine for me. To start the TargetVisu: From a cmd prompt. This will start the TargetVisu C:\Program Files\CODESYS\CODESYS Control RTE3>VisualClientController.exe --application=Application --flags=1 You can then place a .bat file on the desktop and put this inside: CD "C:\Program Files\CODESYS\CODESYS Control RTE3" VisualClientController.exe --application=Application --flags=1 exit Double clicking the .bat file will start the TargetVisu. You may need to replace the Application name by your own application name. Good to know: In the cmd above, if you replace --flags=1 by --flags=2, it will shutdown the TargetVisu.
Last updated: 22 hours ago
wiki Discussion
mateuszn
wiki
(Discussion)
Forum for wiki comments
Last updated: 21 hours ago
blog Discussion
mateuszn
blog
(Discussion)
Forum for blog comments
Last updated: 21 hours ago
(no subject)
mateuszn
wiki
(Thread)
Last updated: 21 hours ago
Home
mateuszn
wiki
(WikiPage)
Project Members: mateuszn (admin)
Last updated: 21 hours ago
Post by ferrraris on Fail communication between CODESYS and Fuxa SCADA via OPC UA
CODESYS Forge
talk
(Post)
If UaExpert works but Fuxa fails, it might be related to the security policy or certificate trust settings in the OPC UA server. Have you checked whether the Fuxa client certificate is trusted on the CODESYS side? @fnf
Last updated: 7 hours ago
Visualization π¬π§
CODESYS Forge
talk
(Discussion)
Realizing operator screens with CODESYS HMI, Targetvisu, Webvisu
Last updated: 16 hours ago
Post by mascara on CloseTargetVisu
CODESYS Forge
talk
(Post)
Thank you, it worked perfectly.
Last updated: 16 hours ago
Fail communication between CODESYS and Fuxa SCADA via OPC UA
CODESYS Forge
talk
(Thread)
Fail communication between CODESYS and Fuxa SCADA via OPC UA
Last updated: 7 hours ago
CloseTargetVisu
CODESYS Forge
talk
(Thread)
CloseTargetVisu
Last updated: 16 hours ago
Editor FIND highlight color
CODESYS Forge
talk
(Thread)
Editor FIND highlight color
Last updated: 3 hours ago
Engineering π¬π§
CODESYS Forge
talk
(Discussion)
Discussions about the CODESYS Development System, IEC programming, CODESYS Professional Developer Edition
Last updated: 3 hours ago
Post by eschwellinger on Editor FIND highlight color
CODESYS Forge
talk
(Post)
To change the color of search result markings (the "find color") in the CODESYS Text Editor using Themes, follow these steps: Go to the menu: Tools β Options. In the Options dialog, select the Text editor category. Switch to the Theme tab. Here, you can select your desired color theme for the text editor. The available color schemes (themes) are stored in the installation directory in the Themes folder. To specifically adjust the color for search result markings, go to the Text Area tab within the Text editor options. Here, you can customize the Selection color β Inactive parameter, which determines the color used to highlight search results. Changing the theme will apply a new set of color settings, including those for selections and search highlights. If you want further customization, you can manually edit or create your own theme files in the Themes folder of your installation directory Example "c:\Program Files\CODESYS 3.5.21.50\CODESYS\Themes\myDefault.editortheme" https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_dlg_options_text_editor.html
Last updated: 3 hours ago