Post by peteryapab on Login Screen to small for 10" screens
CODESYS Forge
talk
(Post)
Hi! I hade made a visualization within Codesys V3.5 SP21 Patch 3, where i call for the user management and login. The VisuUserManagement.VMU_Login and VisuUserManagement.VMU_Login2 are to small for the screen it looks good and works fine if you are on a computer with large scrren but gets finicky on the smaller screen. any ideΒ΄s how to make the login dialog bigger?
Last updated: 2026-02-01
Post by manuknecht on Opening a Dialog on a specific Client from ST
CODESYS Forge
talk
(Post)
I managed to find a solution that seems to work reliably. As the VU.Globals.CurrentClient-filter accesses the CURRENTCLIENTID or at least a similar, internal variable it can only be used if called from a certain client (e.g. from a button in a visualization). My solution works by implementing a new client filter that compares the client ID of all clients to the ID of the last client that was used. The variable containing the data of the last client is defined as: G_LastClient : VU.IVisualizationClient; // Copy of last client that detected click This last client is then updated every time a button is pressed using the Execute ST-Code input configuration of the button: G_LastClient := VU.PublicVariables.Clients.Current; Next, I created a function block that implements the client filter interface as so: FUNCTION_BLOCK FB_LastClientFilter IMPLEMENTS VU.IVisualizationClientFilter VAR_INPUT END_VAR VAR_OUTPUT END_VAR VAR END_VAR Then i added a method to the FB called IsAccepted which is used to filter out the client. When creating the method, it should automatically be filled with the according variable declaration, as it is defined in the interface: (* For every client can be desided, if it is accepted. ``TRUE``: Client is accepted*) METHOD IsAccepted : BOOL VAR_INPUT (* The client, to check*) itfClient : VU.IVisualizationClient; END_VAR Now the client can be compared to the last used client as such: // check if clientID corresponds to clientID of last recorderd client IF itfCLient.ClientId = G_LastClient.ClientId THEN IsAccepted := TRUE; ELSE IsAccepted := FALSE; END_IF To make use of this custom client filter, initialize a variable with the client filter: LastClient : FB_LastClientFilter; // Client filter to find last used client Then use this client filter when opening or closing a dialog from ST: fbOpenMyDialog(itfClientFilter:=LastClient,xExecute:=TRUE,sDialogName:='VIS_MyDialog_DLG');
Last updated: 2023-09-27
Post by pierre123 on User management - User Tab missing
CODESYS Forge
talk
(Post)
i had the same problem. Thanks you for the response.
Last updated: 2023-08-25
Post by kumareasu on Code Size
CODESYS Forge
talk
(Post)
Is this "Application Based Licence" is applicable for CODESYS Control RTE SL
Last updated: 2023-09-08
Post by eschwellinger on Correct CAN Driver for EL6751
CODESYS Forge
talk
(Post)
which plc Linux based or Windows plc?
Last updated: 2023-09-20
Post by eschwellinger on Webvisu NO load
CODESYS Forge
talk
(Post)
check the plclogger for this situation
Last updated: 2023-09-21
Post by sukrit on What licenses are required for runtime on raspberry pi cm4
CODESYS Forge
talk
(Post)
attached is the software matrics
Last updated: 2023-10-17
Post by simotion on Axis_Ref_SM3.perfTimers
CODESYS Forge
talk
(Post)
Yes but what exactly does each of them stand for?
Last updated: 2023-11-24
Post by kimcuong on Profinet Deivce SL
CODESYS Forge
talk
(Post)
How to get license trial Profinet Device SL in Codesys for beckhoff
Last updated: 2024-07-05
Post by timvh on Python API for GIT extensions
CODESYS Forge
talk
(Post)
https://content.helpme-codesys.com/en/CODESYS%20Git/_git_using_scripting.html
Last updated: 2024-08-29
Post by damian177 on Codesys Control for Linux SL
CODESYS Forge
talk
(Post)
everything works well.
Last updated: 2024-09-08
Post by eschwellinger on codesys VLAN tagging
CODESYS Forge
talk
(Post)
no we'll an example for it but need some time.
Last updated: 2024-09-09
Post by talhaali on Persistent / Programme change
CODESYS Forge
talk
(Post)
Hi, did you get any solution for this.
Last updated: 2024-09-10
Post by abauza on Type mappings in Datasource
CODESYS Forge
talk
(Post)
Hi I have the same problem, any solution for this? Thanks
Last updated: 2024-09-12
Post by jinlee on Camera Feed (CCTV)
CODESYS Forge
talk
(Post)
Hi, Thanks for the information. However, I can't download the associated project.
Last updated: 2024-09-12
Post by ricola on Change default node Id name on PFC200 OPC UA
CODESYS Forge
talk
(Post)
so great !! thanks for this
Last updated: 2024-10-10
Post by paulpotat on Can't open license manager with raspberry CM4
CODESYS Forge
talk
(Post)
Hello eschwellinger, Thanks for your answer, with this I was finally able to make it work by doing the following : install CODESYS Control for Linux ARM SL v4.13.0 uninstall CODESYS Control for Linux ARM SL v4.13.0 and make sure to select "yes" when prompted to uninstall WIBU CodeMeter Lite Runtime (v8.10.6230.501) re-install "CODESYS Control for Raspberry Pi SL" v4.13.0 It looks like the issue was probably related to the CodeMeter Runtime ? Best regards
Last updated: 2024-10-16
Post by koppit on Network Topology Required for CODESYS Redundancy over EtherCAT
CODESYS Forge
talk
(Post)
I'm struggling with the same issue.
Last updated: 2024-11-01
Post by timvh on Network Topology Required for CODESYS Redundancy over EtherCAT
CODESYS Forge
talk
(Post)
See the attached picture.
Last updated: 2024-12-04
Post by eschwellinger on The application does not exist on "device"
CODESYS Forge
talk
(Post)
please check the plc logger for more details
Last updated: 2024-12-17
Post by kumareasu on Raspberry Pi 5
CODESYS Forge
talk
(Post)
Linux ARM SL is ready for Rapsberry pi5 now ?
Last updated: 2025-01-27
Post by alawwirbilal on Codesys for raspberry pi 5 not working exactly
CODESYS Forge
talk
(Post)
Note: this runtime system is used
Last updated: 2025-03-06
Post by ramesh on DELTA PLC AS228T
CODESYS Forge
talk
(Post)
Thanks for your reply. Let me try with DIADesigner
Last updated: 2025-03-09
Post by dat422 on Opaque NodeId in the OPC UA server
CODESYS Forge
talk
(Post)
Hi all, same for me :(
Last updated: 2025-04-03
Post by jbu0105 on Dynamic limits invaild
CODESYS Forge
talk
(Post)
Hi Georg, Thanks for your answer.It was the double check ;)
Last updated: 2025-04-10
To search for an exact phrase, put it in quotes. Example: "getting started docs"
To exclude a word or phrase, put a dash in front of it. Example: docs -help
To search on specific fields, use these field names instead of a general text search. You can group with AND or OR.