{% extends "layout.html" %} {% set active_page = "calibration" %} {% block title %} - {{_('Calibration & Setup')}}: Atlas Scientific EC{% 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 EC Sensor. To complete this procedure, you will need at least one standard EC solution. Instructions will be provided at each step.')}}
{{_('To begin calibration, have your probe properly connected to Mycodo, select the probe from the dropdown list, and click Begin Calibration.')}}
{{_('NOTE: It is recommended to deactivate the EC Sensor Input prior to performing a calibration.')}}
{% elif ui_stage == 'point_enter_uS' %} {% 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}})
{{_('Enter the μS value(s) for the solution(s) you will be calibrating with, then click Continue.')}}
{% endif %} {% elif ui_stage == 'dry' %} {% if complete_with_error %}{{dict_translation['error']['title']}}: {{_('Calibration Failed')}}: {{complete_with_error}}
{{_('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}})
{{_('Remove the EC probe from solution so the probe is exposed to the air (dry calibration), then click Continue To Next Stage')}}.
{% endif %} {% elif ui_stage == 'low' %} {% if complete_with_error %}{{dict_translation['error']['title']}}: {{_('Calibration Failed')}}: {{complete_with_error}}
{{_('Refer to the logs for details')}}
{% else %}3a. {{dict_translation['calibration']['title']}}{% if input_device_name %}: {{input_device_name}}{% endif %} {{selected_input.id}} ({{selected_input.name}})
{{_('Rinse the EC probe with distilled water, place it into the Low EC solution, shake the probe to remove trapped air, then click Ready. Ensure the measurements have stabilized before clicking Continue to Next Stage.')}}. EC Solution: {{point_low_uS}} μS
{% endif %} {% elif ui_stage == 'high' %} {% if complete_with_error %}{{dict_translation['error']['title']}}: {{_('Calibration Failed')}}
{{_('Refer to the logs for details')}}
{% else %}3b. {{dict_translation['calibration']['title']}}{% if input_device_name %}: {{input_device_name}}{% endif %} {{selected_input.id}} ({{selected_input.name}})
{{_('Rinse the EC probe with distilled water, place it into the High EC solution, shake the probe to remove trapped air, then click Ready. Ensure the measurements have stabilized before clicking Continue to Next Stage.')}}. EC Solution: {{point_high_uS}} μS
{% endif %} {% elif ui_stage == 'complete' %}4. {{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 %}