Post by davidbo on What is the prerequisites for a Raspberry Pi to work with SysSockSetIpAddressAndNetMask()
CODESYS Forge
talk
(Post)
I have done: systemctl stop dhcpcd sudo ip addr flush dev eth0 sudo ip link set eth0 up but a call to SysSockSetIpAddressAndNetMask does not give the eth0 an IP address Why?
Last updated: 2025-11-04
Post by tobifenny on Modbus TLS Kommunikation
CODESYS Forge
talk
(Post)
Hier ist das handbuch: https://www.kostal-solar-electric.com/fileadmin/downloadcenter/kse/BA_KOSTAL_Interface_KSEM_DE.pdf Im Kapitel 1.3.2 ist das mit dem TLS beschrieben und in Kapitel 3.6.2 sind die Modbus-Register beschrieben.
Last updated: 2025-11-06
Post by kalmeyer on Stepper motor control with (SM_Drive_RaspStepper_direct)
CODESYS Forge
talk
(Post)
I have installed: SM_Drive_PosControl 4.18.0.0 and SM_Drive_RaspiStepper_Direct 0.0.0.7 and SM_Drive_RaspiStepper_PulsDir 0.0.0.7 And when I "Generate Code" I immediately get 6 errors (see attached file) What can I do?????
Last updated: 2025-11-09
Post by kalmeyer on Stepper motor control with (SM_Drive_RaspStepper_direct)
CODESYS Forge
talk
(Post)
Is there perhaps a place where I can see examples of programming with different instructions? This would be a great help. Maybe there are some places where ready-made programs are posted that can be downloaded and tested? /Klaus
Last updated: 2025-11-10
Post by nano on What is the prerequisites for a Raspberry Pi to work with SysSockSetIpAddressAndNetMask()
CODESYS Forge
talk
(Post)
have u turned on the Ip-Setter in codesyscontrol.cfg? [SysSocket] Adapter.0.Name="eth0" Adapter.0.EnableSetIpAndMask=1
Last updated: 2025-11-11
Post by davidbo on What is the prerequisites for a Raspberry Pi to work with SysSockSetIpAddressAndNetMask()
CODESYS Forge
talk
(Post)
I have now and it works. I had the idea that it had something to do with codesyscontrol.cfg, but where can I find a description of all the things you can set in codesyscontrol.cfg and its syntax?
Last updated: 2025-11-12
Post by jonasz on Deploy LicenseServer for Linux SL
CODESYS Forge
talk
(Post)
After carefully studying the documentation, I have a question: is a second hardware-independent time source required for the correct operation of the VirtualSafety system?
Last updated: 2025-11-17
Post by bruno-roth on 22kW Wallbox mit Modbus
CODESYS Forge
talk
(Post)
Hallo, das ist wohl das falsche Forum für Wallboxen :-) Aber ich empfehle dir Die GO-E-Charger die hat eine sehr offene Schnittstelle und API auch mit Modbus TCP https://github.com/goecharger/go-eCharger-API-v2/blob/main/modbus-de.md
Last updated: 2025-11-17
Post by jonasz on Deploy LicenseServer for Linux SL
CODESYS Forge
talk
(Post)
Thank you for your response. Is there documentation for the commands? I spent a lot of time trying to figure this out. I have a potato computer at home, so I'll have to test this later.
Last updated: 2025-11-21
Post by dinesh-vamtec on RETAIN PERSISTENT only stored at gracefully shutdown?
CODESYS Forge
talk
(Post)
I have an idea to save the persistent variable. Currently in testing processs. If testing completed I share the solution to you.
Last updated: 2025-11-26
Post by bertram on Installation IOT Libraries kann nicht installiert werden
CODESYS Forge
talk
(Post)
Ok, unter Administratives Ereignis gibt es viele (15)Einträge mit nahezu identischer Uhrzeit, sagen alles das selbe.. EreignisID=0, was Bedeutet das nun ?
Last updated: 2025-11-26
Post by bertram on Installation IOT Libraries kann nicht installiert werden
CODESYS Forge
talk
(Post)
Danke für den Hinweis. Neuer Versuch, anderer Rechner mit Windoew 10, das selbe Verhalten, keine Installation gefunden um das Package zu .... Im Eventlog hab ich nichts auffäliges Entdeckt, auf was genau muss ich Achten ??
Last updated: 2025-11-26
Post by timvh on Access Violation sherd memory
CODESYS Forge
talk
(Post)
Maybe it is better to use Interfaces to access the objects instead of pointers. But besides that, is "read_obj_ptr" a method? If yes, you need to call it, so add brackets behind the method call: read_obj_ptr();
Last updated: 2025-11-27
Post by gseidel on SMC_ERROR.SMC_AXIS_NOT_READY_FOR_MOTION when using Drive Virtual
CODESYS Forge
talk
(Post)
Hi ducng, you need to make sure that MC_Power.Status is TRUE before you give a rising edge to MC_MoveRelative.Execute. (This is the same for virtual and real axes). Best regards, Georg
Last updated: 2025-11-27
Post by valenting on License problem with Raspberry Pi
CODESYS Forge
talk
(Post)
Hello, I have a raspberry pi with a license installed, but Codesys stops after 2 hours, and when I start it manually I have the following message: pszInfo=!!!! no runtime license - running in demo mode(~2 hours) I tried using License Manager, and got the following message: Licensing info not available. There is no dongle attached to the device. I have this message frequently, and usually removing the content of /var/opt/codesys/.cmact_license makes it work. After doing it and restarting Codesys, I have an empty Softcontainer without my License. I tried using "Install license" using the .WibuCmRau file for the corresponding license and got the following message: Licensing info not available. The device does not support this service. I also tried using Additional Functions > Restore Licenses with the Ticket ID and got the following message: This device does not support automatic license backup. How can I reinstall the license to this Raspberry Pi?
Last updated: 2025-11-28
Post by durallymax on Source code changes since last download
CODESYS Forge
talk
(Post)
What do the details show? Is it requesting an online change or download? If the compile file is missing, it will request a download. Several things can trigger an online change, if you haven't changed the code, likely libraries. The details should provide some guidance.
Last updated: 2025-12-01
Post by davidbo on License problem with Raspberry Pi
CODESYS Forge
talk
(Post)
To simplify your problem you shall not select dongle and get dongle errors. Do as shown In some cases you need 2 different licenses depending on the metrics. And yes the system gives not always give proper error messages when you try to reinstall a license
Last updated: 2025-12-01
Post by eschwellinger on Accessing parameters from a structure or function block with the web interface
CODESYS Forge
talk
(Post)
yes, but you could use a demo project in the analyzer to check other types: https://analyzer-eu.automation-server.com/help/en/tags this should work.
Last updated: 2025-12-02
Post by mbart on VAR_INFO from inside of a FB to get info on the instance.
CODESYS Forge
talk
(Post)
I experienced the same problem: using __VARINFO is working only in PRG context, while it crashes if used inside Function Blocks. I would really appreciate if they would fix this issue
Last updated: 2025-12-04
Post by aldo on Access to the path *** is denied
CODESYS Forge
talk
(Post)
Hello, this has been happening to me too since I updated to SP21 Patch 4. It seems the problem is on my main computer (Desktop) but not on the laptop. Has anyone found the cause? Thanks
Last updated: 2025-12-10
Post by kenth1973 on MC_Phasing state explenation
CODESYS Forge
talk
(Post)
Hi George. Thx for the info and recommendation - the robot is running production at customer. But - would you have any information about the states numbers and their different explenations?
Last updated: 2025-12-11
Post by gseidel on MC_Phasing state explenation
CODESYS Forge
talk
(Post)
Hi kenth1973, no, we do not have this kind of information on internal variables. iPhasingState has been removed and is no longer present in current versions of SoftMotion. Best regards, Georg
Last updated: 2025-12-17
Post by gseidel on MC_Phasing state explenation
CODESYS Forge
talk
(Post)
Hi kenth1973, it is not a matter of who created the function block. It is just that we don't have, and don't provide, documentation about internal implementation details... Hope you can understand that, Georg
Last updated: 2025-12-17
Post by aniket-b on Scara3 kinematic robot error
CODESYS Forge
talk
(Post)
I am using Scara3 kinematic with EtherCAT PLC. The robot stops at the same place randomly after few cycles. Check attached image. I am getting SMC_ERROR.SMC_DI_FIELDBUS_LOST_SYNCRONICITY in all 3 axes.
Last updated: 2025-12-19
Post by reinier-geers on Data to server
CODESYS Forge
talk
(Post)
HI, i want to copy data to a server of a costumor. Whats the easy way ? contoller is V20p5 but also 2 are V9.2
Last updated: 2025-11-11
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.