Designing IOT Dashboard For OPCUA Client, Server | Python | ROCKET SYSTEMS

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 15

  • @sagnikbiswas4457
    @sagnikbiswas4457 3 місяці тому

    I have gone through the whole playlist. Great work brother. I had 0 knowledge about how to use opc server etc. It helped me a lot. I works in TATA Motors and this playlist helped me a lot in my industrial level project.
    Kudos❤️

  • @tecfine1309
    @tecfine1309 3 роки тому +1

    Hello! thanks for your video, I'm curious if you have any plans to upload video for data acquisition?
    For example, opc client data to sql database or Microsoft Excel, AWS.

  • @ssaiprasad3022
    @ssaiprasad3022 3 роки тому +1

    Please can you share a video about how to implement opcua publish/subscribe model in python ??

  • @dbk9555
    @dbk9555 2 роки тому

    Nice presentation thank you !

  • @sitaramlakkapragada7841
    @sitaramlakkapragada7841 3 роки тому

    Great one , can you share some resources on how to extract data using opc ua from Siemens s7 1200 or the older plcs like s7300. As they have data blocks and how do we address them using opc ua

    • @RocketSystems
      @RocketSystems  3 роки тому

      Can you please send me Siemens s7 1200 because I don't have it so until I have it, I won't be able to help you 😅

    • @sitaramlakkapragada7841
      @sitaramlakkapragada7841 3 роки тому

      @@RocketSystems okay my bad I expected you already have some factory automation simulation software running when you integrated opc ua server. No problem to thanks

  • @ushashastry2825
    @ushashastry2825 3 роки тому

    Brilliant one!! Can you please tell if I can set a value after which the beep sound/any alarm sound comes (meaning pressure has gone beyond limit like that)? Is there any way to do that?
    Thank you

    • @RocketSystems
      @RocketSystems  3 роки тому

      Yes it can be done. You can modify your code to send alarm/alert data where pressure goes above a threshold. Once you get alarm/alert data in thingsboard, you can look for appropriate widget which will play sound once alarm/alert is activated.

  • @irfanhakim6936
    @irfanhakim6936 2 роки тому

    Will it works with Microsoft Azure IOT HUB??

  • @公子李-d3o
    @公子李-d3o 3 роки тому

    Can you set the value of the temperature through the RPC call method?

    • @RocketSystems
      @RocketSystems  3 роки тому

      What do you mean by RPC call method

    • @公子李-d3o
      @公子李-d3o 3 роки тому

      @@RocketSystems ThingsBoard supports two-way control of RPC.I mean can you set "rpc_methods" in opcua.json to call the methods in your "opcua_server.py".

    • @RocketSystems
      @RocketSystems  3 роки тому

      Yes we can control things from Thingsboard to opc but I havent tried this.

  • @SonuKumar-vp8xt
    @SonuKumar-vp8xt 2 роки тому

    Please help me how I can connect client to database MySQL... please