Raspberry PI B+ gets strange errors on starting service....
CODESYS Forge
talk
(Thread)
Raspberry PI B+ gets strange errors on starting service....
Last updated: 2014-08-07
Berrypicker c't mit Raspberry Pi B+ und PCA9685 i2c
CODESYS Forge
talk
(Thread)
Berrypicker c't mit Raspberry Pi B+ und PCA9685 i2c
Last updated: 2015-03-16
Problem with Model B+ Ethercat & Wlan/Wifi on USB
CODESYS Forge
talk
(Thread)
Problem with Model B+ Ethercat & Wlan/Wifi on USB
Last updated: 2016-03-06
Discontinuity of A/B/C axis movement.
CODESYS Forge
talk
(Thread)
Discontinuity of A/B/C axis movement.
Last updated: 2024-05-09
Visualization scaling problem with B&R T30 panel
CODESYS Forge
talk
(Thread)
Visualization scaling problem with B&R T30 panel
Last updated: 2024-07-30
MCP 3008 ΓΌber SPI mit Raspberry PI B+: kein Treiber gefunden
CODESYS Forge
talk
(Thread)
MCP 3008 ΓΌber SPI mit Raspberry PI B+: kein Treiber gefunden
Last updated: 2015-05-06
Is raspberry Pi 4 model b supported by codesys raspberry pi control?
CODESYS Forge
talk
(Thread)
Is raspberry Pi 4 model b supported by codesys raspberry pi control?
Last updated: 2020-10-21
The A/B/C axis problem of CNC interpolator in 6DOF robot
CODESYS Forge
talk
(Thread)
The A/B/C axis problem of CNC interpolator in 6DOF robot
Last updated: 2022-09-12
Raspberry Pi 4 B HW 1.5 Codesys control 4.10.0 stopps after a few seconds
CODESYS Forge
talk
(Thread)
Raspberry Pi 4 B HW 1.5 Codesys control 4.10.0 stopps after a few seconds
Last updated: 2023-12-21
Raspberry Pi 4 B HW 1.5 Codesys control 4.10.0 stopps after a few seconds
CODESYS Forge
talk
(Thread)
Raspberry Pi 4 B HW 1.5 Codesys control 4.10.0 stopps after a few seconds
Last updated: 2024-07-29
Post by jonasz on Discontinuity of A/B/C axis movement.
CODESYS Forge
talk
(Post)
PrtScr
Last updated: 2024-05-09
Post by aniket-b on "Distributed clocks are not synchronized, Rea time problem on hardware" ?
CODESYS Forge
talk
(Post)
I am getting the same error. does anyone know how to troubleshoot this?
Last updated: 2024-03-04
Post by gseidel on Discontinuity of A/B/C axis movement.
CODESYS Forge
talk
(Post)
Hi jonasz, you already solved it, I'm answering here for the sake of others with a similar question. You can provide the slope of the A/B/C axis with the U/V/W word. See example 3 here: https://content.helpme-codesys.com/en/CODESYS%20SoftMotion/_sm_cnc_din66025_additional_axis.html If you don't want to change the G-Code, the function block SMC_RecomputeABCSlopes can compute the slopes automatically. https://content.helpme-codesys.com/en/libs/SM3_CNC/Current/SM_CNC_POUs/SoftMotion-CNC/SoftMotion-Function-Blocks/SMC_RecomputeABCSlopes.html Best regards, Georg
Last updated: 2024-04-30
Post by kleeswi on Visualization scaling problem with B&R T30 panel
CODESYS Forge
talk
(Post)
I have found a work around. I have written a python scripts that runs on user login (entry in .bashrc) which overwrites the webvisu.htm and webvisu.cfg.json file with the configuration for the B&R T30 panel (resolution and disable scaling). First I tried to add this setting to the the CODESYSControl.cfg, but that does not work following the big CODESYS Control V3 Manual. [CmpTargetVisu] Application.WindowPositionX=0 Application.WindowPositionY=0 Application.WindowSizeWidth=800 Application.WindowSizeHeight=480
Last updated: 2024-07-30
Post by aniket-b on EtherCAT drive not moving
CODESYS Forge
talk
(Post)
I have EtherCAT drive communicating properly without an error but when I use MC_JOG function, it is not moving at all, I can use MC_Power function and drive does respond to that but other functions are not working,. Please suggest what is wrong here.
Last updated: 2024-03-04
Post by k2saki on Discontinuity of A/B/C axis movement.
CODESYS Forge
talk
(Post)
Hello. Good morning. I have a same problem with short-segment G01 in GCode even in XY Axis. ( I'm using SMC_ReadNcFile2, SMC_NcInterpreter, SMC_CheckVelocities before IPO , watching Youtube tutorial video.. ) How did you solve this problem ?
Last updated: 2024-04-29
Post by kleeswi on Visualization scaling problem with B&R T30 panel
CODESYS Forge
talk
(Post)
The probelm arises for the B&R T30 panel after updating Codesys from 3.5.17 to 3.5.19 patch 5. We have to use 3.5.19 for other reasons so we cannot downgrade the version. The scaling problem only exists for the B&R 6PPT30.0702.20F025 panel, the B&R T50 panel and a esa lumia panel work. When we choose a fixed resolution it looks also good, however we also want to support the esa lumia panel with a different resolution. The images show the anisotropic and isotropic option. In the anisotropic option it scales the hight correctly but not the width and in the isotropic option is scales both hight and width false, it also does not start in the top left corner. Does someone have any suggestion why it does not work anymore with the new codesys version and are there workarounds? I added all versions with visualization packages as an image, visuElems is 4.4.0.0.
Last updated: 2024-07-29
Post by richard-wang on Raspberry Pi 4 B HW 1.5 Codesys control 4.10.0 stopps after a few seconds
CODESYS Forge
talk
(Post)
Hi Preimesbergert I have the same problem and same result as yours, I am wondering if you find any root cause? I would be much appreciated if you can share any finding.
Last updated: 2024-07-29
Post by mecmag on gear over gear (2 masters,1 slave) - how to do it?
CODESYS Forge
talk
(Post)
Hello, i need to create an application that uses 2 masters, with 2 different ratios, and it outputs in one single slave. I explain better: Imagine axis A, B and C. -Axis A is the slave. -Axis B is master of A, with a specific ratio. -Axis C is master of A, with a specific ratio. the result motion from B and C should be executed by A, proportionally in position and ratios from B and C. With standard softmotion libraries (MC_...) it is not possible (i couldn't) because it is allowed only one master with its ratio. I have made a similiar application in past, using MoveOverGear in order to synch gears before engage. Instead this time, i need to do a gear over gear application, using 2 different masters. The position have to be the sum of both masters (considering their ratios). Any clue about how to do it? Or were to find some FB that can do it?
Last updated: 2024-08-16
Post by preimesbergert on Raspberry Pi 4 B HW 1.5 Codesys control 4.10.0 stopps after a few seconds
CODESYS Forge
talk
(Post)
Wanted to play a bit with a raspberry Pi 4 Model B HW 1.5 and Codesys. Regardless of the image (tried 32bit / 64bit version from Raspberry Pi Imager) and with all tested Codesys Control versions (4.2.0, 4.8.0, 4.10.0) and regardless if single core / multicore / 64 bit variant, always is the runtime stopped after about 30sec with the nice message: ooops... this runtime was built for RASPBERRYPI. Hardware version or firmware version not supported! (-7, 0x00000BB8, 0xFFFFFFFB) Whats wrong with it?!?!? I read a lot about the issue in topics from 2020-2021 but it always was stated with new Codesys control version issue will be fixed (4.4 for example) but still it is there.
Last updated: 2023-12-21
Post by preimesbergert on Raspberry Pi 4 B HW 1.5 Codesys control 4.10.0 stopps after a few seconds
CODESYS Forge
talk
(Post)
Wanted to play a bit with a raspberry Pi 4 Model B HW 1.5 and Codesys. Regardless of the image (tried 32bit / 64bit version from Raspberry Pi Imager) and with all tested Codesys Control versions (4.2.0, 4.8.0, 4.10.0) and regardless if single core / multicore / 64 bit variant, always is the runtime stopped after about 30sec with the nice message: ooops... this runtime was built for RASPBERRYPI. Hardware version or firmware version not supported! (-7, 0x00000BB8, 0xFFFFFFFB) Whats wrong with it?!?!? I read a lot about the issue in topics from 2020-2021 but it always was stated with new Codesys control version issue will be fixed (4.4 for example) but still it is there.
Last updated: 2023-12-21
Post by preimesbergert on Codesys Control for Raspberry Pi 4.10.0.0 - Raspberry Pi OS > 2023-12-05
CODESYS Forge
talk
(Post)
Same issue here: Raspberry Pi 4 Model B HW 1.5 Regardless of the image (tried 32bit / 64bit version from Raspberry Pi Imager- all the "standard version") and with all tested Codesys Control versions (4.2.0, 4.8.0, 4.10.0) and regardless if single core / multicore / 64 bit variant.
Last updated: 2023-12-21
Post by aniket-b on How to protect library project?
CODESYS Forge
talk
(Post)
I have library projects which has few function blocks. I have assigned security to each FB. I want to protect them and user can only be able to use it without viewing the code inside. What kind of file I should send to user? Is it compiled library file?
Last updated: 2024-01-22
Post by kees-b on PLCnext Phoenix Contact
CODESYS Forge
talk
(Post)
Hello We started with the new design of Codesys, through a "CODESYS Control Standard S" license. However, after installing the license, connecting, etc. (without any problems), we cannot get the program into the PLC with entries that we have not seen before. Is there anyone who has also experienced this? Better yet, does anyone have the solution?
Last updated: 2024-01-24
Post by alexgooi on How to protect library project?
CODESYS Forge
talk
(Post)
Hi aniket-b, If you save the library as a compiled library you are not able to see the source code. When the end user tries to view inside the object, CODESYS will give a notification that the source code is missing, see attachment. In short if you don't send the source code, it will not show.
Last updated: 2024-01-25
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
.