Post by wbj0t on connect IDE to plc that uses modem ppp
CODESYS Forge
talk
(Post)
Hello everyone! I have an PLC device that uses modem ppp connection to the internet with white IP. Device PPP connection with modem operator established, so I can connect to this device via SSH also within Codesys IDE (check version, info, etc...) BUT, I cant establish connection to this device in the device gateway options for application upload and debugging. How can I do this? Im trying set my device remote IP and port 11740, but, as I understand, it is wrong decision, because the next logic in this connection: local W10 service (Codesys Gateway) listen on 1217, then (some how) this service scanning local networks for seeking any local IP which listening on port 11740, and then connects and writes there. OR IM WRONG?:) W10 tool 'Test-NetConnection' with parameters 'ip -Port 11740' succeeded with True. Need some help, please :)
Last updated: 2024-05-21
Post by culius on JSON
CODESYS Forge
talk
(Post)
Sorry that I haven't replyed to youranwser in so long time. Thank you for explaining the issue. Now everything works without a problem!
Last updated: 2024-05-21
Post by alexgooi on FB_INIT in library
CODESYS Forge
talk
(Post)
Dear Forum, I currently have a challenge. I have a library with some communication classes. These communication classes need to be linked to an interface like this: Devices_and_controllers.Comm_Frame.Modbus_GVL_Link.KNX_TCP[Interface_Index] := THIS^; This is executed via a FB_Init() method. When I try to do this in a program this works fine. But when I declare the FB_Init() in the library the FB_Init() method is being called but the link is not made (interface still has the value 0000000000). The Objects and interfaces are defined in the library (GVL), so Iβm assuming the data should be there. When I call the FB_Init method explicitly in the program it also works fine. Whys is this not working when it is all defined in the library? And is it even possible to create a structure like this in Codesys? Kind regards Alex
Last updated: 2024-05-22
Post by eschwellinger on Licensing info not available.
CODESYS Forge
talk
(Post)
we recommend to do it with the official virtual plc version..will send a version.
Last updated: 2024-05-23
Post by fpawlak on KNX SL on stock PFC200 firmware
CODESYS Forge
talk
(Post)
Hi All. Is it possible to use CODESYS KNX SL on stock Wago firmware (Codesys version, not e!Cockpit). I have Wago 750-8212 with firmware 0.4.04.03(26). When I tried to run 'KNX SL' or even 'Device Reader', I have got [FATAL ERROR] Unresolved reference: 'CODEMGETCONTENTBYFIRMCODE3' [FATAL ERROR] Unresolved reference: 'CODEMGETCONTENTBYFIRMCODE2' [FATAL ERROR] Unresolved reference: 'CODEMGETCONTENTBYFIRMCODE2' What probbalby means that there is no running CodeMeter component on PLC. I have checked /etc/codesys3.d/CODESYSControl.cfg [CmpWebServer] WebServerPortNr=58080 [CmpSecureChannel] CertificateHash=86ccf31839a098ee32067179e26600f1bd6b36f8 [CmpUserMgr] AsymmetricAuthKey=a9d38381e75bbf1bbfc8749e97f536f68238a2ce So the question is if I can somehow add Codemeter to stock firmware? Or should I switched to CODDESYS Control for PFC200 SL or application-base runtime licence?
Last updated: 2024-05-23
Post by alexgooi on FB_INIT in library
CODESYS Forge
talk
(Post)
Hi Paro, I have tried this and it seemed to have solved the problem, thank you very much!
Last updated: 2024-05-23
Post by eschwellinger on New License not working.
CODESYS Forge
talk
(Post)
please use 'my question' in the CODESYS Store to ask for support
Last updated: 2024-05-24
Post by ndzied2 on Rounding error in simple addition
CODESYS Forge
talk
(Post)
Ignore, was duplicate post. Can't find a way to delete it.
Last updated: 2024-05-24
Post by ppix on MQTT PLC Chat:
CODESYS Forge
talk
(Post)
Did you ever find a solution to this? I am having the same issue but using TLS connection.
Last updated: 2024-05-26
Post by kislov on Table How to set row number from 1 ( not from 0)
CODESYS Forge
talk
(Post)
Use declaration with ARRRAY [1..x] instead of ARRAY [0..x]
Last updated: 2024-05-27
Post by timvh on Display minutes as hours & minutes
CODESYS Forge
talk
(Post)
You could use the Modulo function to get the minute part from the total minutes: Minutes := TotalMinutes MOD 60;
Last updated: 2024-05-27
Post by timvh on Sensor not set
CODESYS Forge
talk
(Post)
Your function block instance is not called, so the code is not executed to set the light on when the button is pressed.
Last updated: 2024-05-27
Post by sigurdrb on send appliaction files to wago plc (codesys 3.5) via ssh
CODESYS Forge
talk
(Post)
Okey, I will try this out. Thank you for your answer!
Last updated: 2024-05-30
Post by starmaxou on How to download dependencies packages for CODESYS Control for Raspberry Pi SL ?
CODESYS Forge
talk
(Post)
Hi everyone, I'm trying to install the CODESYS Control for Raspberry Pi SL package. The computer with CODESYS software is offline for security reasons. So, I downloaded the package on another computer and installed it manually. But this package has dependencies packages: CODESYS.Control SL Extension Package, V4.0.0.0 CODESYS.Control SL Deploy Tool, V4.10.0.0 As I said, the computer with CODESYS is offline. I cannot use the package installer to search for these packages. I did not find them in Codesys Store with another computer. Do you know where to find and download them? Thank you in advance for your help!
Last updated: 2024-05-30
Post by k2saki on Table How to set row number from 1 ( not from 0)
CODESYS Forge
talk
(Post)
Thanks ! That worked fine !
Last updated: 2024-06-03
Post by automa on How to write variable by name
CODESYS Forge
talk
(Post)
It has been a few years since this topic. Any solutions?
Last updated: 2024-06-04
Post by kislov on How to change login visualization for other visualization after user logged in
CODESYS Forge
talk
(Post)
https://content.helpme-codesys.com/en/libs/VisuElemBase/Current/Public-Parts/Interfaces/IUserMgmtEventHandler.html
Last updated: 2024-06-05
Post by kislov on Signature verification faited fro the following package
CODESYS Forge
talk
(Post)
Try to use newer version of CODESYS Installer: https://store.codesys.com/de/codesys-installer.html
Last updated: 2024-06-11
Post by eschwellinger on CODESYS control on RPi starts, shortly runs, then exits
CODESYS Forge
talk
(Post)
if you use Bookworm uodate to 4.11.0.0 version please.
Last updated: 2024-06-13
Post by nano on Persistent variable storage
CODESYS Forge
talk
(Post)
use the persistence manager. with the persistence-manager, you're abΓΆe to define how, when and where you store your data
Last updated: 2024-06-16
Post by kazuhiro on Problems using MySql Library and SysProcessExecuteCommand2 together
CODESYS Forge
talk
(Post)
I use fbMsSQL_compact(FUN) of the MySQL Library to write data to the database. There is no problem when writing data using only fbMsSQL_compact(FUN). However, when I try to write data obtained using SysProcessExecuteCommand2 to the database using fbMsSQL_compact(FUN), an error message "Dest server on ip address:xxx.xxx.xxx.xxx and port:1433 is unreachable" appears and writing is not possible. From what I have researched, it seems that writing is not completed in one cycle of fbMsSQL_compact(FUN), and when SysProcessExecuteCommand2 is executed first in the second cycle, the work done in one cycle of fbMsSQL_compact(FUN) is reset. Could you please give me some advice?
Last updated: 2024-06-18
Post by kazuhiro on Problems using MySql Library and SysProcessExecuteCommand2 together
CODESYS Forge
talk
(Post)
I use fbMsSQL_compact(FUN) of the MySQL Library to write data to the database. There is no problem when writing data using only fbMsSQL_compact(FUN). However, when I try to write data obtained using SysProcessExecuteCommand2 to the database using fbMsSQL_compact(FUN), an error message "Dest server on ip address:xxx.xxx.xxx.xxx and port:1433 is unreachable" appears and writing is not possible. From what I have researched, it seems that writing is not completed in one cycle of fbMsSQL_compact(FUN), and when SysProcessExecuteCommand2 is executed first in the second cycle, the work done in one cycle of fbMsSQL_compact(FUN) is reset. Could you please give me some advice?
Last updated: 2024-06-18
Post by bruno-roth on Codesys access to DICTIONARY OBJECTS of ethercat (CoE ) Servo Drive
CODESYS Forge
talk
(Post)
You could use the FBs ETC_CO_SdoWrite and ETC_CO_SdoRead
Last updated: 2024-06-19
Post by eschwellinger on No Visu on RasPi
CODESYS Forge
talk
(Post)
..on 4.12.0.0 release there it will be possible to deploy RemoteTargetvisu which is what you expect now. (next week)
Last updated: 2024-06-20
Post by kuegerls on SysProcessExecuteCommand2 and CANopen Device
CODESYS Forge
talk
(Post)
I am now executing the process in a separate task with lower priority, but unfortunately, the connection to the master is still interrupted.
Last updated: 2024-06-21
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
.