hardware:mould
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hardware:mould [2020/06/25 14:32] – [Installation] himuser | hardware:mould [2022/01/14 18:44] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 102: | Line 102: | ||
* Full Access via SSH: | * Full Access via SSH: | ||
* '' | * '' | ||
- | ==== Controlling loop ==== | ||
- | |||
- | There is temperature ramp prepared which controls the heating power of all four heaters between 0 and 100% depending on the Temperatur read on C1. | ||
- | |||
- | Run inside a screen session: | ||
- | / | ||
- | |||
- | Code can be found here: https:// | ||
- | ==== Bare metal controlling of the heaters ==== | ||
- | |||
- | HINT: Better use the web interface to get the status and set the heaters power: http:// | ||
- | | ||
- | Control the heaters be writing them a value in the range '' | ||
- | mosquitto_pub -h mould-control -t ' | ||
- | |||
- | Example: | ||
- | mosquitto_pub -h mould-control -t ' | ||
- | | ||
- | Get the status | ||
- | mosquitto_sub -h mould-control -t ' | ||
- | | ||
- | Switch on all 4 heaters: | ||
- | <code bash> | ||
- | mosquitto_pub -h mould-control -t ' | ||
- | mosquitto_pub -h mould-control -t ' | ||
- | mosquitto_pub -h mould-control -t ' | ||
- | mosquitto_pub -h mould-control -t ' | ||
- | echo " | ||
- | </ | ||
- | |||
- | Switch off all 4 heaters: | ||
- | <code bash> | ||
- | mosquitto_pub -h mould-control -t ' | ||
- | mosquitto_pub -h mould-control -t ' | ||
- | mosquitto_pub -h mould-control -t ' | ||
- | mosquitto_pub -h mould-control -t ' | ||
- | echo " | ||
- | </ | ||
===== New slowcontrol with Node Red ===== | ===== New slowcontrol with Node Red ===== | ||
Line 160: | Line 122: | ||
Source code: | Source code: | ||
+ | * 21.7.2020: | ||
+ | * 13.7.2020: {{ : | ||
* 17.6.2020: {{ : | * 17.6.2020: {{ : | ||
* {{ : | * {{ : |
hardware/mould.1593095570.txt.gz · Last modified: 2022/01/14 18:44 (external edit)