IF NOT AND question
CODESYS Forge
talk
(Thread)
IF NOT AND question
Last updated: 2018-11-26
CmpCodeMeter library not signed
CODESYS Forge
talk
(Thread)
CmpCodeMeter library not signed
Last updated: 2016-09-20
eth1: raspberry not found
CODESYS Forge
talk
(Thread)
eth1: raspberry not found
Last updated: 2018-01-24
Packages not installing
CODESYS Forge
talk
(Thread)
Packages not installing
Last updated: 2021-09-14
INT_TO_WORD function not working
CODESYS Forge
talk
(Thread)
INT_TO_WORD function not working
Last updated: 2024-01-26
DataSource not working
CODESYS Forge
talk
(Thread)
DataSource not working
Last updated: 2024-02-01
EtherCAT drive not moving
CODESYS Forge
talk
(Thread)
EtherCAT drive not moving
Last updated: 2024-03-05
Identifier 'IoDrvGPIO' not defined
CODESYS Forge
talk
(Thread)
Identifier 'IoDrvGPIO' not defined
Last updated: 2024-04-11
New License not working.
CODESYS Forge
talk
(Thread)
New License not working.
Last updated: 2024-05-24
Sensor not set
CODESYS Forge
talk
(Thread)
Sensor not set
Last updated: 2024-05-28
PFC200BUS not running
CODESYS Forge
talk
(Thread)
PFC200BUS not running
Last updated: 2024-07-10
ERR_OK not recognized
CODESYS Forge
talk
(Thread)
ERR_OK not recognized
Last updated: 2024-08-17
CmpCrypto CryptoGenerateHash Not Outputting
CODESYS Forge
talk
(Thread)
CmpCrypto CryptoGenerateHash Not Outputting
Last updated: 2024-09-18
Licensing info not available.
CODESYS Forge
talk
(Thread)
Licensing info not available.
Last updated: 2024-09-24
SysFileOpen not working
CODESYS Forge
talk
(Thread)
SysFileOpen not working
Last updated: 2024-10-23
Network Variables not updating
CODESYS Forge
talk
(Thread)
Network Variables not updating
Last updated: 2025-01-27
Server not adding PLC
CODESYS Forge
talk
(Thread)
Server not adding PLC
Last updated: 2025-02-17
library is not available
CODESYS Forge
talk
(Thread)
library is not available
Last updated: 2025-03-25
i2c master not running
CODESYS Forge
talk
(Thread)
i2c master not running
Last updated: 2025-05-20
Ethercat not running.
CODESYS Forge
talk
(Thread)
Ethercat not running.
Last updated: 2025-06-05
Codesys Gateway not running
CODESYS Forge
talk
(Thread)
Codesys Gateway not running
Last updated: 2025-06-12
Compiler errors not visible
CODESYS Forge
talk
(Thread)
Compiler errors not visible
Last updated: 2025-07-04
Post by dengsberg on Check Connection Status of the OPC-UA Server for Data Source Manager with OPC-UA Client
CODESYS Forge
talk
(Post)
I am using the Data Source Manager with OPC-UA Client to get data from another CodeSys application in the same Project. How can I check in the PLC_PRG structured text if the connection is ok or not?
Last updated: 2024-09-07
Post by i-campbell on build (F11) / generate code using a python script file
CODESYS Forge
talk
(Post)
hello, please enjoy. # i-campbell 2024 import subprocess from scriptengine import * # with a project already open # save if not yet saved # check pool objects if it is a library # generate code only for the active application if it is a project # beep thanks to https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-send-beep-to-console/ if projects.primary: # check project is open if projects.primary.dirty: # save projects.primary.save() if projects.primary.path.lower().endswith('.library'): projects.primary.check_all_pool_objects() # check all pool objects for lib else: projects.primary.active_application.generate_code() # generate if not lib # note, there could be more applications than the active application, # this script does not generate those else: system.write_message(Severity.Error,'no project open') ps_output = subprocess.check_output(["powershell", "-Command", "[console]::beep(500,300)"]) # beep
Last updated: 2024-04-10
Post by ulvis on CFC Pages Cut&Paste is not working at its best
CODESYS Forge
talk
(Post)
In the CFC page oriendted editor, if I copy some elements consisting of an input connector, some connected logic and an output connector and then paste this on a another page then the pasted elements get inserted with an offset to the right so that the rightmost connector falls outside of the page, in the grey hatched area. So far so good. Then I mark all the elements and try to drag them into the correct placement, collectively. THIS IS NOT POSSIBLE! I only get the "forbidden" icon tooltip. One has to drag & drop the INDIVIDUAL elements to move the elements around. What am I doing wrong?
Last updated: 2025-05-15
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
.