{"id":40513,"date":"2026-01-12T20:00:00","date_gmt":"2026-01-13T01:00:00","guid":{"rendered":"https:\/\/www.dmcinfo.com\/?p=40513"},"modified":"2026-01-07T14:16:01","modified_gmt":"2026-01-07T19:16:01","slug":"integrating-ethercat-into-custom-applications","status":"publish","type":"post","link":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/","title":{"rendered":"Integrating EtherCAT into Custom Applications"},"content":{"rendered":"\n<p>Applications such as advanced industrial control systems and robotics require precise motion control, synchronized data sampling, and fast deterministic field buses. Traditional Ethernet TCP\/IP, CAN or Modbus-based systems lack the speed, coordination, and scalability required for these applications.<\/p>\n\n\n\n<p>That\u2019s where EtherCAT comes in.<\/p>\n\n\n\n<p>Originally developed by Beckhoff, EtherCAT (Ethernet for Control Automation Technology) has become one of the most popular real-time industrial Ethernet standards. It\u2019s fast, reliable, and highly scalable &#8211; making it an excellent fit for applications where timing and performance are critical.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-ethercat-fits-high-performance-embedded-applications\">Why EtherCAT Fits High-Performance Embedded Applications<\/h2>\n\n\n\n<p>EtherCAT\u2019s efficiency comes from how it moves data. EtherCAT masters can use standard off the shelf ethernet hardware, and they transmit standard Ethernet frames with the EtherCAT EtherType Identifier. The entire EtherCAT data payload (EtherCAT Telegram) for the entire network is embedded into the Ethernet payload. Every device on the network is daisy-chained together, and each device allows the entire Ethernet frame to pass through it, imparting minimal delay on the entire message. Each device will read out its section (Datagram) of the EtherCAT Telegram and insert the data that it is sending back to the master. This all happens on the fly as the frame is effectively passing through the device. The last device on the network will then turn the frame around and send it back up to the master. This is possible because of the full-duplex nature of Ethernet.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"601\" height=\"174\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19171347\/ethercat-frame.png\" alt=\"EtherCAT Frame\" class=\"wp-image-40516\" style=\"width:615px;height:auto\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19171347\/ethercat-frame.png 601w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19171347\/ethercat-frame-300x87.png 300w\" sizes=\"(max-width: 601px) 100vw, 601px\" \/><\/figure>\n\n\n\n<p>The following image shows how an EtherCAT frame might traverse through a network. The master transmits the frame, and each device will extract data in the Datagram addressed to it and insert its data on the fly into the Datagram. In this example very simple addressing is used as an example, most of the time such positional addressing is only used at network boot-up\/discovery. Data not addressed to the slave is passed through the network until it reaches the end of the network, where the last slave sends it back to the master.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"624\" height=\"162\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19171516\/ethercat-master.png\" alt=\"EtherCAT Master\" class=\"wp-image-40518\" style=\"width:632px;height:auto\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19171516\/ethercat-master.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19171516\/ethercat-master-300x78.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>This \u201cprocessing on the fly\u201d approach eliminates most of the traditional Ethernet delays caused by the need to address each device individually and enables cycle times in the tens of microseconds, with minimal jitter.<\/p>\n\n\n\n<p>The protocol can also implement a feature called Distributed Clocks (DC), where the master can measure time, it takes for each device to receive and respond to a sync message, then provide each device with an offset to ensure all devices are synchronized within ~100ns of each other. This allows each EtherCAT controller to create a synchronization event for each device on the network within 100ns of each other.<\/p>\n\n\n\n<p>For custom devices, that means:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deterministic timing for motion control and automation.<\/li>\n\n\n\n<li>Relatively low resource overhead compared to the capabilities, since much of the protocol runs in hardware.<\/li>\n\n\n\n<li>Scalability, from a single board with a few I\/O channels to complex multi-axis systems.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-types-of-ethercat-devices\">Types of EtherCAT Devices<\/h2>\n\n\n\n<p>There are two types of EtherCAT devices that can be implemented:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-ethercat-masters\">1. EtherCAT Masters<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>EtherCAT masters are usually run on controllers or embedded PCs that coordinate the network, process data and issue commands to each device on the network. In industrial applications (i.e.&nbsp;<a target=\"_blank\" href=\"https:\/\/www.dmcinfo.com\/services\/manufacturing-automation-and-intelligence\/\" rel=\"noreferrer noopener\">Industrial Automation<\/a>) a master is usually an Industrial PC or&nbsp;<a target=\"_blank\" href=\"https:\/\/www.dmcinfo.com\/services\/manufacturing-automation-and-intelligence\/plc-programming\/\" rel=\"noreferrer noopener\">PLC<\/a>&nbsp;running&nbsp;<a target=\"_blank\" href=\"https:\/\/www.dmcinfo.com\/services\/manufacturing-automation-and-intelligence\/hmi-and-scada-programming\/twincat-3-hmi-programming\/\" rel=\"noreferrer noopener\">TwinCAT<\/a>.<\/p>\n<\/blockquote>\n\n\n\n<p>Open-source stacks like Simple Open EtherCAT Master (SOEM) provide a lightweight, C-based master that runs on Linux or RTOS platforms. This can be a great option for small applications, such as a dedicated robot or lightweight real-time control system for highly integrated applications. These stacks typically work on commonly available hardware that supports standard Ethernet-based communication. This is because the master does not require any specialized hardware, it just needs raw access to the underlying Ethernet frames.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-ethercat-slaves-subdevice\">2. EtherCAT Slaves\/SubDevice<\/h3>\n\n\n\n<p>Used when building custom EtherCAT-enabled devices like sensors, actuators, modular I\/O, or motor\/servo controllers.<\/p>\n\n\n\n<p>Beckhoff\u2019s Slave Stack Code (SSC) tool generates a firmware library that implements EtherCAT communication layer on your supported hardware. The &#8220;processing on the fly&#8221; of EtherCAT is really implemented in the EtherCAT slave controller hardware and not in software. So, the slaves\/subdevices require specialized hardware to interface with the EtherCAT network properly.<\/p>\n\n\n\n<p>This specialized hardware can take the form of a traditional microcontroller (i.e. STM32, TI C2000&#8230;) paired with an EtherCAT Slave Controller IC (ESC) like the LAN9252, or Beckhoff ET1100. Alternatively, some specialized microcontrollers, such as the TI TMS320F28388 or Infineon XMC4800 series, integrate the EtherCAT controller as a peripheral on chip.<\/p>\n\n\n\n<p>In both cases, success depends on selecting compatible hardware and providing a real-time-capable software environment. For masters, that often means using a deterministic OS (e.g., PREEMPT_RT Linux or FreeRTOS). For slaves, it\u2019s ensuring your MCU and ESC can handle EtherCAT\u2019s timing and synchronization.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-explore-further-reading\">Explore Further Reading<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.ethercat.org\">EtherCAT Technology Group<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/OpenEtherCATsociety\/SOEM\">SOME GitHub Repository<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.ethercat.org\/en\/downloads\/downloads_01DCC32A10294F2EA866F7E46FB0285F.htm\">Beckhoff Slave Stack Code (SSC)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.dmcinfo.com\/services\/embedded-development-and-embedded-programming\/\">DMC Embedded Development Services<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>EtherCAT brings industrial-grade speed and synchronization to embedded systems without requiring massive computing resources. With the right combination of hardware, stack software, and validation tools, engineers can build compact, deterministic systems that rival full-scale automation controllers in responsiveness and reliability.<\/p>\n\n\n\n<p><strong><a href=\"https:\/\/www.dmcinfo.com\/contact\/\">Contact<\/a> DMC\u2019s <a href=\"https:\/\/www.dmcinfo.com\/services\/embedded-development-and-embedded-programming\/\">Embedded Development<\/a> team to implement custom EtherCAT devices today!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Applications such as advanced industrial control systems and robotics require precise motion control, synchronized data sampling, and fast deterministic field buses. Traditional Ethernet TCP\/IP, CAN or Modbus-based systems lack the speed, coordination, and scalability required for these applications. That\u2019s where EtherCAT comes in. Originally developed by Beckhoff, EtherCAT (Ethernet for Control Automation Technology) has become [&hellip;]<\/p>\n","protected":false},"author":291,"featured_media":40539,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[754],"tags":[],"class_list":["post-40513","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-embedded-development-programming"],"yoast_head":"<title>Integrating EtherCAT into Custom Applications | DMC, Inc.<\/title>\n<meta name=\"description\" content=\"Explore EtherCAT, the fast and scalable industrial Ethernet standard for precise motion control and synchronized data sampling.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrating EtherCAT into Custom Applications\" \/>\n<meta property=\"og:description\" content=\"Explore EtherCAT, the fast and scalable industrial Ethernet standard for precise motion control and synchronized data sampling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/\" \/>\n<meta property=\"og:site_name\" content=\"DMC, Inc.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-13T01:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19175646\/integrating-ethercat-into-custom-applications-1024x443.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"443\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jim Smith\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jim Smith\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/\"},\"author\":{\"name\":\"Jim Smith\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/person\/820d582c9b4e3cd4bfd72c55b3ad6319\"},\"headline\":\"Integrating EtherCAT into Custom Applications\",\"datePublished\":\"2026-01-13T01:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/\"},\"wordCount\":866,\"publisher\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19175646\/integrating-ethercat-into-custom-applications.png\",\"articleSection\":[\"Embedded Development &amp; Programming\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/\",\"url\":\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/\",\"name\":\"Integrating EtherCAT into Custom Applications | DMC, Inc.\",\"isPartOf\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19175646\/integrating-ethercat-into-custom-applications.png\",\"datePublished\":\"2026-01-13T01:00:00+00:00\",\"description\":\"Explore EtherCAT, the fast and scalable industrial Ethernet standard for precise motion control and synchronized data sampling.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/#primaryimage\",\"url\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19175646\/integrating-ethercat-into-custom-applications.png\",\"contentUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19175646\/integrating-ethercat-into-custom-applications.png\",\"width\":2560,\"height\":1107,\"caption\":\"Integrating EtherCAT into Custom Applications\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dmcinfo.com\/#website\",\"url\":\"https:\/\/www.dmcinfo.com\/\",\"name\":\"DMC, Inc.\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dmcinfo.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dmcinfo.com\/#organization\",\"name\":\"DMC, Inc.\",\"url\":\"https:\/\/www.dmcinfo.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png\",\"contentUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png\",\"width\":418,\"height\":167,\"caption\":\"DMC, Inc.\"},\"image\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929\",\"https:\/\/www.instagram.com\/dmcengineering\",\"https:\/\/www.youtube.com\/DMCEngineering\",\"https:\/\/www.linkedin.com\/company\/dmc-engineering\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/person\/820d582c9b4e3cd4bfd72c55b3ad6319\",\"name\":\"Jim Smith\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/person\/image\/\",\"url\":\"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/291.png\",\"contentUrl\":\"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/291.png\",\"caption\":\"Jim Smith\"},\"url\":\"https:\/\/www.dmcinfo.com\/blog\/author\/jims\/\"}]}<\/script>","yoast_head_json":{"title":"Integrating EtherCAT into Custom Applications | DMC, Inc.","description":"Explore EtherCAT, the fast and scalable industrial Ethernet standard for precise motion control and synchronized data sampling.","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:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/","og_locale":"en_US","og_type":"article","og_title":"Integrating EtherCAT into Custom Applications","og_description":"Explore EtherCAT, the fast and scalable industrial Ethernet standard for precise motion control and synchronized data sampling.","og_url":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/","og_site_name":"DMC, Inc.","article_publisher":"https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929","article_published_time":"2026-01-13T01:00:00+00:00","og_image":[{"width":1024,"height":443,"url":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19175646\/integrating-ethercat-into-custom-applications-1024x443.png","type":"image\/png"}],"author":"Jim Smith","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jim Smith","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/#article","isPartOf":{"@id":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/"},"author":{"name":"Jim Smith","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/person\/820d582c9b4e3cd4bfd72c55b3ad6319"},"headline":"Integrating EtherCAT into Custom Applications","datePublished":"2026-01-13T01:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/"},"wordCount":866,"publisher":{"@id":"https:\/\/www.dmcinfo.com\/#organization"},"image":{"@id":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19175646\/integrating-ethercat-into-custom-applications.png","articleSection":["Embedded Development &amp; Programming"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/","url":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/","name":"Integrating EtherCAT into Custom Applications | DMC, Inc.","isPartOf":{"@id":"https:\/\/www.dmcinfo.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/#primaryimage"},"image":{"@id":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19175646\/integrating-ethercat-into-custom-applications.png","datePublished":"2026-01-13T01:00:00+00:00","description":"Explore EtherCAT, the fast and scalable industrial Ethernet standard for precise motion control and synchronized data sampling.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dmcinfo.com\/blog\/40513\/integrating-ethercat-into-custom-applications\/#primaryimage","url":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19175646\/integrating-ethercat-into-custom-applications.png","contentUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/12\/19175646\/integrating-ethercat-into-custom-applications.png","width":2560,"height":1107,"caption":"Integrating EtherCAT into Custom Applications"},{"@type":"WebSite","@id":"https:\/\/www.dmcinfo.com\/#website","url":"https:\/\/www.dmcinfo.com\/","name":"DMC, Inc.","description":"","publisher":{"@id":"https:\/\/www.dmcinfo.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dmcinfo.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dmcinfo.com\/#organization","name":"DMC, Inc.","url":"https:\/\/www.dmcinfo.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/","url":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png","contentUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png","width":418,"height":167,"caption":"DMC, Inc."},"image":{"@id":"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929","https:\/\/www.instagram.com\/dmcengineering","https:\/\/www.youtube.com\/DMCEngineering","https:\/\/www.linkedin.com\/company\/dmc-engineering"]},{"@type":"Person","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/person\/820d582c9b4e3cd4bfd72c55b3ad6319","name":"Jim Smith","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/person\/image\/","url":"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/291.png","contentUrl":"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/291.png","caption":"Jim Smith"},"url":"https:\/\/www.dmcinfo.com\/blog\/author\/jims\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts\/40513","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/users\/291"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/comments?post=40513"}],"version-history":[{"count":6,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts\/40513\/revisions"}],"predecessor-version":[{"id":40710,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts\/40513\/revisions\/40710"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/media\/40539"}],"wp:attachment":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/media?parent=40513"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/categories?post=40513"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/tags?post=40513"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}