Forum Home › Forums › Understanding the Software › OPC UA Server
- This topic has 13 replies, 3 voices, and was last updated 1 year, 2 months ago by
Mikhail.
-
AuthorPosts
-
July 24, 2023 at 1:49 pm #13035
sperate
ParticipantHi all,
some of you managed to make the new OPC UA feature of version 6.X to work.
Could someone explain me how to do it ? What are the basics ?
What’s necessary after server activation in the Data Sources ?
What url / IP:port is used to reach it ?Many thanks !
July 25, 2023 at 11:12 am #13046Mikhail
ModeratorHi,
You can find the URL in Logs, DrvDsOpcUaServer_*.log
For example, opc.tcp://mycomp:62541/RapidScada/DrvDsOpcUaServerJuly 25, 2023 at 1:52 pm #13050sperate
ParticipantOk, thank you very much !! Now it works !!
I’ve moved the logs on a RAM Disk as explained on your install. process documentation.
But what is the standard place to get the logs if they are not on the RAM Disk ?July 26, 2023 at 2:12 pm #13054Mikhail
ModeratorBut what is the standard place to get the logs if they are not on the RAM Disk ?
If log directory is not specified in ScadaInstanceConfig.xml, logs are written in subfolders under applications, for example, SCADA\ScadaServer\Log
January 22, 2024 at 9:48 am #13963naman28
ParticipantWhere can I get the user and password for connecting my OPC UA server as a Data Source to Ua Client such as UaExpert while converting OPC DA to UA. Every time it shows me wrong user or password while connecting to UA Client.
-
This reply was modified 1 year, 2 months ago by
naman28.
January 23, 2024 at 7:33 am #13970Mikhail
ModeratorBy default
Username: opc
Password: scada
You can change them using the data source properties form.January 23, 2024 at 7:34 am #13971Mikhail
ModeratorPassword here is encoded.
AutoAccept = true ConfigFileName = DrvDsOpcUaServer.xml DeviceFilter = Password = B9D0F030265751578B00E9801C69320C Username = opc
January 24, 2024 at 9:42 am #13981naman28
ParticipantIt worked!
Thank you!.February 1, 2024 at 7:29 am #13985naman28
ParticipantHi all,
I am trying to bridge OPC UA to MQTT with Neuron and EMQX.
Neuron is a industrial IoT connectivity server that can connect to a wide range of industrial devices using standard or device-proprietary protocols.So what I did was I had a OPC DA server and I converted it to OPC UA using the Rapid Scada Data Source so when I am providing the endpoint like for eg. opc.tcp://mycomp:62541/RapidScada/DrvDsOpcUaServer
then it is not connecting with Neuron I don’t know why. It is successfully connecting to my UaClient but not with Neuron.And one more thing does this endpoint works only on localhost or can we use it on different network or device?
February 1, 2024 at 10:25 am #13986Mikhail
ModeratorHi,
Are there any errors in log files?
Rapid SCADA OPC UA server can be accessed remotely.If you need to publish OPC DA data to MQTT, you can try a Communicator data source that uses the DrvDsMqtt driver.
February 2, 2024 at 4:35 am #13987naman28
ParticipantNo there are no errors in the DrvDsOpcUaServer_OpcUaServer.log file.
When I connected using the endpoint wherein instead of using my host name I used my IP address then it got connected with Neuron but not with the host name.
But when I am using the endpoint with IP (opc.tcp://172.20.10.2:62541/RapidScada/DrvDsOpcUaServer) then it is not connecting with other PC outside my network.
In UA Expert it is showing this error: Could not connect to server:BadHostUnknown
February 2, 2024 at 10:19 am #13988Mikhail
ModeratorYou should enable incoming TCP connections to the port 62541 in the firewall settings.
February 7, 2024 at 5:08 am #14002naman28
ParticipantDid that still not working.
February 7, 2024 at 10:58 am #14015Mikhail
Moderator> Could not connect to server:BadHostUnknown
This error means that the computer where the OPC server is installed cannot be found by the client. -
This reply was modified 1 year, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.