OPC UA Server connect with multiple clients for reverse connect|OPC UA Standard|Forum|OPC Foundation

Avatar
Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
Lost password?
sp_Feed sp_PrintTopic sp_TopicIcon
OPC UA Server connect with multiple clients for reverse connect
Avatar
prabhakaran prabs
Member
Members
Forum Posts: 52
Member Since:
01/07/2022
sp_UserOfflineSmall Offline
1
07/15/2024 - 04:18
sp_Permalink sp_Print

Hi,

I have developed OPC UA SERVER application using CSharp(C#) language.

The requirement is OPC UA Server shall connect to multiple clients for reverse connection. 

I have configured below two clients in configuration file for reverse connect. when application starts, my deployment pod is not running and if I maintain only one client, pod is running fine. Please help me to fix this issue?

<ServerConfiguration>

<ReverseConnect>
<Clients>

<ReverseConnectClient>
<EndpointUrl>opc.tcp://192.168.1.10:65300</EndpointUrl>
<MaxSessionCount>2</MaxSessionCount>
<Enabled>true</Enabled>
</ReverseConnectClient>

<ReverseConnectClient>
<EndpointUrl>opc.tcp://192.168.1.11:65300</EndpointUrl>
<MaxSessionCount>2</MaxSessionCount>
<Enabled>true</Enabled>
</ReverseConnectClient>

</Clients>
<ConnectInterval>15000</ConnectInterval>
<ConnectTimeout>30000</ConnectTimeout>
<RejectTimeout>60000</RejectTimeout>
</ReverseConnect>
</ServerConfiguration>

Forum Timezone: America/Phoenix
Most Users Ever Online: 510
Currently Online:
Guest(s) 20
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Forum Stats:
Groups: 2
Forums: 10
Topics: 1415
Posts: 4778