| FORUM | LATEST POST | # TOPICS |
|---|---|---|
|
General Discussion Forum about anything you want to talk about. |
No posts yet | 1 |
While trying to install CODESYS 3.5.17.30 (64-bit) on my Windows 11 computer, I'm getting the errors below. The first error occurs near the end of the installation. Once you bypass it, the installation returns the second error. Do you have any suggestions for a solution? By the way, I've tried this on several PCs, but I haven't found a solution.
Thank you for your answer. The build > Generate Code start the code of the application but does not modify the compileinfo. I work with .projectarchive to avoid this kind of problem. I would like to have the possibility to modify the compileinfo by myself so I can indicate the losses information.
Hi, What is exactly the difference between using symbol configuration as OPCUA server or using the Codesys object OPCUA server? What are the advantages and disadvantages of using symbol configuration and OPCUA server object. Please let me know
Has anyone tried sending live sensor data from an ESP32 into a CODESYS runtime (for example via MQTT gateway or a Modbus bridge) to trigger PLC logic? I was reading an ESP32 β MQTT tutorial (https://www.theengineeringprojects.com/2021/11/esp32-mqtt.html) that shows how easy it is to publish sensor data from an ESP32, and Iβm wondering how practical that is when tying the stream into industrial control software like CODESYS. Iβve also seen Arduino forum threads where people relay sensor streams to...
Has anyone tried sending live sensor data from an ESP32 into a CODESYS runtime (for example via MQTT gateway or a Modbus bridge) to trigger PLC logic? I was reading an ESP32 β MQTT tutorial (https://www.theengineeringprojects.com/2021/11/esp32-mqtt.html) that shows how easy it is to publish sensor data from an ESP32, and Iβm wondering how practical that is when tying the stream into industrial control software like CODESYS. Iβve also seen Arduino forum threads where people relay sensor streams to...
Has anyone tried sending live sensor data from an ESP32 into a CODESYS runtime (for example via MQTT gateway or a Modbus bridge) to trigger PLC logic? I was reading an ESP32 β MQTT tutorial (https://www.theengineeringprojects.com/2021/11/esp32-mqtt.html) that shows how easy it is to publish sensor data from an ESP32, and Iβm wondering how practical that is when tying the stream into industrial control software like CODESYS. Iβve also seen Arduino forum threads where people relay sensor streams to...
It looks like one can use the OutputData and InputData members of ETCSlaveStack: https://content.helpme-codesys.com/en/libs/EtherCATStack/4.2.0.0/EtherCATStack/ETCSlaveStack.html
Now that SP21 is out, what's the answer? I want to get a pointer to the TxPDO and RxPDO structs. I can generate a STRUCT declaration from the ESI file with a bit of Python. I just need to get the pointer from the ETC_Slave.
My CODESYS OPC UA server provides endpoints using both the hostname and the IP address. Connecting via the IP address works fine, but connecting via the hostname does not. The endpoint list shows both opc.tcp://<hostname>:4840 and opc.tcp://<ip>:4840. When using the hostname, the OPC UA client (UA Expert) fails to connect. Using the IP address connects without issues. Main goal is to conect via Python but opcua-asyncio seems to prefer the hostname. How can I configure CODESYS or my system so that...