Post by eschwellinger on Licensing info not available.
CODESYS Forge
talk
(Post)
Currently the CODESYS Control Basic S license is not a network license but it should be, so I guess it doesn't work yet
Last updated: 2024-03-20
Post by esave on Stepper Drive with Ethercat
CODESYS Forge
talk
(Post)
The stepper supports CiA402 maybe I can use a CiA402 library to controll the stepper motor. Has anybody experience with that?
Last updated: 2024-03-21
Post by reinier-geers on License problem gateway
CODESYS Forge
talk
(Post)
Hi, I want to activate a license. But got an error. This gateway endpoint is inactive
Last updated: 2024-03-27
Post by reinier-geers on License problem gateway
CODESYS Forge
talk
(Post)
Hi, I want to activate a license. But got an error. This gateway endpoint is inactive
Last updated: 2024-03-27
Post by eschwellinger on License problem gateway
CODESYS Forge
talk
(Post)
as a workaround just plug your USB key to the CODESYS PC - and activate the ticket by the browser license.codesys.com
Last updated: 2024-03-27
Post by bouadel on Trend recording build error - the variable "arrTraceMgrVariablesImpl" is too large
CODESYS Forge
talk
(Post)
Hello do you find a solution ? I have the same Kind regards Adel
Last updated: 2024-04-09
Post by i-campbell on build (F11) / generate code using a python script file
CODESYS Forge
talk
(Post)
hello, please enjoy. # i-campbell 2024 import subprocess from scriptengine import * # with a project already open # save if not yet saved # check pool objects if it is a library # generate code only for the active application if it is a project # beep thanks to https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-send-beep-to-console/ if projects.primary: # check project is open if projects.primary.dirty: # save projects.primary.save() if projects.primary.path.lower().endswith('.library'): projects.primary.check_all_pool_objects() # check all pool objects for lib else: projects.primary.active_application.generate_code() # generate if not lib # note, there could be more applications than the active application, # this script does not generate those else: system.write_message(Severity.Error,'no project open') ps_output = subprocess.check_output(["powershell", "-Command", "[console]::beep(500,300)"]) # beep
Last updated: 2024-04-10
Post by joshskellig on Publish a JSON payload via MQTT Publish (using IIot Libraries)
CODESYS Forge
talk
(Post)
Thanks for the help! Everything now works as expected.
Last updated: 2024-04-10
Post by eschwellinger on Identifier 'IoDrvGPIO' not defined
CODESYS Forge
talk
(Post)
it is just a precompiler error, login an start the application. Works.This will be fixed hopefully to next version.
Last updated: 2024-04-10
Post by joshskellig on Publish a JSON payload via MQTT Publish (using IIot Libraries)
CODESYS Forge
talk
(Post)
Thanks for the help! Everything now works as expected.
Last updated: 2024-04-10
Post by joshskellig on Publish a JSON payload via MQTT Publish (using IIot Libraries)
CODESYS Forge
talk
(Post)
Thanks for the help! Everything now works as expected.
Last updated: 2024-04-10
Post by esave on OPC UA Server with on Codesys + OPC UA Client on Labview
CODESYS Forge
talk
(Post)
Hello everyone I want a communication between my PLC as an OPC UA Server and Labview on my PC as the OPC UA Client. I have an Festo CPX-E-CEC-C1-PN PLC and I have the OPC UA Toolkit from Labview. I created some Variables for testing (see picture 1) on Codesys. I tried to use this Labview block diagram (see picture 2) but I cant connect the PLC to it. What do I have to type in the Server Endpoint URL and what in the Node ID? Is this a good way for communication with a PLC to a PC? If not is there another way?
Last updated: 2024-04-12
Post by jglueck on Create a package with EDS file
CODESYS Forge
talk
(Post)
I have the same question. I am starting to think no one uses CAN on PLCs anymore.
Last updated: 2024-04-16
Post by eschwellinger on License problem gateway
CODESYS Forge
talk
(Post)
Is this a computer with installed CODESYS ? Codemeter is needed to activate licenses via Browser...
Last updated: 2024-04-17
Post by wollvieh on Launch a *.exe file from codesys
CODESYS Forge
talk
(Post)
https://faq.codesys.com/plugins/servlet/mobile?contentId=106889218#content/view/106889218
Last updated: 2024-04-19
Post by wollvieh on Launch a *.exe file from codesys
CODESYS Forge
talk
(Post)
https://faq.codesys.com/plugins/servlet/mobile?contentId=106889218#content/view/106889218
Last updated: 2024-04-19
Post by j-a-y on Version 2.5 SP18 -> Visualisation Elements missing Input Configuration Options
CODESYS Forge
talk
(Post)
were you able to resolve it?
Last updated: 2024-04-22
Post by valenting on Can't use new licensing with Raspberry Pi
CODESYS Forge
talk
(Post)
Hi, I'm using Codesys control for Raspberry Pi in the latest version (4.11.0.0) When I try to install a license with the new application-based licensing, I have an error "returncode 403046401" (using codesys SP18) I updated to codesys SP20, and now I get the following error: "The selected conainer [0]: SN=..., Version=1.18, Chip=0, Rev=0 does not fit to your ticket. Please select a suitable one." The license I'm trying to install is a Codesys Control Basic L license, with a Codesys Visualization L option, according to the needs of my application. What can I do to activate my license ?
Last updated: 2024-04-22
Post by j-a-y on PLC Login Credentials Suddenly not Working
CODESYS Forge
talk
(Post)
same here, was it an update or something?
Last updated: 2024-04-22
Post by kumareasu on Password to POU
CODESYS Forge
talk
(Post)
How to protect POU( Function or Function block or Program ) with a password.
Last updated: 2024-04-24
Post by stulle on 3.5 P20 hangs - no response
CODESYS Forge
talk
(Post)
It makes no difference whether I simply start Codesys or open a project directly.
Last updated: 2024-04-29
Post by k2saki on CNC Override speed. SMC_Interpolator.dOverride is working ?
CODESYS Forge
talk
(Post)
Sorry, That was my mistake. I found a error in my program. Now it works well.
Last updated: 2024-05-01
Post by tiagomachado88 on suggestion: collapse Ladder networks similar to Siemens' TIA Portal
CODESYS Forge
talk
(Post)
Hello, It's just a suggestion to facilitate viewing and monitoring! Regards, Tiago
Last updated: 2024-05-03
Post by ioannis-a on How to Use Personal Access Tokens from GitHub with Codesys Git
CODESYS Forge
talk
(Post)
I have the same issue. Is there any solution?
Last updated: 2024-05-12
Post by totorovic on How to display the application name on a visualization (V3.5.16)
CODESYS Forge
talk
(Post)
You could use the function AppGetApplicationInfo from CmpApp library. https://content.helpme-codesys.com/en/libs/CmpApp/Current/AppGetApplicationInfo.html
Last updated: 2024-05-14
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
.