{% extends "layout.html" %} {% set active_page = "calibration" %} {% block title %} - {{_('Calibration & Setup')}}: Atlas pH{% if input_device_name %}: {{input_device_name}}{% endif %}{% endblock %} {% block head %} {% endblock %} {% block body %}
This guide will walk you through the calibration procedure for the Atlas Scientific pH Sensor. To complete this procedure, you will need three solutions, each with a different pH (pH 4, pH 7, and pH 10). At each step, you will be instructed to insert the pH probe into each solution and wait for the reading to equilibrate before proceeding. Between transferring the probe from one solution to another, you will be instructed to rinse the probe with distilled water. Instructions will be provided at each step of the way.
To begin calibration, have your probe properly connected to Mycodo, select the probe from the dropdown list, and click Begin Calibration.
If you wish to clear the calibration from the sensor memory, click Clear Calibration.
{% elif stage == 1 %} {% if complete_with_error %}{{dict_translation['error']['title']}}: {{_('Calibration Failed')}}
{{_('Refer to the logs for details')}}
{% else %}1. {{dict_translation['calibration']['title']}}{% if input_device_name %}: {{input_device_name}}{% endif %} {{selected_input.id}} ({{selected_input.name}})
{{_('Ensure all pH calibration solutions are the same temperature. Enter the temperature (in Celsius) of your solutions, then click Continue.')}}
{% endif %} {% elif stage == 2 %} {% if complete_with_error %}{{dict_translation['error']['title']}}: {{_('Calibration Failed')}}
{{_('Refer to the logs for details')}}
{% else %}2. {{dict_translation['calibration']['title']}}{% if input_device_name %}: {{input_device_name}}{% endif %} {{selected_input.id}} ({{selected_input.name}})
{{_('Insert the probe into the pH %(ph)s solution, then click Ready', ph='7.0')}}
{% endif %} {% elif stage == 3 %} {% if complete_with_error %}{{dict_translation['error']['title']}}: {{_('Calibration Failed')}}
{{_('Refer to the logs for details')}}
{% else %}3. {{dict_translation['calibration']['title']}}{% if input_device_name %}: {{input_device_name}}{% endif %} {{selected_input.id}} ({{selected_input.name}})
{{_('Remove the pH probe from the pH %(ph)s solution and rinse it with distilled water', ph='7.0')}}
{{_('Insert the probe into the pH %(ph)s solution, then click Ready', ph='4.0')}}
{% endif %} {% elif stage == 4 %} {% if complete_with_error %}{{dict_translation['error']['title']}}: {{_('Calibration Failed')}}
{{_('Refer to the logs for details')}}
{% else %}4. {{dict_translation['calibration']['title']}}{% if input_device_name %}: {{input_device_name}}{% endif %} {{selected_input.id}} ({{selected_input.name}})
{{_('Remove the pH probe from the pH %(ph)s solution and rinse it with distilled water', ph='4.0')}}
{{_('Insert the probe into the pH %(ph)s solution, then click Ready', ph='10.0')}}
{% endif %} {% elif stage == 5 %}5. {{dict_translation['calibration']['title']}}{% if input_device_name %}: {{input_device_name}}{% endif %} {{selected_input.id}} ({{selected_input.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 %}