Page 1 of 1

Creating Events/Alarm with UaModeler

Posted: 23 Feb 2018, 18:40
by JanFiedler
Greetings Support Team,
i am recently struggling with creating Events/Alarm with the UaModeler.
I want to create a Information Modell like "AlarmsWithNodes" (your demo example), referring to the ExclusiveLevelAlarmType.
I exported my generated information model in xml and imported into the cpp demo server. The Adressspace is looking good so far, but i cant drag my Input1-obejct(explained later) with the event notification into the event-view on ua-expert.
Ua Expert is giving the following Error: Item 0 failed with error BadMonitoredItemFilterUnsupported.
The generated Xml is to big for this post, i guess .

So basically i created a BaseObjectType named Input 1 with EventNotifier=SubscribetoEvents.
-HasTypeDefinition BaseObjectType
-HasComponent LevelAlarmEvent
-HasCondition LevelAlarmEvent
-HasComponent Value

LevelAlarmEvent
-HasTypeDefintion ExclusiveLevelAlarmTyp
and all Components/Properties for this Type, which are set like in ExclusiveLevelAlarm in "AlarmwithNodes"
SourceNode is set to my "Value" of course.

Value
-HasTypeDefinition AnalogItemType

So either my understanding of creating a information modell is wrong or i am missing some major references..
I hope you can give me an answer. Looking forward to hear from you guys.

best regards
Jan

Re: Creating Events/Alarm with UaModeler

Posted: 01 Mar 2018, 14:15
by JanFiedler
Hi,
i realized that my project is not realizable that way.
Found a solution for myself.

Greetings Jan