51 lines
1.2 KiB
Markdown
51 lines
1.2 KiB
Markdown
|
# TA522_DISCHARGE
|
||
|
|
||
|
implemented in DK PLC
|
||
|
|
||
|
program file 14
|
||
|
|
||
|
## aborting
|
||
|
|
||
|
| |RQ |Q01|Q02| F
|
||
|
|---|-----|---|---|---|
|
||
|
|0 |
|
||
|
|10 | | | | | complete
|
||
|
|
||
|
## holding
|
||
|
|
||
|
| |RQ |Q01|Q02| F
|
||
|
|---|-----|---|---|---|
|
||
|
|0 | | | | | if SB is 55 set it to 50 (start discharge from scratch)
|
||
|
|10 | | | | | complete
|
||
|
|
||
|
## stopping
|
||
|
|
||
|
| |RQ |Q01|Q02| F
|
||
|
|---|-----|---|---|---|
|
||
|
|0 | | | | |
|
||
|
|10 |2000 | | | | upload reports
|
||
|
|20 | | | | | complete
|
||
|
|
||
|
## restarting
|
||
|
|
||
|
just complete
|
||
|
|
||
|
## running
|
||
|
|
||
|
if liquid discharge not complete alarm and SI < 100 set SI to 100
|
||
|
|
||
|
| |RQ |Q01|Q02| F
|
||
|
|---|-----|---|---|---|
|
||
|
|0 |1106 | 3 | 3 | | download parameters
|
||
|
|10 | | | | 1 | hold at start (if required)
|
||
|
|20 |5501 | | | | wait for partner
|
||
|
|30 |1201 | | | | confirm to start (if required)
|
||
|
|40 | | | | | await confirm
|
||
|
|50 | | | | | await stage time then 55
|
||
|
|55 | | | | | await settle time then 56
|
||
|
|56 |1201 | | | | confirm complete (if required)
|
||
|
|100|5502 | | | | await message partner
|
||
|
|110|
|
||
|
|120| | | | 2 | hold at end (if required)
|
||
|
|130|2000 | | | | upload all reports
|