Search talk: opc ua server method

 
<< < 1 .. 12 13 14 15 16 .. 42 > >> (Page 14 of 42)

Post by dsa28 on OPC UA subscriber not operational CODESYS Forge talk (Post)
Hi, Thanks for the reply. Please note that the information and links provided are related to OPC UA Client/Server. My problem was related to OPC UA Pub/Sub. In the end I have managed to establish OPC UA Pub/Sub communication between Codesys and TwinCAT systems. Keep in mind that OPC UA Pub/Sub example is not provided in the latest library version 1.1.0.0. The user needs to download the previous version to get the example. During the configuration I ended up with some doubts regarding the usage of IEC_ARRAY type in the dataset definition (see attachment). Can you please give more information on how to use this type? Many thanks.
Last updated: 2024-11-29

Post by nizrahel on OpC UA server on Raspberry Pi 64 SL runtime CODESYS Forge talk (Post)
Hi all! I'm working on an home project using a Raspberry Pi 3 device with Codesys for Raspberry Pi 64 SL runtime. I would like to create the HMI interface with Siemens WinCC Unified (or Advanced) configuring the Raspberry as OPC UA server. I tryed everything, but I didn't find the way to let the OPC UA connection works using UaExpert. I tryed to use anonymous connection, authenticated connection and the ip address instead of the server name in the path connection. There is no way to connect to the OPC UA server and I was asking myself if this feature is really supported for the runtime version used. Another strange thing I noted, is that is not possible to quickly create an OPC UA certificate in the Security Screen, as show in any tutorials. I have correctly created the Symbol Configuration enabling the OPC UA feature. I attach to this topic some printscreen of the actual configuration (sorry for the italian language interface, but I didn't find the way to switch to english). Thank you very much in advance for your support and advices!
Last updated: 2023-12-03

OPC CODESYS Forge talk (Thread)
OPC
Last updated: 2016-03-26

Post by smartcoco on OPC server in "Communication manager" CODESYS Forge talk (Post)
I don't recommend using 'Communication Manager'. Under 'Communication Manager', the 'NodeId' type of OPC UA can only be of type 'OPAQUE'. This will bring compatibility issues to the development of the upper computer.
Last updated: 2025-01-24

Post by stiller on OPC UA RPI 4.8.0.0 Status Code / "out of range" CODESYS Forge talk (Post)
Hello, I have an OPC-UA server with an information model. For many values, there is a defined range (e.g., 0 to 100). If a client enters a value outside this range (e.g., 120), the StatusCode should change to Bad. How can I accomplish this? Any help is appreciated! Thank you in advance. Best regards, Christian Stiller
Last updated: 2024-07-10

Post by damian177 on Problem with downloading OPC UA tags by Data Source Manager CODESYS Forge talk (Post)
Unfortunately , Data Source Manager from Codesys has any problem with OPC UA Server delivered with ifix SCADA. Someone can help me add manually any tag from UaExpert to codesys ? How should be was a structure for an example of one tag ? I try like in attachement, but question is , if it a good idea ?
Last updated: 2024-09-08

Post by vincentd on Datasource OPC UA Client error ID:7012 CODESYS Forge talk (Post)
I have not used this client / server OPC UA combination since. We were only making some kind of proof of concept. I did understand that there could be some kind of bug. I do not know if the supposed bug has been resoved since. Perhaps you could try what piautomation is suggesting
Last updated: 2024-04-05

Post by flavinhofh on Beaglebone Black OPC-UA Server CODESYS Forge talk (Post)
ah ok, I will keep trying, I already removed all security from the Server side. I'm new on codesys and I don't know yet how to implement the certificates, but I will find out and also try. thanks for your reply.
Last updated: 2024-04-11

Post by malte on OPC UA multiple Endpoints CODESYS Forge talk (Post)
My CODESYS OPC UA server provides endpoints using both the hostname and the IP address. Connecting via the IP address works fine, but connecting via the hostname does not. The endpoint list shows both opc.tcp://<hostname>:4840 and opc.tcp://<ip>:4840. When using the hostname, the OPC UA client (UA Expert) fails to connect. Using the IP address connects without issues. Main goal is to conect via Python but opcua-asyncio seems to prefer the hostname. How can I configure CODESYS or my system so that the OPC UA connection via hostname also works properly or disable it completly? Running Codesys for PFC200 sl 4.18.0.0
Last updated: 2025-10-28

Post by ulvis on IDE chrashes when importing OPC UA ECM model CODESYS Forge talk (Post)
I can import some OPC UA information models, allright. Like the UA (core), Scheduler and PNEM models, etc. However, when I try to import the ECM model (Energy Consumption Managment), the Codesys IDE goes down after a while. Any clues?
Last updated: 2025-08-13

Is OPC communication possible with server certificate but no client certificate CODESYS Forge talk (Thread)
Is OPC communication possible with server certificate but no client certificate
Last updated: 2023-10-06

Data Sources Manager causing exception due to float or double type in OPC server CODESYS Forge talk (Thread)
Data Sources Manager causing exception due to float or double type in OPC server
Last updated: 2024-07-01

Post by romrot on Trying to connect Codesys OPC server to Ignition CODESYS Forge talk (Post)
Trying to connect Codesys OPC server to Ignition, but I get this fault "java.lang.Exception: no anonymous token policy found"
Last updated: 2025-01-21

How to get the Raspberry Pi PLC to control a Siemens PLC with OPC server CODESYS Forge talk (Thread)
How to get the Raspberry Pi PLC to control a Siemens PLC with OPC server
Last updated: 2018-11-09

CoDeSys OPC DA SL won't install on Windows Server 2012 R2 CODESYS Forge talk (Thread)
CoDeSys OPC DA SL won't install on Windows Server 2012 R2
Last updated: 2020-11-03

Plc's gets disconnected from OPC server when any one plc shutsdown CODESYS Forge talk (Thread)
Plc's gets disconnected from OPC server when any one plc shutsdown
Last updated: 2018-02-22

Codesys OPC DA server requires more then 2 GB of ram CODESYS Forge talk (Thread)
Codesys OPC DA server requires more then 2 GB of ram
Last updated: 2024-01-25

Post by mainak on Opaque NodeId in the OPC UA server CODESYS Forge talk (Post)
Hello all, I am using the OPC UA server with my custom information model. I have used the communication manager to add my information model under my application and created instances from OPC UA types. I see that the created instances in the OPC UA server has some opaque nodeid (attached screenshot) and I want to change that. Therefore I have the following questions: 1. Is there a way to configure the NodeIds of instances in the OPC UA server? I tried to edit it using the UaExpert client but got error "BadNotWriteable". is it possible to configure it somewhere so that the nodeids can be changed using an external client? 2. Is there a way to define the rule for creating instance nodeids within the codesys IDE? 3. Is it possible to create the instances before e.g. using a modelling tool like UaModeler and import them as part of the information model and use them later? Using the communication manager, I can only create instances from types. I couldn't find a way to map my existing instances to plc tags from my application. It would be nice if someone could help me with these issues. Thanks in advance. :)
Last updated: 2024-10-19

Post by tjacks on Opc UA Data Source Client Browse Error in Codesys HMI CODESYS Forge talk (Post)
Codesys V3.5 SP21 Patch 3 Codesys HMI 3.5.21.30 I'm trying to connect to an OPC UA server on a Kuka robot controller using Codesys HMI's data source manager. I get through the login phase and the client browses most of the data structure on the server but errors out toward the end with a generic: Error while browsing the client, Failed with service result: BadUnexpectedError. If I complete the data source setup and try to update variables, I get the attached stack trace for the error. I've tried several different endpoint and security options. Most get me through the login but all error out while browsing. UA Expert happily connects and browses with the same configuration. I've connected this same version of Codesys to TwinCAT OPC UA servers and Siemens PLC OPC UA servers. Any ideas on what may be causing the generic BadUnexpectedError during OPC UA server browse?
Last updated: 2025-11-17

Post by dsa28 on OPC UA subscriber not operational CODESYS Forge talk (Post)
Hello All, Hopefully I can get some help configuring an OPC UA subscriber in a CODESYS runtime in a Raspberry Pi 5 that tries to retrieve data from an OPC UA publisher (in this case running in a TwinCAT system). I tried to follow the steps described in the page to implement the OPC UA subscriber: https://content.helpme-codesys.com/en/CODESYS%20Examples/_ex_opcua_pubsub.html Seems that the example provided was created with version 3.5.16.0. Now with version 3.5.20.20 is not possible to open the complete project neither convert it. Anyway, after configuring all IPs and ports used in the OPC UA connection function block but the connection state always shows DISABLED. Can someone help me to do the proper configuration of the OPC UA subscriber? Many thanks in advance.
Last updated: 2024-10-22

Post by dat422 on OPC UA Codesys 3.5 Symbolkonfiguration VS Kommunikationsverwalter und Python/UA-Expert CODESYS Forge talk (Post)
Hallo zusammen, kann mich leider mattplc nur anschließen
Last updated: 2025-04-03

Post by dat422 on OPC UA Codesys 3.5 Symbolkonfiguration VS Kommunikationsverwalter und Python/UA-Expert CODESYS Forge talk (Post)
Hallo zusammen, kann mich leider mattplc nur anschließen
Last updated: 2025-04-03

Post by ioannis-a on OPC UA: How to change NodeId ?! CODESYS Forge talk (Post)
Same question
Last updated: 2023-11-29

Post by anuj9326 on OPC-UA Client connection, Linux SL /Raspberry Pi CODESYS Forge talk (Post)
here is the snapshot
Last updated: 2024-08-21

Post by ricola on Change default node Id name on PFC200 OPC UA CODESYS Forge talk (Post)
so great !! thanks for this
Last updated: 2024-10-10

<< < 1 .. 12 13 14 15 16 .. 42 > >> (Page 14 of 42)

Showing results of 1036

Sort by relevance or date