Activity for rossanoparis

  • rossanoparis rossanoparis posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Thank you @TimvH It is clear that licences are application based and now thanks to your reply I could understand the meaning of RT systems. The RT called "CODESYS Control for Linux ARM SL" can be deployed on a generic debian based ARM system. The RT called "CODESYS Control for Raspberry Pi MC SL" is more specific for Rasberry HW. Did I understand correctly? Regarding the RT called "CODESYS Virtual Control SL" despite its description it is not clear to me when to use it. It seems that a project created...

  • rossanoparis rossanoparis posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hallo all I would appreciate some clarifications regarding the appropriate runtime system to use. I've been using 'KUNBUS CPUs' and 'CODESYS Control for Raspberry Pi MC SL' for the last 4 years. Recently, there have been some changes in the CODESYS licensing policy. [ https://store.codesys.com/en/howto_applicationbasedlicenses ] My questions are mainly two: 1) If I need to start a new project using 'KUNBUS CPUs', which is the correct runtime system to use. 2) Old projects built using 'CODESYS Control...

  • rossanoparis rossanoparis posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hello @rmaas I assume, you've already verified and tuned everything regarding the EtherCAT network. In my case the problem was due to a wrong core assignement. I suggest to not use the core #0 for your EtherCAT task. The OS realtime patch, which is present on RevPi OS, uses the core #0 for its porpouses and it mustn't be used by any other task which requires realtime and deterministic features. regards Rossano

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    System information - Controller: KUNBUS RevPi CONNECT-S - OS: Linux buster 32bit 5.10.103-rt62-v7l #1 SMP PREEMPT_RT armv7l GNU/Linux - CODESYS v3.5 SP19 Patch 2 I'm facing a problem related to codesys licences using a procedure based on a bash script. Such bash script detect the presence of new .deb files and install them on system. My automation solution don't allow to be maintained by dedicated personal, thus even the CODESYS runtime SW must be installed using an "automatic" procedure instead...

  • rossanoparis rossanoparis modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thank you @eschwellinger Even tough I think the content of the link you provided is a bit messy. To bind OPCUA server to a specific adapter, I should have had insert the following section. [CmpOPCUA] NetworkAdapter=eth0 But it doesn't work, I had to insert the following section instead to get the right configuration. [CmpOPCUAServer] NetworkAdapter=eth0 Regards Rossano

  • rossanoparis rossanoparis modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thank you @eschwellinger Even tough I think the content of the link you provided is a bit messy. To bind OPCUA server to a specific adapter, I should have inserted the following section. [CmpOPCUA] NetworkAdapter=eth0 But it doesn't work, I had to insert the following section to get the right configuration. [CmpOPCUAServer] NetworkAdapter=eth0 Regards Rossano

  • rossanoparis rossanoparis modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thank you @eschwellinger Even tough I think the content of the link you provided is a bit messy. To bind OPCUA server to a specific adapter, I should have inserted teh following section. [CmpOPCUA] NetworkAdapter=eth0 But it doesn't work, I had to insert the following section to get the right configuration. [CmpOPCUAServer] NetworkAdapter=eth0 Regards Rossano

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thank you @eschwellinger Even tough I think the content of the link you provided is a bit messy. To bing OPCUA server to a specific adapter, I should have inserted teh following section. [CmpOPCUA] NetworkAdapter=eth0 But it doesn't work, I had to insert the following section to get the right configuration. [CmpOPCUAServer] NetworkAdapter=eth0 Regards Rossano

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello at all I'd like to know how to configure CODESYSControl_User.cfg in order to use a specific network card for OPCUA Server. In the past, I tried to ask in "Forge" about this topic, but I could find neither help nor document informations about it. Reading the file "codesyscontrol.log" I see these logs OPC UA Server Started: Hostname: NTLRPICTRL01, Port: 4840 URL: opc.tcp://NTLRPICTRL01:4840 Loopbackadapter activated. **All available networkadapters are used.** Multithreading activated. 3 workers...

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    For those who will step on this thread. Everything is fine, I had only to increase by 1 my place holders number. For sure the system is occupying the number 1 without being declared ... Below the modification I made to get my code working. [SysFile] PlaceholderFilePath.2=/home/pi/hpca/bin, $hpcabin$ PlaceholderFilePath.3=/home/pi/hpca/cfg, $hpcacfg$ PlaceholderFilePath.4=/home/pi/hpca/logs, $hpcalogs$ PlaceholderFilePath.5=/home/pi/hpca/resources, $hpcares$

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello at all. After un upgrade of "CODESYS Control for Raspberry Pi MC SL" from v4.7 to v4.9 SysFileOpen function stopped working. I'm not able to read or write files from the PLC application. Before this upgrade all worked fine. I've read this thread [ https://forge.codesys.com/forge/talk/Engineering/thread/3da9ded84e/ ] Despite I followed that indications I couldn't get my code working again. Perhaps I'm missing something or I didn't understand how to use placeholders at all. Is there a different...

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thank you @TimvH, it was very kind of you

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    I'd like to monitor CODESYS licences used in my automation solution, in particular the runtime licence and the soft motion licence. My need is to rise two alarms on the HMI system in case such licences are missing. Is that possible ? Could someone suggest a way in order to get that working? Best regards Rossano

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thank you I asked that, as I work using shared folders. I wanted to understand whether the "issue" has something to do with shared folder, which definitely it hasn't

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Incredible! That is what I'm doing too :) Could you please tell me whether you are opening and saving CODESYS projects using a shared folder or your projects are located on a local drive like C: for instance Thank you

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Are there any news about this topic ? Despite I'm using the latest version v3.5 SP18 Patch 3 this annoying and confusing message still appear ...

  • rossanoparis rossanoparis posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Thank you for the reply Would you be so kind to provide (if it exists) a link or PDF document where all parameters for the two section [CmpOPCUA], [CmpOPCUAServer] are described ? I'm not able to find anything about them On a single network card, multiple IP addresses could be specified. Is OPC UA server able to listen to a specified IP address ? Regards Rossano

  • rossanoparis rossanoparis modified a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hello everibody, I 've some question related to OPC UA server configuration. Does anyone know hot to set up CODESYSControl_User.cfg file, in order to forze OPC UA server working with one network card only ? Is it possible to specify a list of allowed IP addresses the OPC UA server is listening to ? I'm asking this due to the fact in case of targets which supports two or three network cards configured to use several IP address, it is necessary to force OPC UA server to use a particular network card...

  • rossanoparis rossanoparis posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hello everibody, I 've some question related to OPC UA server configuration. Does anyone know hot to set up CODESYSControl_User.cfg file, in order to forze OPC UA server working with one network card only ? Is it possible to specify a list of allowed IP addresses the OPCA server is listening to ? In case of target which support two or three network cards configured to use several IP address, it would be necessary to force OPC UA server to use a particular network card or IP address instead of all...

  • rossanoparis rossanoparis modified a comment on discussion Runtime πŸ‡¬πŸ‡§

    Good morning everybody. I want to share this issue I was facing during last weeks, now it is partially solved, I'd like to receive some comments from CODESYS engineers. My configuration CODESYS V3.5 SP17 Patch 1 (64 bit) CODESYS EtherCAT 4.1.0.0 CODESYS SoftMotion 4.10.0.0 CODESYS Control for Raspberry PI 4.1.0.0 Revolution PI Library for CODESYS 1.1.0.0 Controller: RevPi KUNBUS CONNECT+ Issue description Randomly, after minutes or even hours EtherCAT stop working. The message log error shown is:...

  • rossanoparis rossanoparis modified a comment on discussion Runtime πŸ‡¬πŸ‡§

    Good morning everybody. I want to share this issue I was facing during last weeks, now it is partially solved, I'd like to receive some comments from CODESYS engineers. My configuration CODESYS V3.5 SP17 Patch 1 (64 bit) CODESYS EtherCAT 4.1.0.0 CODESYS SoftMotion 4.10.0.0 CODESYS Control for Raspberry PI 4.1.0.0 Revolution PI Library for CODESYS 1.1.0.0 Controller: RevPi KUNBUS CONNECT+ Issue description Randomly, after minutes or even hours EtherCAT stop working. The message log error shown is:...

  • rossanoparis rossanoparis modified a comment on discussion Runtime πŸ‡¬πŸ‡§

    Good morning everybody. I want to share this issue I was facing during last weeks, now it is partially solved, I'd like to receive some comments from CODESYS engineers. My configuration CODESYS V3.5 SP17 Patch 1 (64 bit) CODESYS EtherCAT 4.1.0.0 CODESYS SoftMotion 4.10.0.0 CODESYS Control for Raspberry PI 4.1.0.0 Revolution PI Library for CODESYS 1.1.0.0 Controller: RevPi KUNBUS CONNECT+ Issue description Randomly, after minutes or even hours EtherCAT stop working. The message log error shown is:...

  • rossanoparis rossanoparis modified a comment on discussion Runtime πŸ‡¬πŸ‡§

    Good morning everybody. I want to share this issue I was facing during last weeks, now it is partially solved, I'd like to receive some comments from CODESYS engineers, just for my knowledge. My configuration CODESYS V3.5 SP17 Patch 1 (64 bit) CODESYS EtherCAT 4.1.0.0 CODESYS SoftMotion 4.10.0.0 CODESYS Control for Raspberry PI 4.1.0.0 Revolution PI Library for CODESYS 1.1.0.0 Controller: RevPi KUNBUS CONNECT+ Issue description Randomly, after minutes or even hours EtherCAT stop working. The message...

  • rossanoparis rossanoparis posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Good morning everybody. I want to share this issue I was facing during last weeks, now it is solved, but I'd like to receive some comments from CODESYS engineers, just for my knowledge. My configuration CODESYS V3.5 SP17 Patch 1 (64 bit) CODESYS EtherCAT 4.1.0.0 CODESYS SoftMotion 4.10.0.0 CODESYS Control for Raspberry PI 4.1.0.0 Revolution PI Library for CODESYS 1.1.0.0 Controller: RevPi KUNBUS CONNECT+ Issue description Randomly, after minutes or even hours EtherCAT stop working. The message log...

1