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❤️
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.
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 okay my bad I expected you already have some factory automation simulation software running when you integrated opc ua server. No problem to thanks
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
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.
@@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".
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❤️
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.
Please can you share a video about how to implement opcua publish/subscribe model in python ??
Nice presentation thank you !
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
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 😅
@@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
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
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.
Will it works with Microsoft Azure IOT HUB??
Can you set the value of the temperature through the RPC call method?
What do you mean by RPC call method
@@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".
Yes we can control things from Thingsboard to opc but I havent tried this.
Please help me how I can connect client to database MySQL... please