Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [basyx-dev] Complete Basyx example

Dear Nicolas,

> I wish to implement a complete Basyx system with control components, submodels and asset administrative shells.
>Is there a good example file showing how to integrate all these together?
>Because in the documentation, the control components are almost the basis of the system but all the examples I could find only consider administrative shells and their submodels.
>I'm especially looking into how to create a control component and connect it to an administrative shell.

There's an implementation of a control component within the components project in org.eclipse.basyx.models.controlcomponent. To connect a control component to an AAS, it is necessary to connect its properties and operations to a sub model.
In consequence, you currently have to create a sub model and create the connection with e.g. the VABLambdaProvider and the VABLambdaProviderHelper.

> Another question: what in the Basyx middleware correspond to the administrative shell component manager (as described in the industry 4.0 standards)?

This component manager (previously known as resource manager) is to my knowledge not a currently supported concept any more. I could not find any reference to it that is more recent than 2015.

Best regards,
Frank

----------------------------------------------------------------------------------
M.Sc. Frank Schnicke
Abteilung ESW
Fraunhofer IESE 
Fraunhofer-Platz 1 | 67663 Kaiserslautern 
Tel: +49 631 / 6800-2259 | Fax: +49 631 / 6800-9-2259
www.iese.fraunhofer.de 
Mail: frank.schnicke@xxxxxxxxxxxxxxxxxx

-----Ursprüngliche Nachricht-----
Von: basyx-dev-bounces@xxxxxxxxxxx <basyx-dev-bounces@xxxxxxxxxxx> Im Auftrag von Nicolas DUMINY
Gesendet: Freitag, 8. November 2019 14:14
An: basyx-dev <basyx-dev@xxxxxxxxxxx>
Betreff: [basyx-dev] Complete Basyx example

Dear Basyx developers,

I wish to implement a complete Basyx system with control components, submodels and asset administrative shells.
Is there a good example file showing how to integrate all these together?
Because in the documentation, the control components are almost the basis of the system but all the examples I could find only consider administrative shells and their submodels.
I'm especially looking into how to create a control component and connect it to an administrative shell.

Another question: what in the Basyx middleware correspond to the administrative shell component manager (as described in the industry 4.0 standards)?

Best regards,


Nicolas Duminy
_______________________________________________
basyx-dev mailing list
basyx-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/basyx-dev


Back to the top