{% if trf_mpm_data and not (transformadores_principales and transformadores_principales|length > 0) %}

TRANSFORMADOR DE POTENCIA

Resumen General del Sistema

{% if trf_mpm_data.modules_apartamentos %}
Resumen de Módulos Residencial
{% if trf_mpm_data.modules_apartamentos[0].l3 is defined %} {% else %} {% endif %} {% for module in trf_mpm_data.modules_apartamentos %} {% if module.l3 is defined %} {% endif %} {% endfor %} {% if trf_mpm_data.subtotal_apto.l3 is defined %} {% endif %}
MóduloA B CL1 L2TOTAL MB
{{ module.name }} {{ module.l1 }} {{ module.l2 }}{{ module.l3 }}{{ module.total }} {{ module.mb|default("-") }}
SUBTOTAL kVA GENERAL {{ trf_mpm_data.subtotal_apto.l1 }} {{ trf_mpm_data.subtotal_apto.l2 }}{{ trf_mpm_data.subtotal_apto.l3 }}{{ trf_mpm_data.subtotal_apto.total }} -
No. de Apartamentos
{{ trf_mpm_data.num_apartamentos }}
Factor de Demanda
{{ trf_mpm_data.factor_demanda_percent_str|default(trf_mpm_data.factor_demanda) }}
Carga de Diseño
{{ trf_mpm_data.carga_diseno_residencial_kva_str|default((trf_mpm_data.carga_diseno_residencial_kva|round(2)) ~ " kVA") }}
{% endif %} {% if trf_mpm_data.modules_comun %}
Resumen Área Común
{% if trf_mpm_data.modules_comun[0].l3 is defined %} {% else %} {% endif %} {% for module in trf_mpm_data.modules_comun %} {% if module.l3 is defined %} {% endif %} {% endfor %} {% if trf_mpm_data.subtotal_comun.l3 is defined %} {% endif %}
MóduloA B CL1 L2TOTAL MB
{{ module.name }} {{ module.l1 }} {{ module.l2 }}{{ module.l3 }}{{ module.total }} {{ module.mb|default("-") }}
SUBTOTAL kVA GENERAL {{ trf_mpm_data.subtotal_comun.l1 }} {{ trf_mpm_data.subtotal_comun.l2 }}{{ trf_mpm_data.subtotal_comun.l3 }}{{ trf_mpm_data.subtotal_comun.total }} -
Carga AC = {{ trf_mpm_data.carga_ac }} kVA
{% endif %} {% if trf_mpm_data.modules_locales %}
Resumen Locales Comerciales
{% if trf_mpm_data.modules_locales[0].l3 is defined %} {% else %} {% endif %} {% for module in trf_mpm_data.modules_locales %} {% if module.l3 is defined %} {% endif %} {% endfor %} {% if trf_mpm_data.subtotal_locales.l3 is defined %} {% endif %}
MóduloA B CL1 L2TOTAL MB
{{ module.name }} {{ module.l1 }} {{ module.l2 }}{{ module.l3 }}{{ module.total }} {{ module.mb|default("-") }}
SUBTOTAL kVA GENERAL {{ trf_mpm_data.subtotal_locales.l1 }} {{ trf_mpm_data.subtotal_locales.l2 }}{{ trf_mpm_data.subtotal_locales.l3 }}{{ trf_mpm_data.subtotal_locales.total }} -
Carga Locales = {{ trf_mpm_data.carga_locales }} kVA
{% endif %} {% if trf_mpm_data.tiene_mpms %}
Demanda Máxima = Módulos + Área Común + Locales
Módulos Residenciales
{{ trf_mpm_data.demanda_modulos }} kVA
Área Común
{{ trf_mpm_data.demanda_comun }} kVA
Locales Comerciales
{{ trf_mpm_data.demanda_locales }} kVA
Demanda Total
{{ trf_mpm_data.demanda_total }} kVA
{% endif %}
TRANSFORMADOR SELECCIONADO
Capacidad
{{ trf_mpm_data.transformador_size }}
{% if trf_mpm_data.transformador_config %}
Configuración
{{ trf_mpm_data.transformador_config.cantidad }} transformador(es)
tipo {% if trf_mpm_data.transformador_tipo == 'estandar' %}PADMOUNTED{% else %}{{ trf_mpm_data.transformador_tipo|upper }}{% endif %}
{{ trf_mpm_data.transformador_config.capacidad_individual }}kVA cada uno
Total: {{ trf_mpm_data.transformador_config.capacidad_total }}kVA
{% endif %}
{% endif %} {% if transformadores_principales and transformadores_principales|length > 0 %}
{% for trf_data in transformadores_principales %}

{{ trf_data.panel_destino }}

Transformador Principal {% if trf_data.tiene_mpms %} | {{ trf_data.modules_residenciales|length }} Módulos Residenciales {% endif %} {% if trf_data.paneles_alimentados %} | {{ trf_data.paneles_alimentados|length }} Paneles Directos {% endif %}

{% if trf_data.modules_residenciales %}
Resumen de Módulos Residencial
{% if trf_data.modules_residenciales[0].l3 is defined %} {% else %} {% endif %} {% for module in trf_data.modules_residenciales %} {% if module.l3 is defined %} {% endif %} {% endfor %} {% if trf_data.subtotal_residencial.l3 is defined %} {% endif %}
MóduloA B CL1 L2TOTAL MB
{{ module.name }} {{ module.l1 }} {{ module.l2 }}{{ module.l3 }}{{ module.total }} {{ module.mb|default("-") }}
SUBTOTAL kVA GENERAL {{ trf_data.subtotal_residencial.l1 }} {{ trf_data.subtotal_residencial.l2 }}{{ trf_data.subtotal_residencial.l3 }}{{ trf_data.subtotal_residencial.total }} -
No. de Apartamentos
{{ trf_data.num_apartamentos }}
Factor de Demanda
{{ trf_data.factor_demanda_percent_str|default(trf_data.factor_demanda) }}
Carga de Diseño
{{ trf_data.demanda_modulos }} kVA
{% endif %} {% if trf_data.modules_comun %}
Resumen Área Común
{% if trf_data.modules_comun[0].l3 is defined %} {% else %} {% endif %} {% for module in trf_data.modules_comun %} {% if module.l3 is defined %} {% endif %} {% endfor %} {% if trf_data.subtotal_comun.l3 is defined %} {% endif %}
MóduloA B CL1 L2TOTAL MB
{{ module.name }} {{ module.l1 }} {{ module.l2 }}{{ module.l3 }}{{ module.total }} {{ module.mb|default("-") }}
SUBTOTAL kVA GENERAL {{ trf_data.subtotal_comun.l1 }} {{ trf_data.subtotal_comun.l2 }}{{ trf_data.subtotal_comun.l3 }}{{ trf_data.subtotal_comun.total }} -
Carga AC = {{ trf_data.carga_ac }} kVA
{% endif %} {% if trf_data.modules_locales %}
Resumen Locales Comerciales
{% if trf_data.modules_locales[0].l3 is defined %} {% else %} {% endif %} {% for module in trf_data.modules_locales %} {% if module.l3 is defined %} {% endif %} {% endfor %} {% if trf_data.subtotal_locales.l3 is defined %} {% endif %}
MóduloA B CL1 L2TOTAL MB
{{ module.name }} {{ module.l1 }} {{ module.l2 }}{{ module.l3 }}{{ module.total }} {{ module.mb|default("-") }}
SUBTOTAL kVA GENERAL {{ trf_data.subtotal_locales.l1 }} {{ trf_data.subtotal_locales.l2 }}{{ trf_data.subtotal_locales.l3 }}{{ trf_data.subtotal_locales.total }} -
Carga Locales = {{ trf_data.carga_locales }} kVA
{% endif %} {% if trf_data.paneles_alimentados and not trf_data.tiene_mpms %}
Paneles Alimentados
{% if trf_data.fase == 3 %} {% else %} {% endif %} {% for panel in trf_data.paneles_alimentados %} {% if trf_data.fase == 3 %} {% endif %} {% endfor %} {% if trf_data.fase == 3 %} {% endif %}
PANELA B CL1 L2TOTAL MB
{{ panel.name }} {{ panel.l1 }} {{ panel.l2 }}{{ panel.l3 }}{{ panel.total }} {{ panel.mb|default("-") }}
SUBTOTAL kVA {{ trf_data.subtotal_paneles.l1 }} {{ trf_data.subtotal_paneles.l2 }}{{ trf_data.subtotal_paneles.l3 }}{{ trf_data.subtotal_paneles.total }} -
{% endif %} {% if trf_data.tiene_mpms %}
Demanda Máxima = Módulos + Área Común + Locales
Módulos Residenciales
{{ trf_data.demanda_modulos }} kVA
Área Común
{{ trf_data.demanda_comun }} kVA
Locales Comerciales
{{ trf_data.demanda_locales }} kVA
Demanda Total
{{ trf_data.demanda_total }} kVA
{% endif %}
TRANSFORMADOR SELECCIONADO
Capacidad
{{ trf_data.transformador_size }}
{% if trf_data.transformador_config %}
Configuración
{{ trf_data.transformador_config.cantidad }} transformador(es)
tipo {% if trf_data.transformador_tipo == 'estandar' %}PADMOUNTED{% else %}{{ trf_data.transformador_tipo|upper }}{% endif %}
{{ trf_data.transformador_config.capacidad_individual }}kVA cada uno
Total: {{ trf_data.transformador_config.capacidad_total }}kVA
{% endif %}
{% endfor %}
{% endif %} {% for trf_data in trfs_standalone %}

{{ trf_data.panel_destino }}

Transformador Standalone | {{ trf_data.paneles_alimentados|length }} Paneles

Paneles Alimentados
{% if trf_data.fase == 3 %} {% else %} {% endif %} {% for panel in trf_data.paneles_alimentados %} {% if trf_data.fase == 3 %} {% endif %} {% endfor %} {% if trf_data.fase == 3 %} {% endif %}
PANELA B CL1 L2TOTAL MB
{{ panel.name }} {{ panel.l1 }} {{ panel.l2 }}{{ panel.l3 }}{{ panel.total }} {{ panel.mb|default("-") }}
SUBTOTAL kVA {{ trf_data.subtotal_paneles.l1 }} {{ trf_data.subtotal_paneles.l2 }}{{ trf_data.subtotal_paneles.l3 }}{{ trf_data.subtotal_paneles.total }} -
Totales del Transformador
Carga Total
{{ trf_data.carga_total_kva_str }}
Carga Diseño
{{ trf_data.carga_diseno_kva_str }}
Corriente
{{ trf_data.corriente_a }}
Transformador
{{ trf_data.transformador_size }}
{% endfor %}