{% extends "layout.html" %} {% set active_page = "calibration" %} {% block title %} - {{_('Calibration & Setup')}}: Atlas Scientific EZO Pump{% if output_device_name %}: {{output_device_name}}{% endif %}{% endblock %} {% block body %}
{{_('This guide will walk you through the calibration procedure for the Atlas Scientific Peristaltic Pump. To complete this procedure, you will need a precision scale and/or a low-volume (10 ml) graduated cylinder. At a minimum, you will need a way to accurately measure a small volume of the dispensed fluid.')}}
{{_('To begin calibration, have your pump properly connected to Mycodo, purge all air from the tubing, select the pump from the dropdown list, enter a volume to dispense (such as 10 ml), then click Begin Calibration.')}}
{{_('To clear any currently-stored calibration from memory, click Clear Calibration.')}}
{{_("NOTE: It is recommended to deactivate anything that may try to operate the pump so it doesn't interfere with the calibration.")}}
{% elif ui_stage == 'question_ml_dispensed' %} {% if complete_with_error %}{{dict_translation['error']['title']}}: {{_('Calibration Failed')}}
{{_('Refer to the logs for details')}}
{% else %}1. {{dict_translation['calibration']['title']}}{% if output_device_name %}: {{output_device_name}}{% endif %} {{selected_output.id}} ({{selected_output.name}})
{{_('Measure how much fluid (ml) was actually dispensed from the pump, enter that value in the input field, then click Continue.')}}
{% endif %} {% elif ui_stage == 'complete' %}5. {{dict_translation['calibration']['title']}}{% if output_device_name %}: {{output_device_name}}{% endif %} {{selected_output.id}} ({{selected_output.name}}): {% if complete_with_error %}{{_('Calibration Failed')}}{% else %}{{_('Calibration Succeeded')}}{% endif %}
{% if complete_with_error %}
{{dict_translation['error']['title']}}:
{{complete_with_error}}
{{_('Refer to the logs for details')}}
{% else %}{{_('Calibration Complete')}}
{% endif %} {% endif %}