diff --git a/Thermo.Active/wwwroot/src/@types/recipe-current.d.ts b/Thermo.Active/wwwroot/src/@types/recipe-current.d.ts index 9fe02824..1ee8b8d9 100644 --- a/Thermo.Active/wwwroot/src/@types/recipe-current.d.ts +++ b/Thermo.Active/wwwroot/src/@types/recipe-current.d.ts @@ -1,332 +1,334 @@ 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, + setpointHMI: number, + setpointPLC: number, + 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/components/keyboard.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/components/keyboard.ts index 8f375810..ce499631 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/components/keyboard.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/components/keyboard.ts @@ -19,28 +19,28 @@ export default class Keyboard extends Vue { value: string; del() { - this.actualValue.valueAct = 0; + this.actualValue.setpointHMI = 0; } canc() { - let temp = String(this.actualValue.valueAct); - this.actualValue.valueAct = Number(temp.slice(0, -1)) + let temp = String(this.actualValue.setpointHMI); + this.actualValue.setpointHMI = Number(temp.slice(0, -1)) } add(num: string) { if (this.point) { this.point += num; - this.actualValue.valueAct = Number(this.point) + this.actualValue.setpointHMI = Number(this.point) } else { - let temp = String(this.actualValue.valueAct); + let temp = String(this.actualValue.setpointHMI); temp += num; - this.actualValue.valueAct = Number(temp) + this.actualValue.setpointHMI = Number(temp) } } addpoint() { if (!this.point) { - this.point = String(this.actualValue.valueAct); + this.point = String(this.actualValue.setpointHMI); this.point += "."; } } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/components/numeric.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/components/numeric.vue index bf86c0c5..27ca8b5d 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/components/numeric.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/components/numeric.vue @@ -1,6 +1,6 @@ diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/components/slider.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/components/slider.ts index a2bcdbd0..5a207a52 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/components/slider.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/components/slider.ts @@ -18,11 +18,11 @@ export default class Slider extends Vue { get actualvalue() { - return this.value.valueAct; + return this.value.setpointHMI; } set actualvalue(v: number) { - this.value.valueAct = v; + this.value.setpointHMI = v; } get step() { @@ -32,7 +32,7 @@ export default class Slider extends Vue { }; increment() { - var v = this.value.valueAct; + var v = this.value.setpointHMI; if (v < this.value.range.max) { v -= (-this.step); } @@ -43,7 +43,7 @@ export default class Slider extends Vue { }; decrement() { - var v = this.value.valueAct; + var v = this.value.setpointHMI; if (v > this.value.range.min) { v -= this.step; } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts index 38a77b6b..129d4ec5 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts @@ -26,7 +26,7 @@ export default class ShowCicloInfo extends Vue { }; async conferma() { - recipeActions.setCurrent(store, this.recipe); + // recipeActions.setCurrent(store, this.recipe); await recipeService.Update( { cycle_forming_type: this.recipe.cycle_forming_type, @@ -59,7 +59,7 @@ export default class ShowCicloInfo extends Vue { }; goTo(step) { - recipeActions.setCurrent(store, this.recipe); + // recipeActions.setCurrent(store, this.recipe); ModalHelper.HideModal(); this.deferred.resolve(step); } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts index 4736895e..36ac594b 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts @@ -37,7 +37,7 @@ export default class ShowControstampoInfo extends Vue { }; async conferma() { - recipeActions.setCurrent(store, this.recipe); + // recipeActions.setCurrent(store, this.recipe); await recipeService.Update( { upperplate_cycle_type: this.recipe.upperplate_cycle_type, @@ -76,7 +76,7 @@ export default class ShowControstampoInfo extends Vue { }; goTo(step) { - recipeActions.setCurrent(store, this.recipe); + // recipeActions.setCurrent(store, this.recipe); ModalHelper.HideModal(); this.deferred.resolve(step); } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts index b6e74b5c..a7fbb693 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts @@ -34,7 +34,7 @@ export default class ShowEstrazioneInfo extends Vue { }; async conferma() { - recipeActions.setCurrent(store, this.recipe); + // recipeActions.setCurrent(store, this.recipe); await recipeService.Update( { extraction_main_type: this.recipe.extraction_main_type, @@ -56,7 +56,7 @@ export default class ShowEstrazioneInfo extends Vue { }; goTo(step) { - recipeActions.setCurrent(store, this.recipe); + // recipeActions.setCurrent(store, this.recipe); ModalHelper.HideModal(); this.deferred.resolve(step); } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue index 8371d378..36652054 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue @@ -4,7 +4,7 @@
- {{recipe.general_sizes_upperplate_max_height.valueAct}} + {{recipe.general_sizes_upperplate_max_height.setpointHMI}} mm
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.vue index 6912af06..ba991e9d 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.vue @@ -4,14 +4,14 @@
- {{recipe.general_sizes_frame_dim_y.valueAct}} + {{recipe.general_sizes_frame_dim_y.setpointHMI}} mm
- {{recipe.general_sizes_frame_dim_x.valueAct}} + {{recipe.general_sizes_frame_dim_x.setpointHMI}} mm
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.vue index a66d2198..cd146a22 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.vue @@ -1,28 +1,28 @@