User Tools

Site Tools


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
mission:log:2015:03:25:3d-printer-extruder-peek-insulator-meltdown [2015/03/30 18:36] chronomission:log:2015:03:25:3d-printer-extruder-peek-insulator-meltdown [2015/04/19 09:18] (current) – [3D Printer extruder PEEK insulator meltdown] chrono
Line 1: Line 1:
 ====== 3D Printer extruder PEEK insulator meltdown ====== ====== 3D Printer extruder PEEK insulator meltdown ======
 +
 +{{:mission:log:2015:03:25:felix-extruderv4-peek-meltdown.jpg|felix-extruderv4-peek-meltdown}}
  
 <code> <code>
Line 35: Line 37:
 </code> </code>
  
-Since the [[https://apollo.open-resource.org/flight-control/vfcc/#/|VFCC]] already offers all the features needed to store, retrieve and visualize all metrics of the [[mission:resources:picoprint|3D Print Robot]] it was only a matter of an hour to install and configure [[https://github.com/collectd/collectd|collectd]] on the Odroid C1 to gather all system and printing related metrics, ship them into [[https://github.com/influxdb/influxdb|InfluxDB]] and mash up this fancy [[https://apollo.open-resource.org/flight-control/vfcc/#/dashboard/db/f3l1ks-3d-print-robot-stats|Live - F3l1ks - 3D Print Robot Stats Dashboard]]+Since the [[https://apollo.open-resource.org/flight-control/vfcc/#/|VFCC]] already offers all the features needed to store, retrieve and visualize all metrics of the [[mission:resources:picoprint|3D Print Robot]]it was only a matter of an hour to install and configure [[https://github.com/collectd/collectd|collectd]] on the Odroid C1 to gather all system and printing related metrics, ship them into [[https://github.com/influxdb/influxdb|InfluxDB]] and mash up this fancy [[https://apollo.open-resource.org/flight-control/vfcc/#/dashboard/db/f3l1ks-3d-print-robot-stats|Live - F3l1ks - 3D Print Robot Stats Dashboard]]
  
 <html><center> <html><center>
Line 45: Line 47:
 ===== ===== ===== =====
  
-Check out the [[mission:log:2015:01:08:virtual-flight-control-center-opened]] Mission-Log, if you want to learn how to build something similar with open-source components yourself. In this case, collectd was chosen as the only collecting agent to run on the Odroid C1. It collects all high level related metrics with its own plugins and the temperatures are collected by the exec plugin calling [[https://github.com/vishnubob/octocmd|octocmd]] - a console interface for [[#printing|octoprint]] - wrapped by a quickly hacked shell script. +Check out the [[mission:log:2015:01:08:virtual-flight-control-center-opened]] Mission-Log, if you want to learn how to build something similar with open-source components yourself. In this case, collectd was chosen as the only collecting agent to run on the Odroid C1. It collects all high level related metrics with its own plugins and the temperatures are collected by the exec plugin, which calls [[https://github.com/vishnubob/octocmd|octocmd]] - a console interface for [[mission:resources:picoprint#printing|octoprint]] - wrapped by a quickly hacked shell script.
 ===== HOWTO ===== ===== HOWTO =====
  
Line 68: Line 69:
 make sure it's the same path as in collectd.conf and that is has the execution make sure it's the same path as in collectd.conf and that is has the execution
 bit set: bit set:
- 
-<code> 
-$ chmod 0755 /var/lib/collectd/scripts/octotemp.sh 
-</code> 
  
 <sxh bash; toolbar:false> <sxh bash; toolbar:false>
Line 101: Line 98:
 </sxh> </sxh>
  
 +<code>
 +$ chmod 0755 /var/lib/collectd/scripts/octotemp.sh
 +</code>