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
| Type | Name | Default | Description |
| Types.CurrentModule | IMax1 | | Maximum current on monitored component 1 (unit depending on IMonitored1 unit) |
| Boolean | Running1 | | True if CLA 1 is activated |
| Types.Time | tLagBeforeActing1 | | Time lag before taking action for monitored component 1 in s |
| Integer | OrderToEmit1 | | Order 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.CurrentModule | IMax2 | | Maximum current on monitored component 2 (unit depending on IMonitored2 unit) |
| Boolean | Running2 | | True if CLA 2 is activated |
| Types.Time | tLagBeforeActing2 | | Time lag before taking action for monitored component 2 in s |
| Integer | OrderToEmit2 | | Order 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
| Type | Name | Default | Description |
| Dynawo.Connectors.BPin | AutomatonExists | | Pin to indicate to deactivate internal automaton natively present in C++ object |
| Dynawo.Connectors.ImPin | IMonitored1 | | Monitored current on element 1 (unit depending on IMax1 unit) |
| Dynawo.Connectors.ImPin | IMonitored2 | | Monitored current on element 2 (unit depending on IMax2 unit) |
| Dynawo.Connectors.IntPin | order | | Order 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]) |