Post by erick-n on Disable User Management
CODESYS Forge
talk
(Post)
Hi Gima, did you find a solution for this issue?
Last updated: 2025-06-12
Home (version 1) discussion
erick-n
wiki
(Thread)
Home (version 1) discussion
Last updated: 2025-06-12
Post by viksym on How to get the motor scaling value from code
CODESYS Forge
talk
(Post)
Is there a way to see what value is set as the "Work travel distance per motor rotation" that is set in the Scaling menu of the axis ? I am working on my own homing function block for sensorless (hardstop) homing and I want to make it be universal between different axes with different motor's scaling for distance per rev so I need to know this value from the axis itself. I know I could do it by just creating an input variable for the function block but I'm leaving that option as a last resort.
Last updated: 2025-06-12
Post by eschwellinger on Two OneWireMaster on one Raspberry PI 5
CODESYS Forge
talk
(Post)
check if the second onwire master is accessible in the configfile path setting. /etc/codesyscontrol/
Last updated: 2025-06-12
Post by eschwellinger on Disable User Management
CODESYS Forge
talk
(Post)
..which plc in which version?
Last updated: 2025-06-12
Post by jy77812 on (no subject)
CODESYS Forge
talk
(Post)
Last updated: 2025-06-12
Disable User Management
CODESYS Forge
talk
(Thread)
Disable User Management
Last updated: 2025-06-12
(no subject)
CODESYS Forge
talk
(Thread)
(no subject)
Last updated: 2025-06-12
Post by latassan on RaspberryPi 5 gateway problem
CODESYS Forge
talk
(Post)
Hello, I'm trying to use a raspberryPi 5 as a PLC. I fixed its IP address, I can ping it. I've also installed the CODESYS Control for Raspberry Pi 64 SL runtime on it. So I've created a gateway (IP address of the Raspberry, TCP port 1217). I see the green dot next to this gateway. When I do a network scan, I can see my raspberry (see photo). When I try to connect to it, I have to define an administrator profile, which I do. On validation, I see a message: No device is responding to the scan request. I've checked that port 1217 is listening on the raspberry, I've uninstalled the runtime then installed it again, but I can't connect. Also, when I try to configure the user groups before connecting, I see that Offline mode is not supported by the device, even though I'm connected to it in the Deploy Control SL tab. When I try to refresh, I see: Gateway not configured properly. How can I connect to my Raspberry? Have I defined my gateway incorrectly?
Last updated: 2025-06-12
wiki Discussion
latassan
wiki
(Discussion)
Forum for wiki comments
Last updated: 2025-06-12
blog Discussion
latassan
blog
(Discussion)
Forum for blog comments
Last updated: 2025-06-12
(no subject)
latassan
wiki
(Thread)
Last updated: 2025-06-12
Home
latassan
wiki
(WikiPage)
Project Members: latassan (admin)
Last updated: 2025-06-12
wiki Discussion
tom245
wiki
(Discussion)
Forum for wiki comments
Last updated: 2025-06-12
blog Discussion
tom245
blog
(Discussion)
Forum for blog comments
Last updated: 2025-06-12
(no subject)
tom245
wiki
(Thread)
Last updated: 2025-06-12
Home
tom245
wiki
(WikiPage)
Project Members: tom245 (admin)
Last updated: 2025-06-12
Post by timothyzalusky on Missing Device Descriptions in Repository
CODESYS Forge
talk
(Post)
After updating my Codesys to later versions, it seems my device repository no longer lists the proper runtime devices, nor ethernet adapters, or other previously installed device descriptions. What needs to be done here? Do I need to uninstall and do a clean install? I am now updating to SP21.1 to see if that fixes it. Any tips what I am doing wrong here are much appreciated. I don't see codesys control win, or have the ability to add an ethernet adapter in my project.
Last updated: 2025-06-12
Post by eschwellinger on RaspberryPi 5 gateway problem
CODESYS Forge
talk
(Post)
Do you use the same type Raspberry PI64 SL in the device tree? Which version of the Pi package / Runtime do you use? 4.16.0.0?
Last updated: 2025-06-12
Home (version 1) discussion
latassan
wiki
(Thread)
Home (version 1) discussion
Last updated: 2025-06-12
Post by timothyzalusky on Missing Device Descriptions in Repository
CODESYS Forge
talk
(Post)
For reference this is fixed by installing the new codesys install with a separate repository folder. Completely resolved. If anyone else sees this. I would like to know why the persistent devices repository folder does not properly retain between installs though.
Last updated: 2025-06-12
Missing Device Descriptions in Repository
CODESYS Forge
talk
(Thread)
Missing Device Descriptions in Repository
Last updated: 2025-06-12
Post by timothyzalusky on Missing Device Descriptions in Repository
CODESYS Forge
talk
(Post)
For reference this is fixed by installing the new codesys install with a separate repository folder. Completely resolved. If anyone else sees this. I would like to know why the persistent devices repository folder does not properly retain between installs though.
Last updated: 2025-06-12
Post by timothyzalusky on Missing Device Descriptions in Repository
CODESYS Forge
talk
(Post)
For reference this is fixed by installing the new codesys install with a separate repository folder. Completely resolved. If anyone else sees this. I would like to know why the persistent devices repository folder does not properly retain between installs though.
Last updated: 2025-06-12
Post by tk096 on How to get the motor scaling value from code
CODESYS Forge
talk
(Post)
Hi, unfortunately, in Softmotion you have only access to the combined fraction - the scaling factor from user units to motor increments. It can be accessed using MC_ReadParameter with parameter number 1054. increments = user_unit_position * fScaleFactor
Last updated: 2025-06-13