{"id":160728,"date":"2024-05-10T09:52:39","date_gmt":"2024-05-10T07:52:39","guid":{"rendered":"https:\/\/www.secowarwick.com\/rd\/seco-melt\/"},"modified":"2025-06-12T12:31:12","modified_gmt":"2025-06-12T10:31:12","slug":"seco-melt-vacuum-casting","status":"publish","type":"page","link":"https:\/\/www.secowarwick.com\/en\/rd\/seco-melt-vacuum-casting\/","title":{"rendered":"SECO\/MELT &#8211; R&#038;D Vacuum Induction Melting Center"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;hero section&#8221; module_class=&#8221;rd-2024-secotech-hero-section&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; module_class=&#8221;rd-2024-secotech-hero-section-wiersz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;rd-2024-secotech-hero-kolumna-lewa&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;rd-2024-secotech-hero-title&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Titillium Web||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; header_font=&#8221;TitilliumWeb Black||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>SECO\/MELT\u2013 VACUUM CASTING<\/h1>\n<p>The SECO\/MELT R&amp;D Center is where we&nbsp;perform advanced casting in&nbsp;EQ, DS&nbsp;and SC&nbsp;technology for external entities, institutions, universities and commercial customers. Tests, trials and commercial processes are carried out at&nbsp;this location in&nbsp;SECO\/WARWICK furnaces.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;rd-2024-secotech-hero-kolumna-prawa&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/06\/seolmelt-header.png&#8221; alt=&#8221;SECO\/MELT &#8211; R&#038;D Vacuum Induction Melting Center&#8221; module_class=&#8221;rd-2024-secotech-hero-obraz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;off|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; background_color=&#8221;#000000&#8243; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;50px|0|50px|0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;rd-wiersz rs-secotech-wiersz-uslugi-intro&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\"><\/script><!-- [et_pb_line_break_holder] -->\t\t    <script><!-- [et_pb_line_break_holder] -->\t\tfunction changeBackground(){<!-- [et_pb_line_break_holder] -->    let windowHeight = window.innerHeight \/ 2;<!-- [et_pb_line_break_holder] -->    let zyly = document.getElementsByClassName('zyla');<!-- [et_pb_line_break_holder] -->    for (let item of zyly) {<!-- [et_pb_line_break_holder] -->       let itemPosition = item.getBoundingClientRect();<!-- [et_pb_line_break_holder] -->       let bottom = itemPosition.bottom;<!-- [et_pb_line_break_holder] -->       let top = itemPosition.top;<!-- [et_pb_line_break_holder] -->       let height = itemPosition.height;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->       if( top <= windowHeight){<!-- [et_pb_line_break_holder] -->          let percent = '100';<!-- [et_pb_line_break_holder] -->          if(bottom >= windowHeight){<!-- [et_pb_line_break_holder] -->             percent =  (windowHeight - top) \/ height * 100;<!-- [et_pb_line_break_holder] -->          }<!-- [et_pb_line_break_holder] -->          $(item).css('background-image', 'linear-gradient(to bottom, red ' + percent + '%' +', rgba(0,0,0,0) ' + percent + '%'  );<!-- [et_pb_line_break_holder] -->       }else{<!-- [et_pb_line_break_holder] -->          $(item).css('background-image', '');<!-- [et_pb_line_break_holder] -->       }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(window).scroll( function() {<!-- [et_pb_line_break_holder] -->    changeBackground();<!-- [et_pb_line_break_holder] -->})<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$( document ).ready(function() {<!-- [et_pb_line_break_holder] -->          changeBackground();<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->\t\t<\/script>[\/et_pb_code][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/04\/sciezki-pod-sliderem-1.png&#8221; alt=&#8221;R&#038;D SECO\/WARWICK&#8221; module_class=&#8221;zyla&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Centrum R&#038;D&#8221; module_class=&#8221;rd-2024-secotech-uslugi&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;TitilliumWeb Black|||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; header_2_font=&#8221;TitilliumWeb Black||||||||&#8221; header_2_text_color=&#8221;#dc291e&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2 style=\"text-align: center;\">R&amp;D VACUUM INDUCTION <br \/>MELTING CENTER <br \/>VACUUM CASTING<\/h2>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/04\/sciezki-nad-brain.png&#8221; alt=&#8221;R&#038;D SECO\/WARWICK&#8221; title_text=&#8221;plik-tla&#8221; module_class=&#8221;zyla nad-cab&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_code admin_label=&#8221;kod plastra&#8221; module_class=&#8221;rd-strke-v2&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;right&#8221; animation_delay=&#8221;500ms&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; module_class=&#8221;rd-wiersz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Nasze centrum R&#038;D&#8221; module_class=&#8221;rd-2024-secotech-opis-tresc red-square-list-parent&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Titillium Web||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;20px||||false|false&#8221; custom_margin_tablet=&#8221;20px||||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Our R&amp;D center is equipped with a&nbsp;melting furnace with induction heating for vacuum metallurgy. The capacity of the crucible is 20 kg. This solution \/ furnace enables users to&nbsp;experience the benefits of Equiax (EQ) castings, as&nbsp;well as&nbsp;\u00a0Directional Solidification (DS) technology and Single Crystal Casting (SC) using the Bridgman method. We&nbsp;help companies that are starting their adventure with vacuum metallurgy, and those needing confirmation of the possibility of using the selected technology for specific details.<\/p>\n<p>We&nbsp;have the equipment, many years of experience and highly qualified staff &#8211; advantages that allow participaticipants to&nbsp;take an active role in&nbsp;the development and testing of a&nbsp;specific technology before purchasing a&nbsp;furnace. Customers have \u00a0the opportunity to&nbsp;familiarize themselves with the furnace and understand the operation.<\/p>\n<p>At&nbsp;the customer&#8217;s request, we&nbsp;can perform processes on&nbsp;test molds, and our specialists from Seco\/Lab will evaluate the castings obtained in&nbsp;terms of the desired structure!<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;rd-secotech-kolumna-kwadraty-prawa&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/06\/seolmelt-.png&#8221; alt=&#8221;SECO\/MELT &#8211; R&#038;D Vacuum Induction Melting Center&#8221; module_class=&#8221;rd-2024-secotech-hero-obraz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;secoservice-faq-wiersz rd-faq-wiersz rd-secolab-zapytaj-wiersz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; module_class=&#8221;various_ss_premium_column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/04\/sciezki-pod-uczelnie.png&#8221; alt=&#8221;R&#038;D SECO\/WARWICK&#8221; admin_label=&#8221;zyla potrojna&#8221; module_class=&#8221;zyla&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;zapytaj o\u00a0oferte&#8221; module_class=&#8221;rd-odkryj-button rd-secotech-rfq-button&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><a class=\"paoc-popup-click\" tabindex=\"0\" href=\"https:\/\/www.secowarwick.com\/en\/request-for-quote\/\"><span class=\"various_poll_link\">ASK FOR MORE<\/span><\/a><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;secoservice-faq-wiersz rd-faq-wiersz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; module_class=&#8221;various_ss_premium_column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dipl_faq_page_schema closed_toggle_icon=&#8221;&#x4c;||divi||400&#8243; closed_icon_color=&#8221;#FFFFFF&#8221; closed_use_icon_font_size=&#8221;on&#8221; closed_icon_font_size=&#8221;24px&#8221; open_toggle_icon=&#8221;&#x4c;||divi||400&#8243; open_icon_color=&#8221;#000000&#8243; open_use_icon_font_size=&#8221;on&#8221; open_icon_font_size=&#8221;24px&#8221; closed_toggle_bg_color=&#8221;rgba(244,244,244,0)&#8221; open_toggle_bg_color=&#8221;rgba(255,255,255,0)&#8221; module_class=&#8221;rd-faq&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; faq_heading_font=&#8221;TitilliumWeb Black|900|||||||&#8221; faq_heading_text_color=&#8221;#FFFFFF&#8221; faq_question_closed_font=&#8221;TitilliumWeb Black||||||||&#8221; faq_question_closed_text_color=&#8221;#FFFFFF&#8221; faq_question_closed_font_size=&#8221;26px&#8221; faq_answer_text_font=&#8221;Titillium Web||||||||&#8221; faq_answer_text_text_color=&#8221;#c9c9c9&#8243; faq_answer_text_font_size=&#8221;20px&#8221; animation_direction=&#8221;bottom&#8221; faq_question_closed_font_size_tablet=&#8221;26px&#8221; faq_question_closed_font_size_phone=&#8221;20px&#8221; faq_question_closed_font_size_last_edited=&#8221;on|phone&#8221; faq_answer_text_font_size_tablet=&#8221;24px&#8221; faq_answer_text_font_size_phone=&#8221;16px&#8221; faq_answer_text_font_size_last_edited=&#8221;on|phone&#8221; border_width_all=&#8221;0px&#8221; border_width_right=&#8221;0px&#8221; border_width_left=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221;][dipl_faq_page_schema_item faq_question=&#8221;What are the limitations regarding materials for testing?&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; question_heading_level=&#8221;h2&#8243; question_heading_font=&#8221;|800|||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Our furnace can melt materials with a&nbsp;melting temperature of up to&nbsp;1800<sup>o<\/sup>C. It is a&nbsp;furnace with a&nbsp;so-called hot crucible, dedicated to&nbsp;non-reactive materials, such as&nbsp;nickel alloys, cobalt or&nbsp;precious metals. For specific assumptions, melting other metals is also permitted, including reactive ones, e.g. titanium. Each inquiry is considered individually and is analyzed in&nbsp;terms of safety and the ability to&nbsp;carry out tests, as&nbsp;well as&nbsp;how to&nbsp;obtain the best possible results.<\/p>\n<p>[\/dipl_faq_page_schema_item][dipl_faq_page_schema_item faq_question=&#8221;How should the Customer prepare for the tests?&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; question_heading_level=&#8221;h2&#8243; question_heading_font=&#8221;|800|||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We&nbsp;perform tests on&nbsp;our furnace using material and molds provided by&nbsp;the Customer, but it is up to&nbsp;the Customer to&nbsp;agree on&nbsp;who is responsible for providing the melting crucibles. Materials delivered to&nbsp;SECO\/WARWICK must include SDS and any other relevant test or&nbsp;certification documents required for the correct handling of the materials and their return to&nbsp;the Buyer after the tests are completed.<\/p>\n<p>[\/dipl_faq_page_schema_item][dipl_faq_page_schema_item faq_question=&#8221;What are the safety measures during the tests?&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; question_heading_level=&#8221;h2&#8243; question_heading_font=&#8221;|800|||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Safety is our priority when conducting tests. Our furnace is subject to&nbsp;regular and cyclical technical inspections, which guarantees its reliability and safety during operation. In&nbsp;addition, all tests are performed by&nbsp;qualified and experienced personnel who are perfectly familiar with both the specifics of our solutions and the safety requirements related to&nbsp;vacuum metallurgy. This allows us to&nbsp;ensure that the processes are carried out in&nbsp;accordance with the highest safety standards, minimizing risk and providing peace of mind to&nbsp;our customers.<\/p>\n<p>[\/dipl_faq_page_schema_item][\/dipl_faq_page_schema][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SECO\/MELT\u2013 VACUUM CASTING The SECO\/MELT R&amp;D Center is where we&nbsp;perform advanced casting in&nbsp;EQ, DS&nbsp;and SC&nbsp;technology for external entities, institutions, universities and commercial customers. Tests, trials and commercial processes are carried out at&nbsp;this location in&nbsp;SECO\/WARWICK furnaces.R&amp;D VACUUM INDUCTION MELTING CENTER VACUUM CASTINGOur R&amp;D center is equipped with a&nbsp;melting furnace with induction heating for vacuum metallurgy. The [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":157903,"parent":160698,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-160728","page","type-page","status-publish","has-post-thumbnail"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/pages\/160728","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/comments?post=160728"}],"version-history":[{"count":11,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/pages\/160728\/revisions"}],"predecessor-version":[{"id":179425,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/pages\/160728\/revisions\/179425"}],"up":[{"embeddable":true,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/pages\/160698"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/media\/157903"}],"wp:attachment":[{"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/media?parent=160728"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}