From 2f8c6d643a6d2e5c27c801b0d37730e849b97f36 Mon Sep 17 00:00:00 2001 From: Alessio Date: Thu, 11 Jun 2020 15:04:35 +0200 Subject: [PATCH 1/2] add some property --- .../components/base-components/caricatore.vue | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue index 05a28914..74d99ed0 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue @@ -46,6 +46,30 @@ v-model="recipe.cycle_loader_pallet_height" > +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +

From f9de12a97140a5f94f7b10ec652338fe3c08221b Mon Sep 17 00:00:00 2001 From: Alessio Date: Thu, 11 Jun 2020 16:38:28 +0200 Subject: [PATCH 2/2] various fix in the modals --- .../wwwroot/src/@types/recipe-current.d.ts | 647 +++++++++--------- .../base-components/ciclo-formatura.vue | 5 +- .../formatura-cristallizzazione.vue | 5 +- .../base-components/formatura-riscaldo.ts | 3 +- .../base-components/formatura-riscaldo.vue | 4 + .../base-components/aria-controstampo.ts | 3 +- .../base-components/aria-controstampo.vue | 11 + .../base-components/ciclo-controstampo.vue | 9 +- .../base-components/estrazione-principale.vue | 21 +- .../setup/imbutitura/show-imbutitura-info.vue | 19 +- .../base-components/inputSottosquadra.ts | 4 +- .../base-components/inputSottosquadra.vue | 17 +- .../components/base-components/inputTermo.vue | 2 +- .../base-components/setupSottosquadra.ts | 2 +- .../base-components/setupSottosquadra.vue | 2 +- .../components/sottosquadra-stampo.vue | 110 ++- .../base-components/termo-superiore.vue | 24 +- .../base-components/ventilatori.vue | 5 +- .../base-components/vuoto-principale.vue | 7 +- 19 files changed, 509 insertions(+), 391 deletions(-) diff --git a/Thermo.Active/wwwroot/src/@types/recipe-current.d.ts b/Thermo.Active/wwwroot/src/@types/recipe-current.d.ts index 8f1ab5ec..9fe02824 100644 --- a/Thermo.Active/wwwroot/src/@types/recipe-current.d.ts +++ b/Thermo.Active/wwwroot/src/@types/recipe-current.d.ts @@ -1,338 +1,331 @@ declare module Recipe { - interface IRange{ - min:number, - max:number + interface IRange { + min: number, + max: number } - interface IStatus{ - visible:boolean, - enabled:boolean, - hasError:boolean + interface IStatus { + visible: boolean, + enabled: boolean, + hasError: boolean } - interface IValue{ - range:IRange, - status:IStatus, - unitMeasure:string, - valueAct:number + interface IValue { + range: IRange, + status: IStatus, + unitMeasure: string, + valueAct: number } - - interface IRecipe{ - general_sizes_mould_dim_x?:IValue, - general_sizes_mould_dim_y?:IValue, - general_sizes_mould_max_height?:IValue, - general_sizes_mould_min_height?:IValue, - general_sizes_mould_base_height?:IValue, - general_sizes_sheet_material?:IValue, - general_sizes_sheet_dim_x?:IValue, - general_sizes_sheet_dim_y?:IValue, - general_sizes_sheet_thickness?:IValue, - general_sizes_plate_type?:IValue, - general_sizes_plate_dim_x?:IValue, - general_sizes_plate_dim_y?:IValue, - general_sizes_frame_traverses?:IValue, - general_sizes_frame_dim_x?:IValue, - general_sizes_frame_dim_y?:IValue, - general_sizes_upperplate_max_height?:IValue, - general_area_working_dxsx?:IValue, - positions_mould_lower_position?:IValue, - positions_mould_lower_speed?:IValue, - positions_mould_intermediate_position?:IValue, - positions_mould_upper_position?:IValue, - positions_mould_upper_speed?:IValue, - positions_mould_upperdeceleration_position?:IValue, - positions_mould_upperdeceleration_speed?:IValue, - positions_mould_lowerdeceleration_speed?:IValue, - positions_mould_lowerdeceleration_position?:IValue, - positions_frame_lower_position?:IValue, - positions_frame_lower_speed?:IValue, - positions_frame_upper_speed?:IValue, - positions_frame_upper_position?:IValue, - positions_frame_intermediate_position?:IValue, - positions_frame_intermediate_speed?:IValue, - positions_frame_unload_position?:IValue, - positions_upperplate_lower_position?:IValue, - positions_upperplate_lower_speed?:IValue, - positions_upperplate_upper_position?:IValue, - positions_upperplate_upper_speed?:IValue, - positions_upperplate_upperdeceleration_position?:IValue, - positions_upperplate_upperdeceleration_speed?:IValue, - positions_upperplate_lowerdeceleration_position?:IValue, - positions_upperplate_lowerdeceleration_speed?:IValue, - cycle_forming_type?:IValue, - cycle_forming_pause_cycle?:IValue, - cycle_forming_cooling_enabled?:IValue, - cycle_forming_blowingbox_enabled?:IValue, - cycle_acrylicframe_enabled?:IValue, - cycle_acrylicframe_time?:IValue, - cycle_upperoverheating_enabled?:IValue, - cycle_upperoverheating_time?:IValue, - cycle_crystallisation_type?:IValue, - cycle_crystallisation_enabled?:IValue, - cycle_crystallisation_time?:IValue, - cycle_loader_enable?:IValue, - cycle_loader_lifter_lowerposition_delay?:IValue, - cycle_loader_lifter_upperposition_delay?:IValue, - cycle_loader_split_sheet_time?:IValue, - cycle_loader_ejector_position?:IValue, - cycle_loader_pallet_height?:IValue - cycle_loader_center_x?:IValue, - cycle_loader_center_y?:IValue, - cycle_loader_checktichness_enabled?:IValue, - cycle_loader_suckers_vacuum?:IValue, - cycle_loader_ionizer_enabled?:IValue, - cycle_loader_manualunloading_enabled?:IValue, - heats_lowerheaters_max_time?:IValue, - heats_lowerheaters_movement_enabled?:IValue, - heats_lowerheaters_enabled?:IValue, - heats_lowerheaters_oscillation?:IValue, - heats_upperheaters_max_time?:IValue, - heats_upperheaters_movement_enabled?:IValue, - heats_upperheaters_enabled?:IValue, - heats_upperheaters_oscillation?:IValue, - heats_decomsustain_type?:IValue, - heats_decomsustain_decompression_flow?:IValue, - heats_decomsustain_min_blowing_time?:IValue, - heats_decomsustain_sustain_delay?:IValue, - heats_decomsustain_decompression_delay?:IValue, - heats_decomsustain_decompression_duration?:IValue, - heats_decomsustain_smoke_function_enabled?:IValue, - pyrometer_pyrometer_enabled?:IValue, - pyrometer_pyrometer_setpoint?:IValue, - pyrometer_pyrometer_delay?:IValue, - pyrometer_upperthermoregulator_start_adjustment?:IValue, - pyrometer_upperthermoregulator_end_adjustment?:IValue, - pyrometer_upperthermoregulator_min_percentage?:IValue, - pyrometer_upperthermoregulator_max_percentage?:IValue, - pyrometer_upperthermoregulator_sleep_enabled?:IValue, - pyrometer_upperthermoregulator_sleep_percentage?:IValue, - pyrometer_lowerthermoregulator_start_adjustment?:IValue, - pyrometer_lowerthermoregulator_end_adjustment?:IValue, - pyrometer_lowerthermoregulator_min_percentage?:IValue, - pyrometer_lowerthermoregulator_max_percentage?:IValue, - pyrometer_lowerthermoregulator_sleep_enabled?:IValue, - pyrometer_lowerthermoregulator_sleep_percentage?:IValue, - pyrometer_upperthermoregulator_sleep_temperature?:IValue, - pyrometer_upperthermoregulator_working_temperature?:IValue, - pyrometer_lowerthermoregulator_sleep_temperature?:IValue, - pyrometer_lowerthermoregulator_working_temperature?:IValue, - drawing_type?:IValue, - drawing_height?:IValue, - drawing_delay?:IValue, - drawing_1_chart_setpointx?:IValue, - drawing_1_chart_setpointy?:IValue, - drawing_photocell?:IValue, - drawing_mantaining_flow?:IValue, - drawing_manual?:IValue, - drawing_mould_up_delay?:IValue, - upperplate_cycle_type?:IValue, - upperplate_cycle_delay?:IValue, - upperplate_cycle_time?:IValue, - upperplate_air_enable?:IValue, - upperplate_air_delay?:IValue, - upperplate_air_max_time?:IValue, - upperplate_air_1_chart_setpointx?:IValue, - upperplate_air_1_chart_setpointy?:IValue, - upperplate_air_2_chart_setpointx?:IValue, - upperplate_air_2_chart_setpointy?:IValue, - upperplate_air_3_chart_setpointx?:IValue, - upperplate_air_3_chart_setpointy?:IValue, - upperplate_air_manual?:IValue, - upperplate_vacuum_enable?:IValue, - upperplate_vacuum_delay?:IValue, - upperplate_vacuum_max_time?:IValue, - upperplate_vacuum_1_chart_setpointx?:IValue, - upperplate_vacuum_1_chart_setpointy?:IValue, - upperplate_vacuum_2_chart_setpointx?:IValue, - upperplate_vacuum_2_chart_setpointy?:IValue, - upperplate_vacuum_3_chart_setpointx?:IValue, - upperplate_vacuum_3_chart_setpointy?:IValue, - upperplate_vacuum_manual?:IValue, - upperplate_extraction_enable?:IValue, - upperplate_extraction_delay?:IValue, - upperplate_extraction_1_chart_setpointx?:IValue, - upperplate_extraction_1_chart_setpointy?:IValue, - upperplate_extraction_manual?:IValue, - cooling_blowing_type?:IValue, - cooling_blowing_delay?:IValue, - cooling_blowing_time?:IValue, - cooling_pyrometer_enabled?:IValue, - cooling_pyrometer_setpoint?:IValue, - cooling_pyrometer_delay?:IValue, - cooling_nebulizer_type?:IValue, - cooling_nebulizer_delay?:IValue, - cooling_nebulizer_time?:IValue, - cooling_telescopic_enable?:IValue, - cooling_telescopic_position?:IValue, - cooling_telescopic_swing_enable?:IValue, - cooling_telescopic_swing_stroke?:IValue, - cooling_shutter_1_opening_perc?:IValue, - cooling_shutter_2_opening_perc?:IValue, - cooling_shutter_3_opening_perc?:IValue, - cooling_shutter_4_opening_perc?:IValue, - cooling_shutter_5_opening_perc?:IValue, - cooling_shutter_6_opening_perc?:IValue, - cooling_shutter_7_opening_perc?:IValue, - cooling_shutter_8_opening_perc?:IValue, - cooling_shutter_9_opening_perc?:IValue, - cooling_shutter_10_opening_perc?:IValue, - cooling_shutter_11_opening_perc?:IValue, - cooling_shutter_12_opening_perc?:IValue, - cooling_shutter_13_opening_perc?:IValue, - cooling_shutter_14_opening_perc?:IValue, - cooling_shutter_15_opening_perc?:IValue, - cooling_shutter_16_opening_perc?:IValue, - - vacuum_main_start?:IValue, - vacuum_main_delay?:IValue, - vacuum_main_max_time?:IValue, - vacuum_main_1_chart_setpointx?:IValue, - vacuum_main_1_chart_setpointy?:IValue, - vacuum_main_2_chart_setpointx?:IValue, - vacuum_main_2_chart_setpointy?:IValue, - vacuum_main_3_chart_setpointx?:IValue, - vacuum_main_3_chart_setpointy?:IValue, - vacuum_main_manual?:IValue, - vacuum_direct_enabled?:IValue, - vacuum_direct_delay?:IValue, - vacuum_direct_time?:IValue, - vacuum_aux_enabled?:IValue, - vacuum_aux_delay?:IValue, - vacuum_aux_max_time?:IValue, - vacuum_aux_1_chart_setpointx?:IValue, - vacuum_aux_1_chart_setpointy?:IValue, - vacuum_aux_2_chart_setpointx?:IValue, - vacuum_aux_2_chart_setpointy?:IValue, - vacuum_aux_3_chart_setpointx?:IValue, - vacuum_aux_3_chart_setpointy?:IValue, - vacuum_aux_manual?:IValue, - vacuum_pre_enabled?:IValue, - vacuum_pre_delay?:IValue, - vacuum_pre_max_time?:IValue, - vacuum_pre_1_chart_setpointx?:IValue, - vacuum_pre_1_chart_setpointy?:IValue, - vacuum_pre_2_chart_setpointx?:IValue, - vacuum_pre_2_chart_setpointy?:IValue, - vacuum_pre_3_chart_setpointx?:IValue, - vacuum_pre_3_chart_setpointy?:IValue, - - - extraction_main_type?:IValue, - extraction_main_mould_dw_delay?:IValue, - extraction_main_delay?:IValue, - extraction_main_1_chart_setpointx?:IValue, - extraction_main_1_chart_setpointy?:IValue, - extraction_main_manual?:IValue, - extraction_aux_enabled?:IValue, - extraction_aux_delay?:IValue, - extraction_aux_1_chart_setpointx?:IValue, - extraction_aux_1_chart_setpointy?:IValue, - extraction_aux_manual?:IValue, - - options_undercutmould_1_mode?:IValue, - options_undercutmould_1_position?:IValue, - options_undercutmould_1_delay_acti?:IValue, - options_undercutmould_1_delay_dis?:IValue, - options_undercutmould_2_mode?:IValue, - options_undercutmould_2_position?:IValue, - options_undercutmould_2_delay_acti?:IValue, - options_undercutmould_2_delay_dis?:IValue, - options_undercutmould_3_mode?:IValue, - options_undercutmould_3_position?:IValue, - options_undercutmould_3_delay_acti?:IValue, - options_undercutmould_3_delay_dis?:IValue, - options_undercutmould_4_mode?:IValue, - options_undercutmould_4_position?:IValue, - options_undercutmould_4_delay_acti?:IValue, - options_undercutmould_4_delay_dis?:IValue, - options_undercutmould_5_mode?:IValue, - options_undercutmould_5_position?:IValue, - options_undercutmould_5_delay_acti?:IValue, - options_undercutmould_5_delay_dis?:IValue, - options_undercutmould_6_mode?:IValue, - options_undercutmould_6_position?:IValue, - options_undercutmould_6_delay_acti?:IValue, - options_undercutmould_6_delay_dis?:IValue, - options_undercutmould_7_mode?:IValue, - options_undercutmould_7_position?:IValue, - options_undercutmould_7_delay_acti?:IValue, - options_undercutmould_7_delay_dis?:IValue, - options_undercutmould_8_mode?:IValue, - options_undercutmould_8_position?:IValue, - options_undercutmould_8_delay_acti?:IValue, - options_undercutmould_8_delay_dis?:IValue, - options_undercutmould_9_mode?:IValue, - options_undercutmould_9_position?:IValue, - options_undercutmould_9_delay_acti?:IValue, - options_undercutmould_9_delay_dis?:IValue, - options_undercutmould_10_mode?:IValue, - options_undercutmould_10_position?:IValue, - options_undercutmould_10_delay_acti?:IValue, - options_undercutmould_10_delay_dis?:IValue, - - options_undercutupperplate_1_mode?:IValue, - options_undercutupperplate_1_position?:IValue, - options_undercutupperplate_1_delay_acti?:IValue, - options_undercutupperplate_1_delay_dis?:IValue, - options_undercutupperplate_2_mode?:IValue, - options_undercutupperplate_2_position?:IValue, - options_undercutupperplate_2_delay_acti?:IValue, - options_undercutupperplate_2_delay_dis?:IValue, - options_undercutupperplate_3_mode?:IValue, - options_undercutupperplate_3_position?:IValue, - options_undercutupperplate_3_delay_acti?:IValue, - options_undercutupperplate_3_delay_dis?:IValue, - options_undercutupperplate_4_mode?:IValue, - options_undercutupperplate_4_position?:IValue, - options_undercutupperplate_4_delay_acti?:IValue, - options_undercutupperplate_4_delay_dis?:IValue, - options_undercutupperplate_5_mode?:IValue, - options_undercutupperplate_5_position?:IValue, - options_undercutupperplate_5_delay_acti?:IValue, - options_undercutupperplate_5_delay_dis?:IValue, - options_undercutupperplate_6_mode?:IValue, - options_undercutupperplate_6_position?:IValue, - options_undercutupperplate_6_delay_acti?:IValue, - options_undercutupperplate_6_delay_dis?:IValue, - options_undercutupperplate_7_mode?:IValue, - options_undercutupperplate_7_position?:IValue, - options_undercutupperplate_7_delay_acti?:IValue, - options_undercutupperplate_7_delay_dis?:IValue, - options_undercutupperplate_8_mode?:IValue, - options_undercutupperplate_8_position?:IValue, - options_undercutupperplate_8_delay_acti?:IValue, - options_undercutupperplate_8_delay_dis?:IValue, - options_undercutupperplate_9_mode?:IValue, - options_undercutupperplate_9_position?:IValue, - options_undercutupperplate_9_delay_acti?:IValue, - options_undercutupperplate_9_delay_dis?:IValue, - options_undercutupperplate_10_mode?:IValue, - options_undercutupperplate_10_position?:IValue, - options_undercutupperplate_10_delay_acti?:IValue, - options_undercutupperplate_10_delay_dis?:IValue, - - options_thermoregulator_1_enabled?:IValue, - options_thermoregulator_1_setpoint?:IValue, - options_thermoregulator_2_enabled?:IValue, - options_thermoregulator_2_setpoint?:IValue, - options_thermoregulator_3_enabled?:IValue, - options_thermoregulator_3_setpoint?:IValue, - options_thermoregulator_4_enabled?:IValue, - options_thermoregulator_4_setpoint?:IValue, - options_thermoregulator_5_enabled?:IValue, - options_thermoregulator_5_setpoint?:IValue, - options_thermoregulator_6_enabled?:IValue, - options_thermoregulator_6_setpoint?:IValue, - options_thermoregulator_7_enabled?:IValue, - options_thermoregulator_7_setpoint?:IValue, - options_thermoregulator_8_enabled?:IValue, - options_thermoregulator_8_setpoint?:IValue, - options_thermoregulator_9_enabled?:IValue, - options_thermoregulator_9_setpoint?:IValue, - options_thermoregulator_10_enabled?:IValue, - options_thermoregulator_10_setpoint?:IValue, + interface IRecipe { + general_sizes_mould_dim_x?: IValue, + general_sizes_mould_dim_y?: IValue, + general_sizes_mould_max_height?: IValue, + general_sizes_mould_min_height?: IValue, + general_sizes_mould_base_height?: IValue, + general_sizes_sheet_material?: IValue, + general_sizes_sheet_dim_x?: IValue, + general_sizes_sheet_dim_y?: IValue, + general_sizes_sheet_thickness?: IValue, + general_sizes_plate_type?: IValue, + general_sizes_plate_dim_x?: IValue, + general_sizes_plate_dim_y?: IValue, + general_sizes_frame_traverses?: IValue, + general_sizes_frame_dim_x?: IValue, + general_sizes_frame_dim_y?: IValue, + general_sizes_upperplate_max_height?: IValue, + general_area_working_dxsx?: IValue, + positions_mould_lower_position?: IValue, + positions_mould_lower_speed?: IValue, + positions_mould_intermediate_position?: IValue, + positions_mould_upper_position?: IValue, + positions_mould_upper_speed?: IValue, + positions_mould_upperdeceleration_position?: IValue, + positions_mould_upperdeceleration_speed?: IValue, + positions_mould_lowerdeceleration_speed?: IValue, + positions_mould_lowerdeceleration_position?: IValue, + positions_frame_lower_position?: IValue, + positions_frame_lower_speed?: IValue, + positions_frame_upper_speed?: IValue, + positions_frame_upper_position?: IValue, + positions_frame_intermediate_position?: IValue, + positions_frame_intermediate_speed?: IValue, + positions_frame_unload_position?: IValue, + positions_upperplate_lower_position?: IValue, + positions_upperplate_lower_speed?: IValue, + positions_upperplate_upper_position?: IValue, + positions_upperplate_upper_speed?: IValue, + positions_upperplate_upperdeceleration_position?: IValue, + positions_upperplate_upperdeceleration_speed?: IValue, + positions_upperplate_lowerdeceleration_position?: IValue, + positions_upperplate_lowerdeceleration_speed?: IValue, + cycle_forming_type?: IValue, + cycle_forming_pause_cycle?: IValue, + cycle_forming_cooling_enabled?: IValue, + cycle_forming_blowingbox_enabled?: IValue, + cycle_acrylicframe_enabled?: IValue, + cycle_acrylicframe_time?: IValue, + cycle_upperoverheating_enabled?: IValue, + cycle_upperoverheating_time?: IValue, + cycle_crystallisation_type?: IValue, + cycle_crystallisation_enabled?: IValue, + cycle_crystallisation_time?: IValue, + cycle_loader_enable?: IValue, + cycle_loader_lifter_lowerposition_delay?: IValue, + cycle_loader_lifter_upperposition_delay?: IValue, + cycle_loader_split_sheet_time?: IValue, + cycle_loader_ejector_position?: IValue, + cycle_loader_pallet_height?: IValue + cycle_loader_center_x?: IValue, + cycle_loader_center_y?: IValue, + cycle_loader_checktichness_enabled?: IValue, + cycle_loader_suckers_vacuum?: IValue, + cycle_loader_ionizer_enabled?: IValue, + cycle_loader_manualunloading_enabled?: IValue, + heats_lowerheaters_max_time?: IValue, + heats_lowerheaters_movement_enabled?: IValue, + heats_lowerheaters_enabled?: IValue, + heats_lowerheaters_oscillation?: IValue, + heats_upperheaters_max_time?: IValue, + heats_upperheaters_movement_enabled?: IValue, + heats_upperheaters_enabled?: IValue, + heats_upperheaters_oscillation?: IValue, + heats_decomsustain_type?: IValue, + heats_decomsustain_decompression_flow?: IValue, + heats_decomsustain_min_blowing_time?: IValue, + heats_decomsustain_sustain_delay?: IValue, + heats_decomsustain_decompression_delay?: IValue, + heats_decomsustain_decompression_duration?: IValue, + heats_decomsustain_smoke_function_enabled?: IValue, + pyrometer_pyrometer_enabled?: IValue, + pyrometer_pyrometer_setpoint?: IValue, + pyrometer_pyrometer_delay?: IValue, + pyrometer_upperthermoregulator_start_adjustment?: IValue, + pyrometer_upperthermoregulator_end_adjustment?: IValue, + pyrometer_upperthermoregulator_min_percentage?: IValue, + pyrometer_upperthermoregulator_max_percentage?: IValue, + pyrometer_upperthermoregulator_sleep_enabled?: IValue, + pyrometer_upperthermoregulator_sleep_percentage?: IValue, + pyrometer_lowerthermoregulator_start_adjustment?: IValue, + pyrometer_lowerthermoregulator_end_adjustment?: IValue, + pyrometer_lowerthermoregulator_min_percentage?: IValue, + pyrometer_lowerthermoregulator_max_percentage?: IValue, + pyrometer_lowerthermoregulator_sleep_enabled?: IValue, + pyrometer_lowerthermoregulator_sleep_percentage?: IValue, + pyrometer_upperthermoregulator_sleep_temperature?: IValue, + pyrometer_upperthermoregulator_working_temperature?: IValue, + pyrometer_lowerthermoregulator_sleep_temperature?: IValue, + pyrometer_lowerthermoregulator_working_temperature?: IValue, + drawing_type?: IValue, + drawing_height?: IValue, + drawing_delay?: IValue, + drawing_1_chart_setpointx?: IValue, + drawing_1_chart_setpointy?: IValue, + drawing_photocell?: IValue, + drawing_mantaining_flow?: IValue, + drawing_manual?: IValue, + drawing_mould_up_delay?: IValue, + upperplate_cycle_type?: IValue, + upperplate_cycle_delay?: IValue, + upperplate_cycle_time?: IValue, + upperplate_air_enable?: IValue, + upperplate_air_delay?: IValue, + upperplate_air_max_time?: IValue, + upperplate_air_1_chart_setpointx?: IValue, + upperplate_air_1_chart_setpointy?: IValue, + upperplate_air_2_chart_setpointx?: IValue, + upperplate_air_2_chart_setpointy?: IValue, + upperplate_air_3_chart_setpointx?: IValue, + upperplate_air_3_chart_setpointy?: IValue, + upperplate_air_manual?: IValue, + upperplate_vacuum_enable?: IValue, + upperplate_vacuum_delay?: IValue, + upperplate_vacuum_max_time?: IValue, + upperplate_vacuum_1_chart_setpointx?: IValue, + upperplate_vacuum_1_chart_setpointy?: IValue, + upperplate_vacuum_2_chart_setpointx?: IValue, + upperplate_vacuum_2_chart_setpointy?: IValue, + upperplate_vacuum_3_chart_setpointx?: IValue, + upperplate_vacuum_3_chart_setpointy?: IValue, + upperplate_vacuum_manual?: IValue, + upperplate_extraction_enable?: IValue, + upperplate_extraction_delay?: IValue, + upperplate_extraction_1_chart_setpointx?: IValue, + upperplate_extraction_1_chart_setpointy?: IValue, + upperplate_extraction_manual?: IValue, + cooling_blowing_type?: IValue, + cooling_blowing_delay?: IValue, + cooling_blowing_time?: IValue, + cooling_pyrometer_enabled?: IValue, + cooling_pyrometer_setpoint?: IValue, + cooling_pyrometer_delay?: IValue, + cooling_nebulizer_type?: IValue, + cooling_nebulizer_delay?: IValue, + cooling_nebulizer_time?: IValue, + cooling_telescopic_enable?: IValue, + cooling_telescopic_position?: IValue, + cooling_telescopic_swing_enable?: IValue, + cooling_telescopic_swing_stroke?: IValue, + cooling_shutter_1_opening_perc?: IValue, + cooling_shutter_2_opening_perc?: IValue, + cooling_shutter_3_opening_perc?: IValue, + cooling_shutter_4_opening_perc?: IValue, + cooling_shutter_5_opening_perc?: IValue, + cooling_shutter_6_opening_perc?: IValue, + cooling_shutter_7_opening_perc?: IValue, + cooling_shutter_8_opening_perc?: IValue, + cooling_shutter_9_opening_perc?: IValue, + cooling_shutter_10_opening_perc?: IValue, + cooling_shutter_11_opening_perc?: IValue, + cooling_shutter_12_opening_perc?: IValue, + cooling_shutter_13_opening_perc?: IValue, + cooling_shutter_14_opening_perc?: IValue, + cooling_shutter_15_opening_perc?: IValue, + cooling_shutter_16_opening_perc?: IValue, + vacuum_main_start?: IValue, + vacuum_main_delay?: IValue, + vacuum_main_max_time?: IValue, + vacuum_main_1_chart_setpointx?: IValue, + vacuum_main_1_chart_setpointy?: IValue, + vacuum_main_2_chart_setpointx?: IValue, + vacuum_main_2_chart_setpointy?: IValue, + vacuum_main_3_chart_setpointx?: IValue, + vacuum_main_3_chart_setpointy?: IValue, + vacuum_main_manual?: IValue, + vacuum_direct_enabled?: IValue, + vacuum_direct_delay?: IValue, + vacuum_direct_time?: IValue, + vacuum_aux_enabled?: IValue, + vacuum_aux_delay?: IValue, + vacuum_aux_max_time?: IValue, + vacuum_aux_1_chart_setpointx?: IValue, + vacuum_aux_1_chart_setpointy?: IValue, + vacuum_aux_2_chart_setpointx?: IValue, + vacuum_aux_2_chart_setpointy?: IValue, + vacuum_aux_3_chart_setpointx?: IValue, + vacuum_aux_3_chart_setpointy?: IValue, + vacuum_aux_manual?: IValue, + vacuum_pre_enabled?: IValue, + vacuum_pre_delay?: IValue, + vacuum_pre_max_time?: IValue, + vacuum_pre_1_chart_setpointx?: IValue, + vacuum_pre_1_chart_setpointy?: IValue, + vacuum_pre_2_chart_setpointx?: IValue, + vacuum_pre_2_chart_setpointy?: IValue, + vacuum_pre_3_chart_setpointx?: IValue, + vacuum_pre_3_chart_setpointy?: IValue, + extraction_main_type?: IValue, + extraction_main_mould_dw_delay?: IValue, + extraction_main_delay?: IValue, + extraction_main_1_chart_setpointx?: IValue, + extraction_main_1_chart_setpointy?: IValue, + extraction_main_manual?: IValue, + extraction_aux_enabled?: IValue, + extraction_aux_delay?: IValue, + extraction_aux_1_chart_setpointx?: IValue, + extraction_aux_1_chart_setpointy?: IValue, + extraction_aux_manual?: IValue, + options_undercutmould_1_mode?: IValue, + options_undercutmould_1_position?: IValue, + options_undercutmould_1_delay_acti?: IValue, + options_undercutmould_1_delay_dis?: IValue, + options_undercutmould_2_mode?: IValue, + options_undercutmould_2_position?: IValue, + options_undercutmould_2_delay_acti?: IValue, + options_undercutmould_2_delay_dis?: IValue, + options_undercutmould_3_mode?: IValue, + options_undercutmould_3_position?: IValue, + options_undercutmould_3_delay_acti?: IValue, + options_undercutmould_3_delay_dis?: IValue, + options_undercutmould_4_mode?: IValue, + options_undercutmould_4_position?: IValue, + options_undercutmould_4_delay_acti?: IValue, + options_undercutmould_4_delay_dis?: IValue, + options_undercutmould_5_mode?: IValue, + options_undercutmould_5_position?: IValue, + options_undercutmould_5_delay_acti?: IValue, + options_undercutmould_5_delay_dis?: IValue, + options_undercutmould_6_mode?: IValue, + options_undercutmould_6_position?: IValue, + options_undercutmould_6_delay_acti?: IValue, + options_undercutmould_6_delay_dis?: IValue, + options_undercutmould_7_mode?: IValue, + options_undercutmould_7_position?: IValue, + options_undercutmould_7_delay_acti?: IValue, + options_undercutmould_7_delay_dis?: IValue, + options_undercutmould_8_mode?: IValue, + options_undercutmould_8_position?: IValue, + options_undercutmould_8_delay_acti?: IValue, + options_undercutmould_8_delay_dis?: IValue, + options_undercutmould_9_mode?: IValue, + options_undercutmould_9_position?: IValue, + options_undercutmould_9_delay_acti?: IValue, + options_undercutmould_9_delay_dis?: IValue, + options_undercutmould_10_mode?: IValue, + options_undercutmould_10_position?: IValue, + options_undercutmould_10_delay_acti?: IValue, + options_undercutmould_10_delay_dis?: IValue, + options_undercutupperplate_1_mode?: IValue, + options_undercutupperplate_1_position?: IValue, + options_undercutupperplate_1_delay_acti?: IValue, + options_undercutupperplate_1_delay_dis?: IValue, + options_undercutupperplate_2_mode?: IValue, + options_undercutupperplate_2_position?: IValue, + options_undercutupperplate_2_delay_acti?: IValue, + options_undercutupperplate_2_delay_dis?: IValue, + options_undercutupperplate_3_mode?: IValue, + options_undercutupperplate_3_position?: IValue, + options_undercutupperplate_3_delay_acti?: IValue, + options_undercutupperplate_3_delay_dis?: IValue, + options_undercutupperplate_4_mode?: IValue, + options_undercutupperplate_4_position?: IValue, + options_undercutupperplate_4_delay_acti?: IValue, + options_undercutupperplate_4_delay_dis?: IValue, + options_undercutupperplate_5_mode?: IValue, + options_undercutupperplate_5_position?: IValue, + options_undercutupperplate_5_delay_acti?: IValue, + options_undercutupperplate_5_delay_dis?: IValue, + options_undercutupperplate_6_mode?: IValue, + options_undercutupperplate_6_position?: IValue, + options_undercutupperplate_6_delay_acti?: IValue, + options_undercutupperplate_6_delay_dis?: IValue, + options_undercutupperplate_7_mode?: IValue, + options_undercutupperplate_7_position?: IValue, + options_undercutupperplate_7_delay_acti?: IValue, + options_undercutupperplate_7_delay_dis?: IValue, + options_undercutupperplate_8_mode?: IValue, + options_undercutupperplate_8_position?: IValue, + options_undercutupperplate_8_delay_acti?: IValue, + options_undercutupperplate_8_delay_dis?: IValue, + options_undercutupperplate_9_mode?: IValue, + options_undercutupperplate_9_position?: IValue, + options_undercutupperplate_9_delay_acti?: IValue, + options_undercutupperplate_9_delay_dis?: IValue, + options_undercutupperplate_10_mode?: IValue, + options_undercutupperplate_10_position?: IValue, + options_undercutupperplate_10_delay_acti?: IValue, + options_undercutupperplate_10_delay_dis?: IValue, + options_thermoregulator_1_enabled?: IValue, + options_thermoregulator_1_setpoint?: IValue, + options_thermoregulator_2_enabled?: IValue, + options_thermoregulator_2_setpoint?: IValue, + options_thermoregulator_3_enabled?: IValue, + options_thermoregulator_3_setpoint?: IValue, + options_thermoregulator_4_enabled?: IValue, + options_thermoregulator_4_setpoint?: IValue, + options_thermoregulator_5_enabled?: IValue, + options_thermoregulator_5_setpoint?: IValue, + options_thermoregulator_6_enabled?: IValue, + options_thermoregulator_6_setpoint?: IValue, + options_thermoregulator_7_enabled?: IValue, + options_thermoregulator_7_setpoint?: IValue, + options_thermoregulator_8_enabled?: IValue, + options_thermoregulator_8_setpoint?: IValue, + options_thermoregulator_9_enabled?: IValue, + options_thermoregulator_9_setpoint?: IValue, + options_thermoregulator_10_enabled?: IValue, + options_thermoregulator_10_setpoint?: IValue, } } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue index 10825390..517cd038 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue @@ -2,9 +2,8 @@