Setting value of a parent reference

Questions regarding the use of UaModeler

Moderator: uamodeler

Post Reply
rudolf.pribis
Jr. Member
Jr. Member
Posts: 1
Joined: 25 Mar 2019, 08:46

Setting value of a parent reference

Post by rudolf.pribis »

Hello,
I have a question... let's assume following (based on ISA 95 information model)
EquipmentType has reference DefinedEquipmentClass with value <EquipmentClass> .
I defined StorageClassType derived from EquipmentClassType. The StorageClassType has property totalLotQuantity (as Float).
Next, I defined StorageType derived from EquipmentType.
I was expecting, that would be possible to configure DefinedEquipmentClas at StorageType and set value to StorageClassType. It is only possible at object instance level.

My idea was to create a modelling rule with wichh during instance creation I will add to <PropertyName> all properties from StorageClassType. Is this idea against OPC UA address space specification?

Thank you

Post Reply