{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}
{{ wgform._csrf }}

Warn

Expansion Board Output Settings

{#
#} {#
1# Port Output
#} {#
#}
#1 # Port Output -{{wgform.f_PeripheralControl_1_source.label}}
{#
#}
Trigger Event
{#
#} {#
#}
{{ wgform.f_PeripheralControl_1_output_duration.label }} {{ wgform.f_PeripheralControl_1_output_duration( class="form-control") }}
{{ wgform.f_PeripheralControl_1_control_mode.label }}
Related I/O signals [Mode 4,5]
{#
#} {#
#}
#2 # Port Output -{{wgform.f_PeripheralControl_2_source.label}}
Trigger Event
{#
#} {#
#}
{{ wgform.f_PeripheralControl_2_output_duration.label }} {{ wgform.f_PeripheralControl_2_output_duration( class="form-control") }}
{{ wgform.f_PeripheralControl_2_control_mode.label }}
Related I/O signals [Mode 4,5]
{#
#} {#
#}
#3 # Port Output -{{wgform.f_PeripheralControl_3_source.label}}
Trigger Event
{#
#} {#
#}
{{ wgform.f_PeripheralControl_3_output_duration.label }} {{ wgform.f_PeripheralControl_3_output_duration( class="form-control") }}
{{ wgform.f_PeripheralControl_3_control_mode.label }}
Related I/O signals [Mode 4,5]
{#
#} {#
#}
#4 # Port Output -{{wgform.f_PeripheralControl_4_source.label}}
Trigger Event
{#
#} {#
#}
{{ wgform.f_PeripheralControl_4_output_duration.label }} {{ wgform.f_PeripheralControl_4_output_duration( class="form-control") }}
{{ wgform.f_PeripheralControl_4_control_mode.label }}
Related I/O signals [Mode 4,5]
{#
#} {#
#}
{% endblock %}