44 lines
908 B
Markdown
44 lines
908 B
Markdown
implemented in DK PLC
|
|
|
|
program file 24
|
|
|
|
#### aborting
|
|
|
|
| |RQ |Q01|Q02| F
|
|
|---|-----|---|---|---|--|
|
|
|0 |
|
|
|10 | | | | | complete
|
|
|
|
#### holding
|
|
|
|
| |RQ |Q01|Q02| F
|
|
|---|-----|---|---|---|--|
|
|
|0 |
|
|
|10 | | | | | complete
|
|
|
|
#### stopping
|
|
|
|
| |RQ |Q01|Q02| F
|
|
|---|-----|---|---|---|--|
|
|
|0 |2000 | | | | upload reports
|
|
|10 | | | | | complete
|
|
|
|
#### restarting
|
|
|
|
if SB is 45 set back to 35
|
|
|
|
just complete
|
|
|
|
#### running
|
|
|
|
| |RQ |Q01|Q02| F
|
|
|---|-----|---|---|---|--|
|
|
|0 |1105 | 1 | 1 | | download 5 params from 1
|
|
|10 | | | | 1 | hold at start (if required)
|
|
|20 |1206 | | | | pressure set confirm if required
|
|
|35 |2000 | | | | if pressure set confirm goto 50 else upload reports
|
|
|45 | | | | | never end
|
|
|50 |2000 | | | | upload reports
|
|
|52 | | | | 2 | hold at end (if required)
|
|
|55 | | | | | complete
|