Licensing info not available.
CODESYS Forge
talk
(Thread)
Licensing info not available.
Last updated: 2024-09-24
Post by garmusd on Raspberry Pi 5 GPIO not working.
CODESYS Forge
talk
(Post)
Hi, Codesyscontrol 4.13.0.0 Raspberry Pi5 64bit with latest updates. Cant get working GPIO - no output and no input. SPI/I2C not tested. GPIOs B+/Pi2, Input/Output is set in the parameters, assigned variables int the Mapping. Absolutely no reaction. Do I need to configure anything else to make it work? Thanks!
Last updated: 2024-09-26
Post by zatalian on Visualization Toolbox in German
CODESYS Forge
talk
(Post)
Is there a solution for this problem? Same here where the OS language was french during the installation of codesys (SP20 Patch2)
Last updated: 2024-09-26
Clarifications regarding the appropriate runtime system to use
CODESYS Forge
talk
(Thread)
Clarifications regarding the appropriate runtime system to use
Last updated: 2024-09-26
Visualization Toolbox in German
CODESYS Forge
talk
(Thread)
Visualization Toolbox in German
Last updated: 2024-09-26
Post by george32 on Readable IO names
CODESYS Forge
talk
(Post)
Hello Folks, I have a quite basic understanding of how PLC programming works. However I keep getting stuck on 1 problem I could not get my head around. The problem is as follow: I have a PLC with 60 IO (20 inputs, 40 outputs). Each IO is defined as a function block. Furthermore I have an external IO card connected trough a CanBus connection. This IO card has 4 analog input channels (USINT), 4 digital inputs (Bool) and 4, digital outputs (Bool) Because I have 2 different components which both has data have I made 4 arrays to store the data off every component in one variable. PLC_Input: Array [1..20] of BOOL; PLC_Output: Array [1..40] of BOOL IOCard_Input: Array [1..8] of BOOL IOCard_Output: Array [1..4] of BOOL Because the control and reading of the different in and outputs is done by a TCP connection I want to use some kind of enumeration or struct to give each index a name so that my main would be a little bit more readable instead of all the magic numbers. Also this would make my program more dynamic for the furter in case I need to changes some in the IO nummers. For example: pump is placed on the fysical terminal strip number place 54, which is the 3th output of the IO card in the program: if I am sending a message with value 54 I would like to control IOCard_Output[3]. If there is a solution or methode to get this done, I can eventually do the following in my main program: IOCard_Output[Pump]. I have tried the following: IOCard_Output[Pump - 51] with an enumration but this keeps raising an error I hope some of you could help me further with this problem. In gross lines: I want to couple all the different IO to a more readable name and this readable name should control the right Array index Thanks in advance, George
Last updated: 2024-09-26
Post by andrebrandt on FB string and naming
CODESYS Forge
talk
(Post)
Hi all. I have a FB written in ST. FUNCTION_BLOCK NTC10k VAR_INPUT Syst:STRING; In:REAL; END_VAR VAR_OUTPUT Out:REAL; OTag:STRING; Out_St:Struct_NTC10K; END_VAR VAR Tag:STRING; InstanceName: STRING; Structure:Struct_NTC10K; END_VAR What i'm trying to do, is to pass data to structure. In structure i want to add a tag with systemnumber and sensorname. '320.001-RT401' In pou i use this RT401: NTC10k;, and tried this RT401: NTC10k(Tag:='RT401'); Anyone done this?
Last updated: 2024-09-26
Post by wbj0t on tool 'update raspberry pi' unavailable
CODESYS Forge
talk
(Post)
I also tried install Linux SL and ARM/Linux SL. Same problem: not available in tools...
Last updated: 2024-09-26
Post by eschwellinger on Login problem with FileTransfer on Raspberry Pi 5
CODESYS Forge
talk
(Post)
which Visu versions are you using and which runtime version?
Last updated: 2024-09-26
Post by eschwellinger on tool 'update raspberry pi' unavailable
CODESYS Forge
talk
(Post)
I would try to use everything in latest version this should work.
Last updated: 2024-09-26
ControlWin 3.5.20.30 Issues
CODESYS Forge
talk
(Thread)
ControlWin 3.5.20.30 Issues
Last updated: 2024-09-26
Post by yannickasselin on ControlWin 3.5.20.30 Issues
CODESYS Forge
talk
(Post)
Hello, Trying to install ControlWin 3.5.20.30 on Windows 10 Enterprise 2016 LTSB and I always get this error about the gateway. 3.5.20.20 is working fine. Any ideas why? Thank you
Last updated: 2024-09-26
Post by andrebrandt on how to extract the name of an FB to a variable
CODESYS Forge
talk
(Post)
Hi mr. Do you have the script? Cause the link is down.
Last updated: 2024-09-27
Post by andrebrandt on how to extract the name of an FB to a variable
CODESYS Forge
talk
(Post)
Hi mr. Do you have the script? Cause the link is down.
Last updated: 2024-09-27
tool 'update raspberry pi' unavailable
CODESYS Forge
talk
(Thread)
tool 'update raspberry pi' unavailable
Last updated: 2024-09-27
Post by andrebrandt on how to extract the name of an FB to a variable
CODESYS Forge
talk
(Post)
Hi mr. Do you have the script? Cause the link is down.
Last updated: 2024-09-27
RPI can system operation like rm in a shell have an impact on a Task cycle time
CODESYS Forge
talk
(Thread)
RPI can system operation like rm in a shell have an impact on a Task cycle time
Last updated: 2024-09-27
Post by liamb on Configuring a 2's compliment
CODESYS Forge
talk
(Post)
Hi, did you end up finding a way to take 2's compliment?
Last updated: 2024-09-27
Post by eschwellinger on Raspberry Pi 5 GPIO not working.
CODESYS Forge
talk
(Post)
more or less this here... https://waldorf.waveform.org.uk/2021/the-pins-they-are-a-changin.html
Last updated: 2024-09-27
Unable to add alarm configuration object to project
CODESYS Forge
talk
(Thread)
Unable to add alarm configuration object to project
Last updated: 2024-09-27
Creating Custom Kinematics
CODESYS Forge
talk
(Thread)
Creating Custom Kinematics
Last updated: 2024-09-27
Post by liamb on Unable to add alarm configuration object to project
CODESYS Forge
talk
(Post)
Yep that was the case, PLC didn't support it.
Last updated: 2024-09-27
Post by joep on Custom robotics kinematics model debugging
CODESYS Forge
talk
(Post)
[solved] invalid rotation matrix f.mR (SMC_Matrix3) in AxesToCartesian() generates this error.
Last updated: 2024-09-27
Custom robotics kinematics model debugging
CODESYS Forge
talk
(Thread)
Custom robotics kinematics model debugging
Last updated: 2024-09-27
Post by joep on Creating Custom Kinematics
CODESYS Forge
talk
(Post)
"* Do you return a valid rotation matrix f.mR (SMC_Matrix3) in AxesToCartesian()?" This was the issue, thanks a lot
Last updated: 2024-09-27
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
.