I create a custom alarm model in C# code (new CreateObjectTypeSettings()...SuperTypeId=ObjectTypeIds.AlarmConditionType, CreateObjectTypeNode()
with additional variables (new CreateVariableSettings(),CreateVariable() ...
I have to create instances of my alarm model dynamically.
How do I instantiate my model and set values of the additional variables?
I had a look at DemoServer and ServerGettingStarted.Lesson06, but there existing condition/alarm models are used.
Custom alarm model
Moderator: uasdknet