User Tools

Site Tools


hardware:mould

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hardware:mould [2020/06/25 14:32] – [Installation] himuserhardware: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:
     * ''ssh pi@mould-control.emp.him.uni-mainz.de'' with raspberry as password     * ''ssh pi@mould-control.emp.him.uni-mainz.de'' with raspberry as password
-==== 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: 
-  /home/pi/python/actor/actor.py 
- 
-Code can be found here: https://gitlab.rlp.net/bes3-mainz/mogon-testbench/snippets/497 
-==== Bare metal controlling of the heaters ==== 
- 
-HINT: Better use the web interface to get the status and set the heaters power: http://localhost:10001/status.php#page1 
-   
-Control the heaters be writing them a value in the range ''0.00'' and ''1.00'': 
-  mosquitto_pub -h mould-control -t 'homie/fsrcontrol/heater/dimmer<Dimmer ID 1..4>/set' -m <brightness 0..1.0> 
- 
-Example: 
-  mosquitto_pub -h mould-control -t 'homie/fsrcontrol/heater/dimmer4/set' -m 0.75 
-   
-Get the status 
-  mosquitto_sub -h mould-control -t 'homie/fsrcontrol/heater/dimmer1' -t 'homie/fsrcontrol/heater/dimmer2' -t 'homie/fsrcontrol/heater/dimmer3' -t 'homie/fsrcontrol/heater/dimmer4' -v 
-   
-Switch on all 4 heaters: 
-<code bash> 
-  mosquitto_pub -h mould-control -t 'homie/fsrcontrol/heater/dimmer1/set' -m 1;  
-  mosquitto_pub -h mould-control -t 'homie/fsrcontrol/heater/dimmer2/set' -m 1;  
-  mosquitto_pub -h mould-control -t 'homie/fsrcontrol/heater/dimmer3/set' -m 1;  
-  mosquitto_pub -h mould-control -t 'homie/fsrcontrol/heater/dimmer4/set' -m 1;  
-  echo "done" 
-</code> 
- 
-Switch off all 4 heaters: 
-<code bash> 
-  mosquitto_pub -h mould-control -t 'homie/fsrcontrol/heater/dimmer1/set' -m 0;  
-  mosquitto_pub -h mould-control -t 'homie/fsrcontrol/heater/dimmer2/set' -m 0;  
-  mosquitto_pub -h mould-control -t 'homie/fsrcontrol/heater/dimmer3/set' -m 0;  
-  mosquitto_pub -h mould-control -t 'homie/fsrcontrol/heater/dimmer4/set' -m 0; 
-  echo "done"  
-</code> 
  
 ===== New slowcontrol with Node Red ===== ===== New slowcontrol with Node Red =====
Line 160: Line 122:
  
 Source code: Source code:
 +  * 21.7.2020:   * {{ :hardware:mould:flows-20200731.json.zip |Selector for Heaters added}}
 +  * 13.7.2020: {{ :hardware:mould:flows-20200713.json.zip |Displayed State Names changed}}
   * 17.6.2020: {{ :hardware:mould:flows.json.zip |}}   * 17.6.2020: {{ :hardware:mould:flows.json.zip |}}
   * {{ :hardware:mould:flows-20200622.json.zip |22.6.2020}}   * {{ :hardware:mould:flows-20200622.json.zip |22.6.2020}}
hardware/mould.1593095570.txt.gz · Last modified: 2022/01/14 18:44 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki