plant SCADA as OPC UA Server

Hi All,

i have inquiry regarding AVEVA plant SCADA Configurator i am struggling with it ,to make plant SCADA as OPC Server.
everything is fine Endpoint URL is fine and working but not browsing the tags from SCADA i want to utilize this Endpoint URL to other applications.

Kindly suggest me the best possible solution i need this as in urgent.

Thanks

Parents
  •  ,

    It looks like that I/O servers on the SCADA side are not running in the encrypted mode. You should run your SCADA server in the service mode for the encryption. If you run the SCADA server in the desktop mode, the certificate private key may not be accessible in some environment for the security reason. To troubleshoot

    • Use "Page Table TRAN" in the kernel window of IO processes to confirm if they are in TLS mode.
    • Check the IO server trace logs to see if there is any error somethin like "the private key is not accessible".
    • Check tracelog.ConnectivityServer.dat in .\Logs folder on Connectivity Server machine

    Hope the info here is helpful

    Regards,

    Jacky

  • Hi Jacky,

    Thanks for your feedback. I just check the following.

  • Your runtime is not in the encrypted mode. The Security Info in the screenshot as shown below in indicates that my system is running in the encrypted mode. 

    Please try the following

    • In Encryption tab on Configurator, you need to tick "Enable Encryption"
    • In Computer Setup tab on Configurator, select "Run Runtime Manager as Service"
    • Also [Lan]TCPIP = 1 should be used in Setup Wizard
    • Restart Runtime Manager server from Services window

    Note the kernel window is not accessible in the service mode. But I think you should be able to browse the tag name space in your OPC UA client - dataFEED once your project is running in the service mode.

Reply
  • Your runtime is not in the encrypted mode. The Security Info in the screenshot as shown below in indicates that my system is running in the encrypted mode. 

    Please try the following

    • In Encryption tab on Configurator, you need to tick "Enable Encryption"
    • In Computer Setup tab on Configurator, select "Run Runtime Manager as Service"
    • Also [Lan]TCPIP = 1 should be used in Setup Wizard
    • Restart Runtime Manager server from Services window

    Note the kernel window is not accessible in the service mode. But I think you should be able to browse the tag name space in your OPC UA client - dataFEED once your project is running in the service mode.

Children