admin-shell / aasx-package-explorer

C# based viewer / editor for the Asset Administration Shell
39 stars 9 forks source link

Support of AAS Specification EventElement #27

Closed adlergfx closed 3 years ago

adlergfx commented 4 years ago

I am excited to use your tool and the examples in the shell-io repository helped me to understand the specification. I am missing some parts of the specification like Range DateElement. More important i am missing the Events. As far as i understand the EventElement specifies the messageBroker and the connections using MQTT and OPC UA. The examples show only that these connections are described using SubElementCollections.

My Request Is it planned to support EventElement soon? How is the current Workaround? Is there something i miss?

BirgitBoss commented 4 years ago

The current version of the package explorer supports Version 1.0 of the Specification of the Asset Administration Shell. Version 2.0 was only released in November 2019: Range and Event are new elements introduced in Version 2.0: this is why you do not find them. Package Explorer supporting Version 2.0 is under preparation. The versions are not backward compatible, so some more work needs to be done.

adlergfx commented 4 years ago

Hey,

thank you for your reply. You Explorer was essential to understand the specification. I just submitted an additional issue, but it is not a big deal. I only saw build commits. How can i contribute or help?

Greetings

PS: Vom Namen her könnte es leichter sein, wenn wir deutsch reden :)

On Wed, Jan 15, 2020 at 1:22 PM Birgit Boss notifications@github.com wrote:

The current version of the package explorer supports Version 1.0 of the Specification of the Asset Administration Shell. Version 2.0 was only released in November 2019: Range and Event are new elements introduced in Version 2.0: this is why you do not find them. Package Explorer supporting Version 2.0 is under preparation. The versions are not backward compatible, so some more work needs to be done.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/admin-shell/aasx-package-explorer/issues/27?email_source=notifications&email_token=ACLZGMALCVTI5VQ7ZHH4A6TQ535W5A5CNFSM4KHCEARKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJAEDIQ#issuecomment-574636450, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACLZGMBB6WFMIU7FWSM3KPDQ535W5ANCNFSM4KHCEARA .

-- Dr.-Ing. Simon Adler

www.cg-effects.de Mobil: 0176 231 524 68

BirgitBoss commented 4 years ago

Hi, the source code is in a gitlab project: https://gitlab.com/admin-shell/aasxpackageexplorer. You need to ask for access so that you are able to contribute.

Greetings

admin-shell commented 4 years ago

Please send me an email to aorzelski@phoenixcontact.com

BirgitBoss commented 4 years ago

In the meantime Evens (to be more precise BasicEvents) are supported by aasx package explorer.

Please go to https://github.com/admin-shell-io/aasx-package-explorer/ for newest versions of the explorer.

BirgitBoss commented 3 years ago

I close the issue, for any new issues please go to admin-shell-io/aasx-package-explorer.