modelCurrentLimitAutomatonTwoLevels

Current Limit Automaton (CLA) monitoring two components

Information

The automaton will open one component when the current stays higher than a predefined threshold during a certain amount of time on two monitored components (line, transformer, etc.) (one threshold and one time constant per element).

Parameters

TypeNameDefaultDescription
Types.CurrentModuleIMax1Maximum current on monitored component 1 (unit depending on IMonitored1 unit)
BooleanRunning1True if CLA 1 is activated
Types.TimetLagBeforeActing1Time lag before taking action for monitored component 1 in s
IntegerOrderToEmit1Order to emit by CLA 1 (it should be a value corresponding to a state: [1:OPEN, 2:CLOSED, 3:CLOSED_1, 4:CLOSED_2, 5:CLOSED_3, 6:UNDEFINED])
Types.CurrentModuleIMax2Maximum current on monitored component 2 (unit depending on IMonitored2 unit)
BooleanRunning2True if CLA 2 is activated
Types.TimetLagBeforeActing2Time lag before taking action for monitored component 2 in s
IntegerOrderToEmit2Order to emit by CLA 2 (it should be a value corresponding to a state: [1:OPEN, 2:CLOSED, 3:CLOSED_1, 4:CLOSED_2, 5:CLOSED_3, 6:UNDEFINED])

Connectors

TypeNameDefaultDescription
Dynawo.Connectors.BPinAutomatonExistsPin to indicate to deactivate internal automaton natively present in C++ object
Dynawo.Connectors.ImPinIMonitored1Monitored current on element 1 (unit depending on IMax1 unit)
Dynawo.Connectors.ImPinIMonitored2Monitored current on element 2 (unit depending on IMax2 unit)
Dynawo.Connectors.IntPinorderOrder emitted by the CLA (it should be a value corresponding to a state: [1:OPEN, 2:CLOSED, 3:CLOSED_1, 4:CLOSED_2, 5:CLOSED_3, 6:UNDEFINED])

Components

TypeNameDefaultDescription
CurrentLimitAutomatoncurrentLimitAutomaton1
CurrentLimitAutomatoncurrentLimitAutomaton2