Enabling the OPC UA Server in KEPServerEX for Remote OPC UA Client Access

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024
  • After decades in existance, OPC UA seems to be gaining traction due to Industrial IoT and Industrie 4.0.
    This video shows how you can easily enable and use the OPC UA server interface in KEPServerEX in order to leverage this Factory of the Future friendly protocol in your IIoT projects.
    Considering the full-featured standards nature of this protocol, it will become more and more used in industrial digitization projects.
    For more information, check out the documentation for this: www.kepware.co...

Комментарии • 26

  • @quoctranchi8207
    @quoctranchi8207 4 года назад +4

    Thank you for making this video! It saved my work

    • @IAMGregEVA
      @IAMGregEVA  3 года назад

      You are welcome! Glad that it was helpful.

  • @kkokemaki8593
    @kkokemaki8593 Год назад +2

    It was very useful. Thanks

  • @xtsdagger6956
    @xtsdagger6956 Год назад +1

    Very useful, thank you

  • @khachuytran3552
    @khachuytran3552 Год назад +1

    Thanks you sir!

  • @mesutcan76
    @mesutcan76 Год назад +1

    Thank you!

  • @Akwa47
    @Akwa47 Год назад +1

    Thanks chief

  • @huynguyen-xr1ij
    @huynguyen-xr1ij 10 месяцев назад

    hello, my KepServerEX has tags that declare a Scan rate of 1000ms. However, when running in practice, these tags take 10,000ms to update. I have checked under the PLC and the PLC ensures that the data is continuously changing each time. S. so what causes KepserverEX to read at that slow speed.

    • @IAMGregEVA
      @IAMGregEVA  2 месяца назад

      It depends on where you are seeing it update every 10000ms: if this is in OPC Test Client then your problem is in or before Kepware, if you are seeing correct behavior in OPC Test Client, but ThingWorx is updating every 10000ms then it is likely the Remote Property update rate which is configured in the Property Configuration (it should be 1000ms and push on change).

  • @andresgallardo9015
    @andresgallardo9015 3 года назад

    Cool video mate. Any plans to dive into some Unified Namespace software, like high byte?

    • @IAMGregEVA
      @IAMGregEVA  3 года назад

      Nope. I'm focusing on other aspects of cloud architecture now.

    • @IAMGregEVA
      @IAMGregEVA  2 года назад

      Hey - could you push me a link to things I might try in this space? I'd like to add it to an innovation pathway.

  • @hainguyentan5550
    @hainguyentan5550 3 года назад

    DO you have the link down load the software Prosys OPC UA Client? help me, I need any software which can make a trend from online tags.

    • @IAMGregEVA
      @IAMGregEVA  3 года назад +1

      downloads.prosysopc.com/opc-ua-client-downloads.php

  • @ankitgera4508
    @ankitgera4508 4 года назад +1

    Certificate is trusted and kepserver is reinitialized and when i do refresh the ocp.tcp link in prosys...it shows me this error : User identification error Server rejected selected identification (Wron username and password,certificate or private key)

    • @IAMGregEVA
      @IAMGregEVA  4 года назад +4

      It looks like I forgot to mention a key step at 0:40 - you need to enable anonymous access for the OPC UA server here.
      Alternately, you can create a User Group and User which you would enable for your OPC UA access (as described in the Secure Deployment Guide).
      www.kepware.com/getattachment/6882fe00-8e8a-432b-b138-594e94f8ac88/kepserverex-secure-deployment-guide.pdf

    • @khaihoanle5314
      @khaihoanle5314 2 года назад

      @@IAMGregEVA Can you help me about this?

    • @IAMGregEVA
      @IAMGregEVA  2 года назад +1

      @@khaihoanle5314 Hi - What's your question?

    • @khaihoanle5314
      @khaihoanle5314 2 года назад +1

      @@IAMGregEVA Not now. I did it successfully. Thanks

  • @nikipedia5336
    @nikipedia5336 2 года назад

    Mqtt agent not connection to iot hub Reason connect timeout

    • @nikipedia5336
      @nikipedia5336 2 года назад

      pls help me

    • @IAMGregEVA
      @IAMGregEVA  2 года назад

      @@nikipedia5336 Verify hostname of your IoT Hub and the port and that you can access this from the Kepware machine. It's common that I.T. blocks outbound traffic. docs.microsoft.com/en-us/azure/iot-hub/iot-hub-troubleshoot-connectivity

  • @joost9522
    @joost9522 3 года назад

    Hi,
    I Am working on a project where the OPC UA Server (Phoenix contact AXC 1050 PLC) is connected to a Sierra RV50 router with a M2M Sim-Card (Router 1).
    The OPC UA Client is a laptop with TIA Portal WinCC professional on a office-network (Router 2).
    So I know that I Should put the IP "opc.tcp://name:Port" of the PLC (OPC UA Server) in the "OPC UA Discovery URL" in TIA Portal Scada (OPC UA Client.)
    But this won't work because the PLC is on another network.
    I found something that it should be possible to connect the 2 networks with a VPN-Tunnel.
    But now my question is,
    *Is it possible to send and receive data over a VPN Tunnel using OPC UA?*
    Hope to receive a reaction.
    Thanks in advance!
    Joost

    • @IAMGregEVA
      @IAMGregEVA  2 года назад

      Of course it is possible. OPC UA resides much higher on the OSI stack that VPN does, so if packets can be routed and circulate across the VPN, then you'll be able to connect an OPC server and client as well.