Search talk: Runtime objects > Device

 
<< < 1 .. 139 140 141 142 143 .. 175 > >> (Page 141 of 175)

Post by eschwellinger on stablish CAN communication through the PC's USB port CODESYS Forge talk (Post)
since 3.5.20.10 version here: c:\Windows\System32\config\systemprofile\AppData\Roaming\CODESYS\CODESYSControlWinV3x64\<unique number="">\</unique>
Last updated: 2025-12-14

How can adding a colored leather vest upgrade a simple outfit? CODESYS Forge talk (Thread)
How can adding a colored leather vest upgrade a simple outfit?
Last updated: 2025-12-15

Post by eschwellinger on Deploy LicenseServer for Linux SL CODESYS Forge talk (Post)
yes it is and it need to be realtime capable with a preempt_rt patched kernel.
Last updated: 2025-11-17

Post by eschwellinger on Deploy LicenseServer for Linux SL CODESYS Forge talk (Post)
yes it is and it need to realtime capable with a preempt_rt patched kernel.
Last updated: 2025-11-17

Post by eschwellinger on Soft Container License issue with ARM64 Linux CODESYS Forge talk (Post)
van you execute cmu -x to see if dongle and softcontainer are available.
Last updated: 2025-12-08

Post by blisk2000 on Scheduler CODESYS Forge talk (Post)
Hi, I am looking for a scheduler like attached picture. Is a scheduler like this already available in Codesys? Thank you! Best regards! Zdenko
Last updated: 2026-01-16

Post by baott569 on Limitation on OPC UA Variable 100+ variables on raspberry pi CODESYS Forge talk (Post)
Sorry, not trying to spam, My internet lagged and I thought the comment wasn’t submitted
Last updated: 2026-01-22

Post by baott569 on Limitation on OPC UA Variable 100+ variables on raspberry pi CODESYS Forge talk (Post)
Hi, did you manage to resolve this issue?, I’m experiencing the same problem
Last updated: 2026-01-22

Modbus TCP Server connection is ESTABLISHED but all holding registers are value 0? CODESYS Forge talk (Thread)
Modbus TCP Server connection is ESTABLISHED but all holding registers are value 0?
Last updated: 2026-01-27

Two licenses have to be installed forgot to enable one license CODESYS Forge talk (Thread)
Two licenses have to be installed forgot to enable one license
Last updated: 2026-02-03

Post by winki on Error in licence activation CODESYS Forge talk (Post)
I am using Codesys Control for linux ARM64 SL. Installed with the SL deployment tool
Last updated: 2026-02-03

Post by hetongapp on The selected container ... does not fit your ticket CODESYS Forge talk (Post)
Do you fixed the issues about container serial number different?
Last updated: 2026-02-07

Post by dosnova on *exception* [processorloadwatchdog] occurred in: app=[all], task=[all] CODESYS Forge talk (Post)
Weintek Codesys firmware update does not solve this problem..
Last updated: 2026-02-10

Post by dosnova on *exception* [processorloadwatchdog] occurred in: app=[all], task=[all] CODESYS Forge talk (Post)
I've the same problem. I'm not able to solve..
Last updated: 2026-02-10

Post by eschwellinger on Control for Linux ARM64-User Management issue CODESYS Forge talk (Post)
guess you'll need to use latest CODESYS version to fix this.
Last updated: 2026-02-14

Post by eschwellinger on Unable to deploy "Control for Linux SL 4.18.0.0" CODESYS Forge talk (Post)
we need the Systeminformation in the Communication tap(logged in)
Last updated: 5 days ago

Post by pernockham on Unable to deploy "Control for Linux SL 4.18.0.0" CODESYS Forge talk (Post)
Thanks! Out of office, will check on Monday.
Last updated: 3 days ago

Post by eoahe on Problem Reading Registers via Modbus from non Codesys device CODESYS Forge talk (Post)
Hey Guys :) I have the following Problem using Modbus via Codesys: I'm trying to implement a Modbus Device into my codesys project. The device is a Router from Teltonika (RUT956) and it can communicate via Modbus. Currently I'm trying to implement it into my codesys prject as a slave and I'm using my windows computer as master. As it is not a codesys device (the codesys application is not uploaded to device as it has its own software) I'm having problems requesting and reading registers from the router. I've set up my windows computer as Master and implemented the router as slave. When I go online on my master device it sais that it has established a connection to the slave (router)(So I'm thinking this could work as there is a connection?). The goal is to read the GPS (latitude and longitude) data and on the homepage of teltonika you can find the register address and number of registers (adress 143 for latitude and 145 for longitude; both have a number of two registers). I've found tutorials how to read specific registers via their register address with other modbus programs (like modbus-cli), but as my entire project is established in codesys I was hoping to read these specific registers via codesys so that I can show the GPS data on my dashboard. I've tried establishing slave channels but that hasn't been working. I tried read input register channels of the length 4 but it's not possible to define specific register addresses to read via codesys so that didn't work (I jsut get a slaves device failure) and I've also tried establishing 516 (total number of registers the router sends I think?) read inputregister channels but that has the samle failure... So i guess the problem I'm having is establishing slave channels to read these specific registers. Does anyone know how to tackle this problem and has maybe had the same problem? Or maybe someone knows a workaround? I'm quite new to codesys so maybe I'm also lacking expertise...
Last updated: 2025-03-01

Post by rossanoparis on Upgrading CODESYS runtime from v4.7 to v4.9 using a bash script leads to lose the licences stored in the soft container CODESYS Forge talk (Post)
System information - Controller: KUNBUS RevPi CONNECT-S - OS: Linux buster 32bit 5.10.103-rt62-v7l #1 SMP PREEMPT_RT armv7l GNU/Linux - CODESYS v3.5 SP19 Patch 2 I'm facing a problem related to codesys licences using a procedure based on a bash script. Such bash script detect the presence of new .deb files and install them on system. My automation solution don't allow to be maintained by dedicated personal, thus even the CODESYS runtime SW must be installed using an "automatic" procedure instead of using the CODESYS tool. remark I've been using the following procedure since the runtime v4.5 without any issue. Before installing the new runtime packages, I need to copy the file CODESYSControl_User.cfg (here attached) because of new section which is necessary to add in order to allow some folders to be written by CODESYS runtime v4.9 Up to now, this has been unnecessary, this is the main difference between my previos bash file and the new one. remark If I skip this action, everythings goes fine, but my CODESYS application can't work as it needs to access some folders on controller's file system. Process - Before the procedure: the licenses are OK (see attached file lic-01.png) - After the procedure: the new CODESYS runtime version is correctly installed, but the software container with v1.19 and all licences disappear (see attached file lic-02.png) This is the synthetic content of bash script I'm using. # Stop runtime sudo service codesyscontrol stop sudo service codesysedge stop # Move the new CODESYSControl_User.cfg file # New configuraton with folders declared sudo mv -f CODESYSControl_User.cfg /etc # Install runtime package echo N | sudo apt-get install -y --allow-downgrades codesyscontrol_raspberry_4.9.0.0_armhf.deb # Install edge gateway package echo N | sudo apt-get install -y --allow-downgrades codesysedge_edgearmhf_4.9.0.0_armhf.deb # Reboot controller sudo reboot Thanks in advance
Last updated: 2023-09-19

Post by baldeep on Raspberry Pi 5 CODESYS Forge talk (Post)
Hi, though i am aware of the fact that Codesys doesnt not support Raspberry Pi 5 still i tried. Codesys Installation : worked Codesys Starting : worked but right after start it stopped. with Start Runtime it starts again but stops automatically after 5 seconds is Codesys planned for Raspi 5?! Regards... Singh
Last updated: 2023-12-06

Post by hermsen on Raspberry Pi 4.12.0.0 SL also stops after 15s CODESYS Forge talk (Post)
After installing this new 4.12.0.0 SL version on my RPi5 8GB and the latest bootloader, the runtime disappeared after 15secs. The bootloader my pi uses is from 2024-06-11. I was able to resolve this issue using this post: https://forge.codesys.com/forge/talk/Runtime/thread/be25c0ff66/ The workaround works for me.
Last updated: 2024-07-06

Post by ricola on codesys sp20 opcua not working CODESYS Forge talk (Post)
Hi, same pb for me ! did you find a solution ? (I'm working on 2 raspberry pi ) The same project compiled for 4.8.0.0 runtime with CodeSys 3.5SP20 is working fine on one target, and on the other one, my UAexpert receives the same "BadIdentityTokenInvalid" and none is working on 4.11.0.0 either ... anybody ?
Last updated: 2024-08-11

Post by nano on ERROR: CodeMAccess2: Used CmRuntime 2.61.2705.500 is too old CODESYS Forge talk (Post)
the codemeter deb files are part of the runtime-sl-installatonfiles. so u can download the whole raspberry pi package from store-page, unzip it with a progam like 7zip, there you'll find a folder called dependencys i thing. here should the deb files placed
Last updated: 2024-09-18

Post by gabor-n on PNIO Connect Parameter Error CODESYS Forge talk (Post)
It's a bit confusing, the two RPI is the same (board, OS, runtime, programing with Codesys V3.5 SP20 P2) but the one has a codesyscontrol.cfg file and the other has a codesyscontrol_user.cfg file. Shouldn't be the same? And because I over Codesys 3.5 SP 12 this would be the '_user.cfg' for both. Attached...
Last updated: 2024-10-11

Post by andrax on CodeSys Raspberry pi I2C driver not found CODESYS Forge talk (Post)
Sorry, wrong expression. You have a 64bit system, so do I. You can also use the 64bit runtime, but most bib and commands are 32bit and are not properly supported. I had read somewhere that there are problems with I2C. That's why I recommend switching to PI_SL and using the correct gpio.
Last updated: 2024-11-09

<< < 1 .. 139 140 141 142 143 .. 175 > >> (Page 141 of 175)

Showing results of 4355

Sort by relevance or date