Topic RSS16:24, EET
February 21, 2014
OfflineI’d like to connect a UaClient (written with the Prosys SDK) to a custom 3rd party server, which expects parameters to be provided as part of the endpointUrl, such as
opc.tcp://[IP]:4880?param1=23;param2=444
Would the UaClient transmit those parameters to the server?
NB: I can connect to the server using such endpointUrl but I can’t see whether the parameters are recognized or even transmitted
(Prosys SDK version 2.0.3-307)
Best regards,
Hans-Uwe
7:05, EET
December 21, 2011
OfflineThe client handles the URL as a string in the end, so the params should be provided, at least for the endpoint discovery. For the actual connection, it will use this URL as the connection address (only the host and port information to open the socket), but for the UaEndpoint it will use the endpoint that it got from discovery. So I believe, the params are not provided properly.
UA does not support this kind of parameter handling in general.
1 Guest(s)

Log In
Register