<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	    <channel>
        <title>Prosys Forum - Forum: OPC UA</title>
        <link>https://forum.prosysopc.com/forum/opc-ua/</link>
        <description><![CDATA[Prosys OPC &#038; OPC UA related discussion]]></description>
        <generator>Simple:Press Version 6.11.11</generator>
        <atom:link href="https://forum.prosysopc.com/forum/opc-ua/rss/" rel="self" type="application/rss+xml"/>
		                <item>
                    <title>Matti Siponen on ApplicationUri needed in the Client-Certificate</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/applicationuri-needed-in-the-client-certificate/#p7348</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/applicationuri-needed-in-the-client-certificate/#p7348</guid>
					                        <description><![CDATA[<p>Hello,</p>
<p>According to the OPC UA Specification (<a href="https://reference.opcfoundation.org/Core/Part6/v105/docs/6.2.2" rel="nofollow" target="_blank"><a href="https://reference.opcfoundatio" rel="nofollow">https://reference.opcfoundatio</a>.....docs/6.2.2</a>), Application Instance Certificates shall have subjectAltName and contain the ApplicationUri as URL. For Server applications, DNS Name or IP Address should also be specified.</p>
<p>Thus, some OPC UA applications might accept certificates without subjectAltName, but the Specification states that they are required.</p>
]]></description>
					                    <pubDate>Thu, 05 Jun 2025 19:04:50 +0300</pubDate>
                </item>
				                <item>
                    <title>rocket science on ApplicationUri needed in the Client-Certificate</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/applicationuri-needed-in-the-client-certificate/#p7346</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/applicationuri-needed-in-the-client-certificate/#p7346</guid>
					                        <description><![CDATA[<p>Hi, </p>
<p>I have a question about the subjectAltName (applicationUri) for the Client Certificate</p>
<p>Is it needed or can it be omitted.</p>
<p>I remeber a long time ago, I've create an Client Certificate without an application uri and I could still connect to a (Demo) Server using the cert without application uri.</p>
<p>So would it be valid to just omit it, or does it maybe also depend on the server if it would accept a client certificate without an application uri?</p>
<p>Thanks!</p>
]]></description>
					                    <pubDate>Thu, 05 Jun 2025 18:09:49 +0300</pubDate>
                </item>
				                <item>
                    <title>Jouni Aro on Unexpected disconnection with KepServerEx 6</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7342</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7342</guid>
					                        <description><![CDATA[<p>Yeah, it's not very well documented, if at all, but they define the level of detail. stlContent gives the most detail and since we need more detail for this case, maybe you should just use that. But the log is not easy to interpret - mainly I would just look for the error code in question and see if we find out why it is given out. It will be enough to get a hint where it is happening, so I can look at the code and try to figure out the rest, if the log is not very obvious.</p>
]]></description>
					                    <pubDate>Tue, 20 May 2025 22:08:05 +0300</pubDate>
                </item>
				                <item>
                    <title>DenisF on Unexpected disconnection with KepServerEx 6</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7341</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7341</guid>
					                        <description><![CDATA[<p>Hi Jouni,</p>
<p>Thank you very much for your support.</p>
<p>Our server works quite well with different clients, but this problem with kepServerEx has been going on for a few weeks. I'm going to set up the log as you indicate.</p>
<p>I haven't found in the doc I have what the different enumeration values for TraceLevel do. Is the content of the log targeted at different parts, or is there a gradation in the level of detail of the information provided? With stlDebug, it's quite difficult to analyse the contents of the log.</p>
<p>Denis</p>
]]></description>
					                    <pubDate>Tue, 20 May 2025 15:40:54 +0300</pubDate>
                </item>
				                <item>
                    <title>Jouni Aro on Unexpected disconnection with KepServerEx 6</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7338</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7338</guid>
					                        <description><![CDATA[<p>Hi Denis, Thanks for the info. Since you picked the "OPC UA" forum, I believe we were also not able to know this.</p>
<p>This error (BadInvalidState, 0x80AF0000) is probably related to the communication channel, which is handled by the UaStack32.dll.</p>
<p>You could try to enable stack level tracing, which I think was enabled in version 7.5.0.</p>
<p>Either one, should create a uaStack.log next to your executable and maybe it reveals more about that.</p>
<p></p>
<div class='sfcode' id='sfcode6685'>
TUaStack.TraceLevel := stlContent;<br />
TUaStack.TraceLevel := stlDebug;
</div>
<p>You can send that to our support email, if you don't find anything useful out of it yourself.</p>
<p>But, I would also recommend to update to the latest version, just in case. There hasn't been much changes to the stack according to the <a href="https://downloads.prosysopc.com/sentrol/Prosys_OPC_UA_SDK_for_Delphi_7_Release_Notes.html" target="_blank">Release Notes</a>, though, but you never know...</p>
]]></description>
					                    <pubDate>Fri, 16 May 2025 21:08:11 +0300</pubDate>
                </item>
				                <item>
                    <title>DenisF on Unexpected disconnection with KepServerEx 6</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7337</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7337</guid>
					                        <description><![CDATA[<p>Hello Matti,</p>
<p>Sorry, I'd lost the habit of giving this basic information in my previous exchanges with Jouni.</p>
<p>I'm currently using the Prosys SDK for Delphi, version 7.5.1.</p>
]]></description>
					                    <pubDate>Fri, 16 May 2025 20:17:43 +0300</pubDate>
                </item>
				                <item>
                    <title>Matti Siponen on Unexpected disconnection with KepServerEx 6</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7330</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7330</guid>
					                        <description><![CDATA[<p>Hello,</p>
<p>Has the Server you're connecting to been developed with Prosys OPC UA SDK for Java or Prosys OPC UA SDK for Delphi? If it has been, can you tell us which SDK (Java or Delphi) it has been developed with and what is the version number (e.g. 5.3.0) of the SDK used to develop the Server?</p>
<p>If the Server hasn't been developed with on of our SDKs, we can't help you debugging the Server and you should direct this question to Kepware and/or the developers of the Server.</p>
]]></description>
					                    <pubDate>Fri, 16 May 2025 12:51:48 +0300</pubDate>
                </item>
				                <item>
                    <title>DenisF on Unexpected disconnection with KepServerEx 6</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7329</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/unexpected-disconnection-with-kepserverex-6/#p7329</guid>
					                        <description><![CDATA[<p>Hello,</p>
<p>Faults of this type are indicated on the OPC UA client side (KepServerEx 6):</p>
<p>Date           Time            Level           Source                        Event<br />
29/04/2025     21:09:25        Warning         OPC UA Client                 Unable to use registered read/write for tag 'ns=2;s=10.0.21.1!MIK_OEE.AWAITINGMAINTENANCE.STATUS'. &#124; Status description = 'The operation cannot be completed because the object is closed', Status code = 80AF0000.</p>
<p>On our UA server side, there are no exceptions or errors, and when the problem occurs, the number of connections and subscriptions indicated remain the same. Same tags read with UaExpert remains "good".</p>
<p>The problem occurs very quickly if the subscription mode used by the client is "exception", but it still occurs in "polling" mode.</p>
<p>Would you have any advice on how to solve this problem?</p>
<p>Thank you in advance</p>
<p>Denis</p>
]]></description>
					                    <pubDate>Thu, 15 May 2025 20:25:22 +0300</pubDate>
                </item>
				                <item>
                    <title>VladBor on Adding Endpoint to OPC UA Server simulator.</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/adding-endpoint-to-opc-ua-server-simulator/#p7281</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/adding-endpoint-to-opc-ua-server-simulator/#p7281</guid>
					                        <description><![CDATA[]]></description>
					                    <pubDate>Tue, 28 Jan 2025 16:02:49 +0200</pubDate>
                </item>
				                <item>
                    <title>Bjarne Boström on Adding Endpoint to OPC UA Server simulator.</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/adding-endpoint-to-opc-ua-server-simulator/#p7280</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/adding-endpoint-to-opc-ua-server-simulator/#p7280</guid>
					                        <description><![CDATA[<p>Hi,</p>
<p>You posted this in the generic forum, not in <a href="https://forum.prosysopc.com/forum/opc-ua-simulation-server/" target="_blank"><a href="https://forum.prosysopc.com/fo">https://forum.prosysopc.com/fo</a>.....on-server/</a>, but based on your wording I'm going to assume you still mean our <a href="https://prosysopc.com/products/opc-ua-simulation-server/" rel="nofollow" target="_blank"><a href="https://prosysopc.com/products" rel="nofollow">https://prosysopc.com/products</a>.....on-server/</a> application.</p>
<p>Did you already just try connecting? What didn't work?</p>
<p>In short, there is no support for adding additional endpoints, but also there is no need to do that. They sort of have "nothing do with connections" and can more be though to be historical details (If you run more than one OPC UA server in the same port, client chooses with this the one which the traffic is routed). In OPC UA in general most applications just have a single EndpointUrl that uses the machines hostname, but they still do listen to multiple interfaces for that endpoint. The Simulation Server by default binds to all interfaces via the wildcard ip address "0.0.0.0" or "[::]" thus as long as the traffic reaches one, everything should work. Try e.g. testing with <a href="https://prosysopc.com/products/opc-ua-browser/" rel="nofollow" target="_blank">https://prosysopc.com/products/opc-ua-browser/</a> from the other end.</p>
<p>P.S.<br />
<a href="https://prosysopc.com/blog/opc-ua-wireshark/" rel="nofollow" target="_blank">https://prosysopc.com/blog/opc-ua-wireshark/</a> might help for figuring out does the traffic reach the interfaces, but in general we cannot debug your vpn if that doesn't happen.</p>
]]></description>
					                    <pubDate>Tue, 28 Jan 2025 15:15:46 +0200</pubDate>
                </item>
				                <item>
                    <title>VladBor on Adding Endpoint to OPC UA Server simulator.</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/adding-endpoint-to-opc-ua-server-simulator/#p7279</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/adding-endpoint-to-opc-ua-server-simulator/#p7279</guid>
					                        <description><![CDATA[<p>Hi everyone.</p>
<p>I'm trying to configure and test IPsec Strongswan on my ubuntu machine. I've created my-vpn.conf file and added<br />
local_ts = 10.0.0.0/24  # Traffic selector for local network<br />
remote_ts = 10.0.1.0/24 # Traffic selector for remote network.</p>
<p>Now I'm trying to set up a opc ua server. As far as i understand, i have to add an Endpoint that will listen on remote_ts address and set 4840 port, so the server's url would look like opc.tcp://10.0.1.1:4840.</p>
<p>Is it possible and if so, how can i do that?</p>
]]></description>
					                    <pubDate>Tue, 28 Jan 2025 14:36:52 +0200</pubDate>
                </item>
				                <item>
                    <title>Bjarne Boström on Measure Delays of Subsriptions and PubSub</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/measure-delays-of-subsriptions-and-pubsub/#p7149</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/measure-delays-of-subsriptions-and-pubsub/#p7149</guid>
					                        <description><![CDATA[<p>Hi,</p>
<p>The <a href="https://github.com/open62541/open62541/issues" rel="nofollow" target="_blank"><a href="https://github.com/open62541/o" rel="nofollow">https://github.com/open62541/o</a>.....541/issues</a> or <a href="https://groups.google.com/g/open62541" rel="nofollow" target="_blank">https://groups.google.com/g/open62541</a> might be a better place to ask, as we do not know specifics of other SDKs than our own.</p>
<p>It would be easier to answer if you would use <a href="https://prosysopc.com/products/opc-ua-java-sdk/" rel="nofollow" target="_blank"><a href="https://prosysopc.com/products" rel="nofollow">https://prosysopc.com/products</a>.....-java-sdk/</a>. Generally speaking the eval edition typically would work for thesis purposes (though discuss with sales and/or mention this on the request DL form). For example in our SDK you can get notifications from a 'PubSubSystem' whenever a new datasetmessage arrives.</p>
]]></description>
					                    <pubDate>Fri, 06 Sep 2024 13:02:53 +0300</pubDate>
                </item>
				                <item>
                    <title>Nicky on Measure Delays of Subsriptions and PubSub</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/measure-delays-of-subsriptions-and-pubsub/#p7148</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/measure-delays-of-subsriptions-and-pubsub/#p7148</guid>
					                        <description><![CDATA[<p>Hello to all of you. I am currently writing my bachelor thesis on evaluating the performance of OPCUA Subscriptions and OPCUA PubSub. I am using open62541 for  the implementation so I am not sure if this is the right forum to ask this but here it goes. </p>
<p>The setup will consist of three Raspberry Pi's. One is hosting the server, one is running the client and the third is supposed to measure the timing delays as an independent clock. Right now I am simulating this on a local machine so everything is running on the same system. For the subscriptions I am using the server timestamps and then on clientside calculating the delay with UA_DateTime_now(). But I am afraid this will not work when client and server run on two different machines.</p>
<p>And now for the even bigger problem: I dont know how to measure the delays for PubSub even if Publisher and Subscriber are running on the same system. I have a callback in place for the TargetVariableNode but calculating this with the UA_DateTim_now() just yields a negative time and it does not change at all so it cant be valid.</p>
<p>Now my questoin is how would you go about measuring Subscription performance on two different systems? My idea was to use the GPIO pins and hardwire them to measure timing. But the question remains when to toggle them as there is no callback on the serverside ob subscriptions that gets called everytime you sample. Or is there? I dont know. </p>
<p>The other question is how to measure PubSub performance at all. On the same system or two different system I unfortunately have no clue how to about that. If you have any keywords for me to research or even example code I would be very greatful. </p>
<p>If you need more information or code please ask me.</p>
]]></description>
					                    <pubDate>Thu, 05 Sep 2024 21:12:04 +0300</pubDate>
                </item>
				                <item>
                    <title>Matti Siponen on OPC UA client (UAExpert) is not connect </title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/opc-ua-client-uaexpert-is-not-connect/#p7140</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/opc-ua-client-uaexpert-is-not-connect/#p7140</guid>
					                        <description><![CDATA[<p>Hello,</p>
<p>Specific advice for UaExpert is outside the scope of this forum, but as generic advice, please check that the Server is running at the target machine, that the selected port is correct and that firewall is not blocking connections to that port.</p>
<p>Alternatively, you can try connecting to the Server with Prosys OPC UA Browser, for which we can provide more specific support.</p>
<p>As another alternative, you could use Wireshark to capture traffic between UaExpert and the Server and check the logs for errors. See <a href="https://prosysopc.com/blog/opc-ua-wireshark/" rel="nofollow" target="_blank"><a href="https://prosysopc.com/blog/opc" rel="nofollow">https://prosysopc.com/blog/opc</a>.....wireshark/</a> for instructions on how to capture OPC UA communication with Wireshark.</p>
]]></description>
					                    <pubDate>Fri, 30 Aug 2024 11:48:43 +0300</pubDate>
                </item>
				                <item>
                    <title>adolpoagustini on OPC UA client (UAExpert) is not connect </title>
                    <link>https://forum.prosysopc.com/forum/opc-ua/opc-ua-client-uaexpert-is-not-connect/#p7139</link>
                    <category>OPC UA</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua/opc-ua-client-uaexpert-is-not-connect/#p7139</guid>
					                        <description><![CDATA[<p>Hello </p>
<p>I am newbie about of this </p>
<p>using UaExpert cna not connect  example:</p>
<p>endpoint url : opc.tcp://10.10.10.10:4840<br />
I can’t still connect to the OPC UA I tried with NONE security and BASIC256ha256 configuration, </p>
<p>message:<br />
Error ´BadDisconnect´was returned during CreateSession<br />
Error 'BadCommunicationError' was returned during opensecurechannel<br />
Could no connect to server:badcommunicationerror</p>
<p>i can ping the machine 10.10.10.10  </p>
<p>Any help would be highly appreciated.<br />
thanks in advance</p>
]]></description>
					                    <pubDate>Thu, 29 Aug 2024 21:14:54 +0300</pubDate>
                </item>
				    </channel>
	</rss>
