You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, a later binding type reference is one that has the internal address set. The attribute intAddre in element ExtRef is NOT null. In the same way, message binding, data binding are references that do not have this attribute.
We see not problems with this definition with documentation type SCD files. See for example ABB SSC600. The ICT here works with message binding subscription, but at the end it also adds the link to the internal function (add the intAddr attribute). When you want to read such a file all of a sudden, the message binding editor will not show any subscriptions.
It is not easy to find a solution that fits all here, but I feel the one we implemented right now can be improved.
The text was updated successfully, but these errors were encountered:
As discussed, please add the options how to go about this with their pro's and con's. Main issue in my words: Their is no way to determin how a SCL file was created with bindings (Later binding directly or starting with message binding; both contain IntAddre eventually once finished).
At the moment, a later binding type reference is one that has the internal address set. The attribute
intAddre
in elementExtRef
is NOT null. In the same way, message binding, data binding are references that do not have this attribute.We see not problems with this definition with documentation type SCD files. See for example ABB SSC600. The ICT here works with message binding subscription, but at the end it also adds the link to the internal function (add the
intAddr
attribute). When you want to read such a file all of a sudden, the message binding editor will not show any subscriptions.It is not easy to find a solution that fits all here, but I feel the one we implemented right now can be improved.
The text was updated successfully, but these errors were encountered: