Changes between Version 2 and Version 3 of Maschinen/RepStrap


Ignore:
Timestamp:
Dec 1, 2009, 11:25:17 PM (15 years ago)
Author:
roh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maschinen/RepStrap

    v2 v3  
    11== RepStrap ==
    22
    3 see [[blog:category/reprap blogposts about reprap]]
     3this repstrap is a bit different: it doesnt use any of the reprap default electronics or sourcecode on a microcontroller
    44
    5 uses http://axis.unpy.net/01198594294 for measuring temperature
     5the gcode is generated like usual via skeinforge or similar tools but emc2 and some shell and python components take control of parsing it and doing the magic.
    66
    7 configs: http://yamato.hyte.de/tmp/repstrap_roh.tgz
     7the dc-motor as visible in the pictures for the classic darwin-style extruder we currently use is driven by a dc-motor driver based on this: http://reprap.org/bin/view/Main/DC_Motor_Driver_1_1
     8
     9also in the same box are 2 tip122 transistors which switch gnd for 2 supplies in open collector mode.
     10
     11the whole thing is deadlocked with and-gates (inline in the 'step' and the pwm lines for the transistors) with the other 4 inputs of the and-gates driven from a 'charge-pump' <add schem>
     12
     13the chargepump gets a 'rectangular ac signal' on one input. if its missing the output goes low. if it hangs high, the same. see it as an electronic dead-man switch driven by emc2
     14
     15its based on some caps, diodes, more caps and 2 or 3 transistors. i'll add a schematic soon.
     16
     17for some pics of our extruder head see [[blog:category/reprap blogposts about reprap]]
     18
     19uses http://axis.unpy.net/01198594294 for the arduino code i use for measuring temperature (means the voltage)
     20
     21configs: http://yamato.hyte.de/tmp/repstrap_roh.tgz (for now, will move that somewhere here)
    822
    923FIXME: document nicely, add pictures, howto, clean up code and docs, fix heater-pid-loop Dgain, add fan on workspace? schems, layouts...