Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Schrankenwaerter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Schrankenwaerter
Commits
0e5a14c2
There was a problem fetching the pipeline summary.
Commit
0e5a14c2
authored
9 years ago
by
putzke01
Browse files
Options
Downloads
Patches
Plain Diff
More readme
parent
cae069d3
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+30
-1
30 additions, 1 deletion
README.md
with
30 additions
and
1 deletion
README.md
+
30
−
1
View file @
0e5a14c2
# Schrankenwärter -
> Arduino Yun
Python basierter http-Server zur Steuerung der Festo-Ventilinsel (SE3).
## Ventilinsel
Die Ventilinsel der Firma Festo kann über eine einfache http-Schnittstelle (und
über das Modbus-TCP-Protokoll, das hier aber nicht verwendet wird) angesprochen
werden. Der "Schrankenwärter"-http-Server bietet nun als Mittelsmann eine REST-Schnittstelle
an, über die die Steuerventile der Insel gesteuert werden können. Außerdem ist die
Auswertung der Lagemelder der gesteuerten Ventile möglich, die ihrerseits von der Ventilinsel ausgewertet werden.
## Installation
## Kommunikation
Mit dem Server wird über eine REST-Schnittstelle an Port 9000 kommuniziert.
### Beispiele zur Kommunikation mit dem Server (Port 9000)
```
bash
curl
-X
PUT http://localhost:9000/valve/2/close -> Antwort: XXXXXX
```
```
bash
curl
-X
PUT http://localhost:9000/valve/17/open
curl
-X
GET http://localhost:9000/valve/3/state
curl
-X
GET http://localhost:9000/valve/all/state
```
> Arduino Yun
\ No newline at end of file
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