OPC UA node browsing fails if server contains graphical items

6 ビュー (過去 30 日間)
Jakob Rasmussen
Jakob Rasmussen 2018 年 8 月 8 日
コメント済み: altay engtollykhar 2019 年 12 月 5 日
I have been working through the Siemens Application Example “Virtual Commissioning with SIMATIC and Simulink” (link: https://support.industry.siemens.com/cs/ww/en/view/109749187 ) following the guides in documents “109749187_DIGI_Usecases_...” to use PLCSIM Advanced, OPC UA and Simulink as the test environment. Simulink however, is not able to see the contents of global data blocks in the PLC system. By using a third party OPC UA Client i have verified that the items are available from the PLC server. I have attached a report with more details, which was also sent to Siemens support. Their answer is quoted here:
" The problem lays in the implementation of the OPC UA Client within Matlab. As you already found out the browse is not working properly in the matlab client. The reason is the following: With FW2.5 we introduced the Node "icon" under each type (e.g.DataBlockGlobal) which represents a TIA icon (for visualization purpose in the clients). Since this change some clients need to adapt as they did not completely fullfil the OPC UA foundation spezifications. What happens is (simplified) the follwoing: If a Browse is executed on a type node like DataBlocksGlobal you will get the icon and a so called ContinuationPoint. If a ContinuationPoint is not null a BrowseNext has to be executed on this ContinuationPoint to get the additional nodes. This is not done in the OPC UA Client."
Is there any solution to this problem?
  2 件のコメント
Leonard Classen
Leonard Classen 2019 年 6 月 20 日
編集済み: Leonard Classen 2019 年 6 月 26 日
Hello Jakob
I have exactly the same problem!
Did you come up with a solution for that?
Did you find an alternative solution? I do not need to use OPC UA. Currently I am looking into alternative methods to communicate between the PLC and Matlab, eg. TCPIP.
best regards
Leo
Jakob Rasmussen
Jakob Rasmussen 2019 年 6 月 20 日
Hi Leo
I skipped the direkt OPC UA connection to the Siemen PLC, and sticked with PLCSIM (not advanced), NetToPLCSIM (third party application for network connection to PLCSIM) and trialversion of KEPServerEx OPC server using only OPC DA. This works with Simulink.
Best regards Jakob

サインインしてコメントする。

採用された回答

Stefanie Schwarz
Stefanie Schwarz 2019 年 6 月 25 日
As pointed out, ContinuationPoints are currently not supported by OPC Toolbox. Our developers are aware of this issue and they are considering to fix this in one of the future releases. As of now, there are no workarounds to handle this.
We apologize for any inconvenience caused due to this limitation.
  2 件のコメント
Jukka Uotila
Jukka Uotila 2019 年 7 月 10 日
Any ideas when this will be supported by OPC Toolbox?
Stefanie Schwarz
Stefanie Schwarz 2019 年 7 月 10 日
編集済み: Stefanie Schwarz 2019 年 7 月 10 日
This feature is currently not scheduled for a future release.
I encourage every customer who is interested in this feature to submit a Technical Support Request explaining your use case. We will directly forward this to development.

サインインしてコメントする。

その他の回答 (1 件)

Felipe Ravazzi Iaconis
Felipe Ravazzi Iaconis 2019 年 7 月 11 日
Hello,
Browsing of ContinuationPoints is not supported, but you can still access the variables directly:
direct_read.PNG
So we do actually have a workaround for this. Just download the attachment and replace the file in the application example!
Best regards,
Felipe R.
  4 件のコメント
Felipe Ravazzi Iaconis
Felipe Ravazzi Iaconis 2019 年 12 月 5 日
Hello,
What Matlab and OPC Toolbox versions are you using?
BR
Felipe
altay engtollykhar
altay engtollykhar 2019 年 12 月 5 日
I'm using MatLab R2016b and OPC Toolbox Version 4.0.2(R2016b).

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeUnified Architecture についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by