-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstate_machine.yml
48 lines (47 loc) · 914 Bytes
/
state_machine.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
- state: 0
nextState:
ConditionProtect: 1
- state: 1
nextState:
ConditionSwitchOff: 2
ConditionReclosing: 3
conditionTimeoutMs: 5000
nextStateByTimeout: 0
- state: 2
nextState:
ConditionReclosing: 4
conditionTimeoutMs: 5000
nextStateByTimeout: 7
- state: 3
nextState:
ConditionSwitchOff: 4
conditionTimeoutMs: 30000
nextStateByTimeout: 0
- state: 4
nextState:
ConditionSwitchOn: 5
conditionTimeoutMs: 30000
nextStateByTimeout: 0
- state: 5
nextState:
ConditionProtect: 8
conditionTimeoutMs: 500
nextStateByTimeout: 6
- state: 6
nextState:
ConditionIsNotDefine: 0
outMessage: ReclosingOk
outTag: 1
- state: 7
nextState:
ConditionIsNotDefine: 0
- state: 8
nextState:
ConditionSwitchOff: 9
conditionTimeoutMs: 30000
nextStateByTimeout: 0
- state: 9
nextState:
ConditionIsNotDefine: 0
outMessage: ReclosingFail
outTag: 2