Files

  • 404 File Not Found
  • 404 File Not Found
  • 404 File Not Found
copied
Last update 6 years 3 months by Andy
FilesDocumentation Sourcesource
..
_templates
frame_assembly
A3967.pdf
conf.py
connector_instructions.png
controller.rst
electronics bom.xlsx
frame.rst
hardware bom.xlsx
index.rst
isogrk1.txt
manual.rst
rewardCalc.html
tableGenerator.py
manual.rst
========== User Guide ========== .. include:: isogrk1.txt Pinout ====== +----------+-------+-----------------+-------------------------------------------+ | RJ45 Pin | Label | Function | Description | +==========+=======+=================+===========================================+ | 1 | B | Output | HIGH when syringe is retracting. | +----------+-------+-----------------+-------------------------------------------+ | 2 | C | Output | HIGH-LOW pulse begins retraction | +----------+-------+-----------------+-------------------------------------------+ | 3 | A | Input | Motor turns when pin is HIGH | +----------+-------+-----------------+-------------------------------------------+ | 4 | 5V | not used | | +----------+-------+-----------------+-------------------------------------------+ | 5 | GND | Power | | +----------+-------+-----------------+-------------------------------------------+ | 6 | 12V | Power | Provides power for Stepper Motor Driver | +----------+-------+-----------------+-------------------------------------------+ | 7 | 3V | not used | | +----------+-------+-----------------+-------------------------------------------+ | 8 | D | not used | | +----------+-------+-----------------+-------------------------------------------+ *Required Manual Mode =========== The pump can be conrtolled by the buttons on the left side of the OLED display +--------+----------------------------+--------------------------------+ | Button | Click | Hold | +========+============================+================================+ | A | Push 0.1 mL | Pushes at a rate of 1.3 mL/sec | +--------+----------------------------+--------------------------------+ | B | Pull 0.5 mL | Pulls at a rate of 1.3 mL/sec | +--------+----------------------------+--------------------------------+ | C | Retracts fully | | +--------+----------------------------+--------------------------------+ | Reset | Resets the microcontroller | | +--------+----------------------------+--------------------------------+ Electronic Mode =============== Advance ------- Providing a "High" TTL pulse to pin 3 of the RJ45 will cause the stepper motor to advance at a rate of 1 step per 2 milliseconds. Pullling the same pin back "Low" will stop the motor. You can use the form below to calculate the duration of the high pulse in order to deliver a target amount of liquid for a given size syringe. .. raw:: html :file: rewardCalc.html Retract ------- Providing a "High" TTL pulse to pin 2 of the RJ45 will cause the pump to enter retraction mode. It will retract the syringe the limit switch is pressed.
Report a bug