Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bake_out_ctrl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vaclab
bake_out_ctrl
Commits
875cf6ab
Commit
875cf6ab
authored
7 years ago
by
wactbprot
Browse files
Options
Downloads
Patches
Plain Diff
rdm
parent
8d0aeab5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+46
-2
46 additions, 2 deletions
README.md
with
46 additions
and
2 deletions
README.md
+
46
−
2
View file @
875cf6ab
...
@@ -42,8 +42,52 @@ T in C |
...
@@ -42,8 +42,52 @@ T in C |
t in h
t in h
```
```
## state indicators (D0 ... D4)
```
D0 D1 D2 D3 D4
waiting 1 0 0 0 0
ramp_up 0 1 0 0 0
bakeout 0 0 1 0 0
ramp_down 0 0 0 1 0
hold_end 0 0 0 0 1
```
## temperature indicators (D5, D6, D7)
*
maximum temperature difference: MTD
*
target temperature: TT
*
current temperature: CT
*
upper limit (TT+MTD): UL
*
lower limit (TT-MTD): LL
```
D5 D6 D7
CT <= UL & CT > TT 0 0 1
CT >= LL & CT < TT 0 1 0
CT < LL 1 1 0
CT > UL 1 0 1
```
## TCP cmd
## TCP cmd
### overview
*
state
*
runtime
*
t1
*
t2
*
t3
*
remaining
*
heatpower
*
current_temp
*
target_temp
*
run
*
init
*
off
*
holdhours (get/ set with =val)
*
voltage (get/ set with =val)
### get current heat power
### get current heat power
```
```
...
@@ -98,10 +142,10 @@ curl -d '{"Action":"TCP","Host":"192.168.98.134","Port":"9009", "Value":"init\n
...
@@ -98,10 +142,10 @@ curl -d '{"Action":"TCP","Host":"192.168.98.134","Port":"9009", "Value":"init\n
curl -d '{"Action":"TCP","Host":"192.168.98.134","Port":"9009", "Value":"run\n"}' -X PUT http://localhost:55555
curl -d '{"Action":"TCP","Host":"192.168.98.134","Port":"9009", "Value":"run\n"}' -X PUT http://localhost:55555
```
```
### off
### off
*
open R0 and R1
*
open R0 and R1
*
set statr time to 0.0
*
set statr time to 0.0
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment