{"id":11857,"date":"2024-10-25T14:26:20","date_gmt":"2024-10-25T07:26:20","guid":{"rendered":"https:\/\/dmcti.co.id\/?page_id=11857"},"modified":"2024-11-28T09:49:18","modified_gmt":"2024-11-28T02:49:18","slug":"services","status":"publish","type":"page","link":"https:\/\/dmcti.co.id\/en\/services\/","title":{"rendered":"Services"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"11857\" class=\"elementor elementor-11857\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79656b5 e-flex e-con-boxed e-con e-parent\" data-id=\"79656b5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2fd46f4 e-con-full e-flex e-con e-child\" data-id=\"2fd46f4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85b2c46 text-left mas-addons-sticky-no elementor-widget elementor-widget-tp-breadcrumbs-bar\" data-id=\"85b2c46\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"tp-breadcrumbs-bar.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"bread69f4cabaea221\" class=\"pt_plus_breadcrumbs_bar\"  style=\"justify-content : left\"><div class=\"pt_plus_breadcrumbs_bar_inner bred_style_1\"><nav id=\"breadcrumbs\"><span class=\"bc_home\"><a class=\"home_bread_tab\" href=\"https:\/\/dmcti.co.id\/en\/\"><img decoding=\"async\" class=\"bread-home-img\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png\" \/><img decoding=\"async\" class=\"bread-sep-icon\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/caret-arrow-white.png\" \/><\/a><\/span> <span class=\"del\"><\/span> <span class=\"current\"><div class=\"current_tab_sec\">Page<\/div><\/span><\/nav><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d727e7 mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"1d727e7\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>PT. DMC TEKNOLOGI was established in June 1996 as DMC\u2019s overseas manufacturing facility. While our primary production has long focused on resistive touch screens, we began manufacturing capacitive types in 2022. Leveraging our status as a Bonded Factory, the majority of our products are exported not only to Japan but also to the EU, North America, and other Asian countries.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ae4d0f e-flex e-con-boxed e-con e-parent\" data-id=\"1ae4d0f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-822336c e-con-full e-flex e-con e-child\" data-id=\"822336c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ca12a6 mas-addons-sticky-no elementor-widget elementor-widget-html\" data-id=\"9ca12a6\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n\/* Control the Elementor Tabs from the URL\r\n* Code from https:\/\/element.how\/elementor-open-specific-tab-toggle-accordion\/\r\n* Copyright 2023 Element.how\r\n* Updated 2023\/12\/05\r\n*\/\r\nwindow.addEventListener('load', () => {\r\nsetTimeout(function () {\r\n\r\nlet scrollOffset = 100; \/* scroll offset from the top of title *\/\r\n\r\nconst tabsAccordionToggleTitles = document.querySelectorAll('.e-n-accordion-item-title, .e-n-tab-title, .elementor-tab-title');\r\n\r\nconst clickTitleWithAnchor = (anchor) => {\r\ntabsAccordionToggleTitles.forEach(title => {\r\nif (title.querySelector(`#${anchor}`) != null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor)) {\r\nif (title.getAttribute('aria-expanded') !== 'true' && !title.classList.contains('elementor-active')) title.click();\r\nlet timing = 0;\r\nlet scrollTarget = title;\r\nif (getComputedStyle(title.closest('.elementor-element')).getPropertyValue('--n-tabs-direction') == 'row') scrollTarget = title.closest('.elementor-element');\r\nif (title.closest('.e-n-accordion, .elementor-accordion-item, .elementor-toggle-item')) {\r\ntiming = 400;\r\n}\r\nsetTimeout(function () {\r\njQuery('html, body').animate({\r\nscrollTop: jQuery(scrollTarget).offset().top - scrollOffset,\r\n}, 'slow');\r\n}, timing);\r\n}\r\n});\r\n};\r\n\r\ndocument.addEventListener('click', (event) => {\r\nif (event.target.closest('a') && event.target.closest('a').href.includes('#')) {\r\nconst anchor = extractAnchor(event.target.closest('a').href);\r\nif (anchor && isAnchorInTitles(anchor, tabsAccordionToggleTitles)) {\r\nevent.preventDefault();\r\nclickTitleWithAnchor(anchor);\r\n}\r\n}\r\n});\r\n\r\nconst currentAnchor = extractAnchor(window.location.href);\r\nif (currentAnchor) {\r\nclickTitleWithAnchor(currentAnchor);\r\n}\r\n\r\nfunction extractAnchor(url) {\r\nconst match = url.match(\/#([^?]+)\/);\r\nreturn match ? match[1] : null;\r\n};\r\n\r\nfunction isAnchorInTitles(anchor, titles) {\r\nreturn Array.from(titles).some(title => {\r\nreturn title.querySelector(`#${anchor}`) !== null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor);\r\n});\r\n};\r\n\r\n}, 300);\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-915e938 e-n-tabs-mobile mas-addons-sticky-no elementor-widget elementor-widget-n-tabs\" data-id=\"915e938\" data-element_type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;,&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"152430904\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"masproduction\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1524309041\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tManufacturing\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"resistive-multi\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1524309042\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tReplacement Touch Panel\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"resistive-multi\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1524309043\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCapasitive 32 Inch\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-1524309041\" role=\"tabpanel\" aria-labelledby=\"masproduction\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-8780a2b e-flex e-con-boxed e-con e-child\" data-id=\"8780a2b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6af4ba6 e-flex e-con-boxed e-con e-child\" data-id=\"6af4ba6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0bf856b e-con-full e-flex e-con e-child\" data-id=\"0bf856b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f98df44 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"f98df44\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Manufacturing<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9295784 mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"9295784\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Accepting touch screen manufacturing with new designs tailored to customer requirements for Maspro products.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-561189b e-flex e-con-boxed e-con e-child\" data-id=\"561189b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c86d350 e-con-full e-flex e-con e-child\" data-id=\"c86d350\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c8e6fea mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"c8e6fea\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1920\" height=\"1081\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/manufacture.jpg\" class=\"attachment-full size-full wp-image-12081\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/manufacture.jpg 1920w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/manufacture-300x169.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/manufacture-1024x577.jpg 1024w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/manufacture-768x432.jpg 768w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/manufacture-1536x865.jpg 1536w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/manufacture-18x10.jpg 18w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4ee322 mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"a4ee322\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Manufacturing touch panels according to the standards specified by prospective customers, with product applications across various fields. We ensure continuous production capability and are able to produce touch screens in both small and large quantities.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-de756dd e-con-full e-flex e-con e-child\" data-id=\"de756dd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-742631d elementor-widget__width-auto mas-addons-sticky-no elementor-widget elementor-widget-button\" data-id=\"742631d\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action:action=popup:open&settings=eyJpZCI6IjEyMTY2IiwidG9nZ2xlIjpmYWxzZX0=\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Development Flow<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b3aaff elementor-widget__width-auto mas-addons-sticky-no elementor-widget elementor-widget-button\" data-id=\"4b3aaff\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/dmcti.co.id\/en\/produk\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Lihat Semua Produk<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d31e37d e-con-full elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"d31e37d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a3367d0 e-con-full e-flex e-con e-child\" data-id=\"a3367d0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50fec24 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"50fec24\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1280\" height=\"855\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/ISO-13485-Medical-Touch-Screen.webp\" class=\"attachment-full size-full wp-image-11963\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/ISO-13485-Medical-Touch-Screen.webp 1280w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/ISO-13485-Medical-Touch-Screen-300x200.webp 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/ISO-13485-Medical-Touch-Screen-1024x684.webp 1024w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/ISO-13485-Medical-Touch-Screen-768x513.webp 768w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/ISO-13485-Medical-Touch-Screen-18x12.webp 18w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-264fc9a mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"264fc9a\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Touch screen Resistive untuk alat medis Hematology Analyzer (Maspro)<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e9798d mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"1e9798d\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Salah satu perusahaan\/manufaktur alat medis memesan produk touch screen kami, dengan memberikan spesifikasi untuk kita buatkan touchscreennya, yang nantinya akan diaplikasikan di produk hermatology analizer sebagai komponen impor, menjadi menggunakan komponen lokal.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d2e5d4 e-con-full e-flex e-con e-child\" data-id=\"9d2e5d4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a6d2ff mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"7a6d2ff\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1254\" height=\"836\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/sample-case-tkdn.jpg\" class=\"attachment-full size-full wp-image-11997\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/sample-case-tkdn.jpg 1254w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/sample-case-tkdn-300x200.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/sample-case-tkdn-1024x683.jpg 1024w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/sample-case-tkdn-768x512.jpg 768w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/sample-case-tkdn-18x12.jpg 18w\" sizes=\"(max-width: 1254px) 100vw, 1254px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9457dee mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"9457dee\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Project Maspro touch screen resistive untuk alat Electrolyte Analyzer rencana maspro<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-950942f mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"950942f\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Salah satu perusahaan\/manufaktur alat medis memesan produk touch screen kami, dengan memberikan spesifikasi untuk kita buatkan touchscreennya, yang nantinya akan diaplikasikan di produk Electrolyte Analyzer sebagai komponen impor, menjadi menggunakan komponen lokal.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1524309042\" role=\"tabpanel\" aria-labelledby=\"resistive-multi\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\"elementor-element elementor-element-0edf3c3 e-con-full e-flex e-con e-child\" data-id=\"0edf3c3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f92f048 e-flex e-con-boxed e-con e-child\" data-id=\"f92f048\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-029e3f6 e-con-full e-flex e-con e-child\" data-id=\"029e3f6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05ca6ea mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"05ca6ea\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Replacement Touch Panel<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-905b417 mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"905b417\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>As replacement touch screens for damaged units, we support inspection and installation services. There is no MOQ, so we gladly serve orders even for a single piece.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4a4a0d0 e-flex e-con-boxed e-con e-child\" data-id=\"4a4a0d0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-536f930 e-con-full e-flex e-con e-child\" data-id=\"536f930\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6200d4d e-con-full e-flex e-con e-child\" data-id=\"6200d4d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a8442f8 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"a8442f8\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"612\" height=\"328\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory3.jpg\" class=\"attachment-full size-full wp-image-10208\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory3.jpg 612w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory3-300x161.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory3-18x10.jpg 18w\" sizes=\"(max-width: 612px) 100vw, 612px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9826f9f mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"9826f9f\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Touch Panel for Factory Automation<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05daf67 mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"05daf67\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>A factory automation company in Bekasi specializing in robotics contacted us needing one resistive touch panel for replacement. After conducting a direct inspection, we confirmed that we had the required touch panel in stock. They placed a purchase order for one piece, and the item was promptly shipped to them. We have been informed that the panel has been installed successfully and their equipment is now operating properly again.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e56e3c e-con-full e-flex e-con e-child\" data-id=\"2e56e3c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f7bef9 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"1f7bef9\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"612\" height=\"440\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory2.jpg\" class=\"attachment-full size-full wp-image-10209\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory2.jpg 612w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory2-300x216.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory2-18x12.jpg 18w\" sizes=\"(max-width: 612px) 100vw, 612px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd09d47 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"cd09d47\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Touch Panel for Yarn Factory<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e80a94 mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"1e80a94\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>One of the medical device manufacturers in Cikarang, Bekasi placed an order for our touch screen products by providing specifications for us to manufacture the touch screens. These will be applied in their hematology analyzer products, replacing imported components with locally sourced ones.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-806a34b e-con-full e-flex e-con e-child\" data-id=\"806a34b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-62775fd e-con-full e-flex e-con e-child\" data-id=\"62775fd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33328da mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"33328da\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"509\" height=\"339\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory4.jpg\" class=\"attachment-full size-full wp-image-10213\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory4.jpg 509w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory4-300x200.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory4-18x12.jpg 18w\" sizes=\"(max-width: 509px) 100vw, 509px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d490710 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"d490710\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Replacement Touch Panel HMI<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1858e0 mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"e1858e0\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"flex max-w-full flex-col flex-grow\"><div class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"9587626f-2e46-4169-aeaa-5f609f36b53e\" data-message-model-slug=\"gpt-4o-mini\"><div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"><div class=\"markdown prose w-full break-words dark:prose-invert light\"><p>We were contacted by a Japanese food company in Cikarang experiencing issues with their control device. After confirming the display was functioning, we took the device for measurement by our R&amp;D team. We found that the required touch panel was available and promptly provided a price quotation. They quickly placed a purchase order, and we delivered the ordered touch panel. Their control device is now working properly again.<\/p><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef23b3b e-con-full e-flex e-con e-child\" data-id=\"ef23b3b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e31fefd mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"e31fefd\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"480\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory5.jpg\" class=\"attachment-full size-full wp-image-10214\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory5.jpg 720w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory5-300x200.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory5-18x12.jpg 18w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e85f6c mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"6e85f6c\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Replacement Touch Panel on Other Devices<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d7c62ab mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"d7c62ab\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Some time ago, we visited a company that installs control devices for cranes. They reported that the screens on several control units were unresponsive to touch, likely due to damaged touch panels. We provided a touch panel sample for testing, and they confirmed it worked well. Shortly after, they placed an order for one unit, followed by an additional order for two more units. We have no minimum order quantity, so we process all orders, even if it is just a single unit.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d41423a e-con-full e-flex e-con e-child\" data-id=\"d41423a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9353f14 e-con-full e-flex e-con e-child\" data-id=\"9353f14\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d34bc32 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"d34bc32\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"720\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory.jpg\" class=\"attachment-full size-full wp-image-10215\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory.jpg 960w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory-300x225.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory-768x576.jpg 768w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/factory-16x12.jpg 16w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e71a59 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"8e71a59\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Replacement Touch Panel of Factory Control Equipment<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cba3ba mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"8cba3ba\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>One of the injection molding factories in the Cikarang area once contacted us to ask whether we could assist them with a machine control device that was not functioning properly. They reported that the touch panel was damaged or broken. After visiting the site and conducting inspection and measurement, we found that we had a compatible touch panel for the one used in their factory. As a result, they immediately placed an order for one unit, which we promptly delivered. The machine at their factory is now operating normally again.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-14d0822 e-con-full e-flex e-con e-child\" data-id=\"14d0822\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f42a64d mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"f42a64d\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"667\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/fitness.jpg\" class=\"attachment-full size-full wp-image-11914\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/fitness.jpg 1000w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/fitness-300x200.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/fitness-768x512.jpg 768w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/10\/fitness-18x12.jpg 18w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70ac7b2 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"70ac7b2\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Replacement Touch Panel for Fitness Equipment<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79ef87f mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"79ef87f\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>A fitness equipment repair company came to us with a sample touch panel, requesting us to manufacture a similar one. They needed the touch panel to repair numerous treadmills for their clients. After our R&amp;D team conducted inspection and measurements, we informed them that we could produce it, although a tooling fee would be required for the new design. The company agreed to cover the cost, and the ordered touch panels were delivered promptly. Shortly after, they confirmed that the touch panels worked perfectly, and they have continued placing orders ever since.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-543855e e-flex e-con-boxed e-con e-child\" data-id=\"543855e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-553424b e-con-full e-flex e-con e-child\" data-id=\"553424b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2799a04 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"2799a04\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Attention!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c280e76 mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"c280e76\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Contact us first (via the \u201cContact\u201d page) . Don\u2019t blame your display screen! (It\u2019s possible that only your touch panel is the problem)!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0426a7 mas-addons-sticky-no elementor-widget elementor-widget-mas-creative-button\" data-id=\"a0426a7\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"mas-creative-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-magnetic=\"no\" class=\"mas-creative-btn-wrap\">\r\n\t\t\t<a class=\"mas-creative-btn mas-stl--hermosa mas-eft--upward\" href=\"https:\/\/dmcti.co.id\/en\/kontak-kami\/\" rel=\"nofollow\"><span>Contact us<\/span><\/a>\r\n\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1524309043\" role=\"tabpanel\" aria-labelledby=\"resistive-multi\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\"elementor-element elementor-element-1869a80 e-con-full e-flex e-con e-child\" data-id=\"1869a80\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-aa9f31b e-flex e-con-boxed e-con e-child\" data-id=\"aa9f31b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a2aedc2 e-con-full e-flex e-con e-child\" data-id=\"a2aedc2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b6322c mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"6b6322c\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Capasitive 32 Inch<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fafaf6 mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"7fafaf6\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Our 32-inch capacitive touch screen has been widely integrated with 32-inch display monitors and applied in several finished products. We provide installation support in the Greater Jakarta area (Jabodetabek), and there is no minimum order quantity\u2014we are happy to serve even single-piece purchases.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a46f8d e-flex e-con-boxed e-con e-child\" data-id=\"7a46f8d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-64b196c e-con-full e-flex e-con e-child\" data-id=\"64b196c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-20b7707 e-con-full e-flex e-con e-child\" data-id=\"20b7707\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fac4557 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"fac4557\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"612\" height=\"407\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/digital-signage-gratis.jpg\" class=\"attachment-full size-full wp-image-10053\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/digital-signage-gratis.jpg 612w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/digital-signage-gratis-300x200.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/digital-signage-gratis-18x12.jpg 18w\" sizes=\"(max-width: 612px) 100vw, 612px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-280083e mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"280083e\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Capacitive Touch Panel Application for Kiosk\/Digital Signage<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26bf89e mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"26bf89e\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>One example of a capacitive touch panel application is for creating KIOSKS or DIGITAL SIGNAGE. Kiosks or Digital Signage are commonly installed in malls or public spaces. Installing a capacitive touch panel for kiosk or digital signage applications is actually very simple. All you need to do is attach the touch panel to the monitor or TV screen using double-sided tape. Next, connect the flexible cable from the touch panel to the provided controller. Then, connect the controller to a computer (PC or mini PC) via a USB cable. With that, the kiosk or digital signage setup is complete. Finally, you just need to install the appropriate application on the computer. It\u2019s that easy!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-87a4d71 e-con-full e-flex e-con e-child\" data-id=\"87a4d71\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06756d4 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"06756d4\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"808\" height=\"358\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/surgery.jpg\" class=\"attachment-full size-full wp-image-10051\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/surgery.jpg 808w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/surgery-300x133.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/surgery-768x340.jpg 768w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/surgery-18x8.jpg 18w\" sizes=\"(max-width: 808px) 100vw, 808px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16a9c32 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"16a9c32\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Display Application of Control Tools for Operating Rooms in Hospitals<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ce5461 mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"1ce5461\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Another application of the 32-inch capacitive touch panel is for creating a control display in an operating room at a hospital. To control the room\u2019s environment (temperature\/humidity), an HMI (Human Machine Interface) is usually used. However, the available HMI screens are generally small in size. When we want to create a control device for a hospital operating room with a large display size (for example, 32 inches), one solution is to use a 32-inch LED TV combined with a 32-inch capacitive touch panel. We have supported this type of application before, where the system integrator used an HMI without a built-in screen, then connected it to a TV and our capacitive touch panel.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b0574a e-con-full e-flex e-con e-child\" data-id=\"5b0574a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-75813c6 e-con-full e-flex e-con e-child\" data-id=\"75813c6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c14007d mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"c14007d\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1191\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/digital-drawing-control.jpg\" class=\"attachment-full size-full wp-image-12003\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/digital-drawing-control.jpg 1200w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/digital-drawing-control-300x298.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/digital-drawing-control-1024x1016.jpg 1024w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/digital-drawing-control-150x150.jpg 150w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/digital-drawing-control-768x762.jpg 768w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/digital-drawing-control-12x12.jpg 12w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f691ae8 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"f691ae8\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Digital Drawing Control<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6ff73e mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"c6ff73e\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>One of the possible applications that can be created with a 32-inch capacitive touch panel is \"Digital Drawing Control.\" The device works by displaying technical drawings, allowing users to zoom in and zoom out on the screen to view the drawings in detail. This tool can be used in factories producing electrical, mechanical, or automotive components that have many models or types. Additionally, a scanner can be integrated to detect barcodes attached to parts, enabling the device to display the corresponding technical drawing.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bbf4bd1 e-con-full e-flex e-con e-child\" data-id=\"bbf4bd1\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Page PT. DMC TEKNOLOGI didirikan pada bulan Juni 1996 sebagai pabrik DMC di luar negeri. Meskipun produksi utamanya adalah layar sentuh Resistif sejak lama, kami mulai memproduksi jenis kapasitif pada tahun 2022. Memanfaatkan status Pabrik Berikat, sebagian besar produk kami diekspor tidak hanya ke Jepang tetapi juga ke UE, Amerika Utara, dan negara-negara Asia. Manufacturing [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-11857","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Services - PT. DMC Teknologi Indonesia<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dmcti.co.id\/en\/services\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Services - PT. DMC Teknologi Indonesia\" \/>\n<meta property=\"og:description\" content=\"Page PT. DMC TEKNOLOGI didirikan pada bulan Juni 1996 sebagai pabrik DMC di luar negeri. Meskipun produksi utamanya adalah layar sentuh Resistif sejak lama, kami mulai memproduksi jenis kapasitif pada tahun 2022. Memanfaatkan status Pabrik Berikat, sebagian besar produk kami diekspor tidak hanya ke Jepang tetapi juga ke UE, Amerika Utara, dan negara-negara Asia. Manufacturing [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dmcti.co.id\/en\/services\/\" \/>\n<meta property=\"og:site_name\" content=\"PT. DMC Teknologi Indonesia\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-28T02:49:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dmcti.co.id\/services\/\",\"url\":\"https:\/\/dmcti.co.id\/services\/\",\"name\":\"Services - PT. DMC Teknologi Indonesia\",\"isPartOf\":{\"@id\":\"https:\/\/dmcti.co.id\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dmcti.co.id\/services\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dmcti.co.id\/services\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png\",\"datePublished\":\"2024-10-25T07:26:20+00:00\",\"dateModified\":\"2024-11-28T02:49:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dmcti.co.id\/services\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dmcti.co.id\/services\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dmcti.co.id\/services\/#primaryimage\",\"url\":\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png\",\"contentUrl\":\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dmcti.co.id\/services\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dmcti.co.id\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Services\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dmcti.co.id\/#website\",\"url\":\"https:\/\/dmcti.co.id\/\",\"name\":\"PT. DMC Teknologi Indonesia\",\"description\":\"Interface With Touch\",\"publisher\":{\"@id\":\"https:\/\/dmcti.co.id\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dmcti.co.id\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dmcti.co.id\/#organization\",\"name\":\"PT. DMC Teknologi Indonesia\",\"url\":\"https:\/\/dmcti.co.id\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dmcti.co.id\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2023\/09\/logo_dmc_full_en.png\",\"contentUrl\":\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2023\/09\/logo_dmc_full_en.png\",\"width\":596,\"height\":200,\"caption\":\"PT. DMC Teknologi Indonesia\"},\"image\":{\"@id\":\"https:\/\/dmcti.co.id\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Services - PT. DMC Teknologi Indonesia","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dmcti.co.id\/en\/services\/","og_locale":"en_US","og_type":"article","og_title":"Services - PT. DMC Teknologi Indonesia","og_description":"Page PT. DMC TEKNOLOGI didirikan pada bulan Juni 1996 sebagai pabrik DMC di luar negeri. Meskipun produksi utamanya adalah layar sentuh Resistif sejak lama, kami mulai memproduksi jenis kapasitif pada tahun 2022. Memanfaatkan status Pabrik Berikat, sebagian besar produk kami diekspor tidak hanya ke Jepang tetapi juga ke UE, Amerika Utara, dan negara-negara Asia. Manufacturing [&hellip;]","og_url":"https:\/\/dmcti.co.id\/en\/services\/","og_site_name":"PT. DMC Teknologi Indonesia","article_modified_time":"2024-11-28T02:49:18+00:00","og_image":[{"url":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dmcti.co.id\/services\/","url":"https:\/\/dmcti.co.id\/services\/","name":"Services - PT. DMC Teknologi Indonesia","isPartOf":{"@id":"https:\/\/dmcti.co.id\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dmcti.co.id\/services\/#primaryimage"},"image":{"@id":"https:\/\/dmcti.co.id\/services\/#primaryimage"},"thumbnailUrl":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png","datePublished":"2024-10-25T07:26:20+00:00","dateModified":"2024-11-28T02:49:18+00:00","breadcrumb":{"@id":"https:\/\/dmcti.co.id\/services\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dmcti.co.id\/services\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dmcti.co.id\/services\/#primaryimage","url":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png","contentUrl":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png"},{"@type":"BreadcrumbList","@id":"https:\/\/dmcti.co.id\/services\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dmcti.co.id\/"},{"@type":"ListItem","position":2,"name":"Services"}]},{"@type":"WebSite","@id":"https:\/\/dmcti.co.id\/#website","url":"https:\/\/dmcti.co.id\/","name":"PT. DMC Teknologi Indonesia","description":"Interface With Touch","publisher":{"@id":"https:\/\/dmcti.co.id\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dmcti.co.id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dmcti.co.id\/#organization","name":"PT. DMC Teknologi Indonesia","url":"https:\/\/dmcti.co.id\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dmcti.co.id\/#\/schema\/logo\/image\/","url":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2023\/09\/logo_dmc_full_en.png","contentUrl":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2023\/09\/logo_dmc_full_en.png","width":596,"height":200,"caption":"PT. DMC Teknologi Indonesia"},"image":{"@id":"https:\/\/dmcti.co.id\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/pages\/11857","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/comments?post=11857"}],"version-history":[{"count":124,"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/pages\/11857\/revisions"}],"predecessor-version":[{"id":12672,"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/pages\/11857\/revisions\/12672"}],"wp:attachment":[{"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/media?parent=11857"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}