{"id":3729,"date":"2026-05-08T11:09:17","date_gmt":"2026-05-08T09:09:17","guid":{"rendered":"https:\/\/www.4next.eu\/uncategorized\/modbus-cose-e-come-funziona\/"},"modified":"2026-05-08T11:43:22","modified_gmt":"2026-05-08T09:43:22","slug":"modbus-what-is-and-how-it-works","status":"publish","type":"post","link":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/","title":{"rendered":"What Is Modbus? How it works?"},"content":{"rendered":"\n<p>When talking about industrial automation, there is one protocol that continues to be almost everywhere: <strong>Modbus<\/strong>.<\/p>\n\n\n\n<p>Although it was originally developed in the late 1970s, it is still widely used today in industrial plants, SCADA systems, energy infrastructures, and Industry 4.0 architectures. The reason is simple: Modbus works <strong>reliably<\/strong>, remains <strong>stable <\/strong>over time, and allows very different devices to communicate <strong>easily<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is <a href=\"http:\/\/modbus.org\" type=\"link\" id=\"modbus.org\">Modbus<\/a><\/h2>\n\n\n\n<p><strong>Modbus <\/strong>is an industrial communication protocol originally designed to connect PLCs and electronic devices within industrial systems.<\/p>\n\n\n\n<p>Its architecture is based on the client\/server model, historically known as <strong>master\/slave<\/strong>. In practice, one device sends a request while the other responds with the requested data or confirms the requested operation.<\/p>\n\n\n\n<p>Today, Modbus is used to integrate a wide range of industrial devices, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>PLCs <\/strong>(Programmable Logic Controllers)<\/li>\n\n\n\n<li><strong>industrial inverters and drives<\/strong><\/li>\n\n\n\n<li><strong>field sensors and instruments<\/strong><\/li>\n\n\n\n<li><strong>HMIs <\/strong>(Human Machine Interfaces)<\/li>\n\n\n\n<li><strong>industrial communication gateways<\/strong><\/li>\n\n\n\n<li><strong>SCADA and DCS systems<\/strong><\/li>\n<\/ul>\n\n\n\n<p>One of the main reasons behind the widespread adoption of Modbus is its extremely <strong>simple <\/strong>structure. Data is organized through standardized numerical <strong>registers <\/strong>that are easy to <strong>read <\/strong>and <strong>manage<\/strong>, even in complex industrial environments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Modbus Communication Works<\/h2>\n\n\n\n<p>The Modbus protocol operates through a request-response communication mechanism.<\/p>\n\n\n\n<p>A client device <strong>queries <\/strong>a server device by specifying:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>device address<\/strong><\/li>\n\n\n\n<li><strong>requested function<\/strong><\/li>\n\n\n\n<li><strong>register address<\/strong><\/li>\n<\/ul>\n\n\n\n<p>The server device then <strong>responds <\/strong>by returning the requested value or confirming that the operation has been completed successfully.<\/p>\n\n\n\n<p>Data is managed through four main register categories:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Coil <\/strong>\u2192 digital outputs (ON\/OFF states)<\/li>\n\n\n\n<li><strong>Digital Input<\/strong> \u2192 read-only digital inputs<\/li>\n\n\n\n<li><strong>Holding Register<\/strong> \u2192 read\/write analog values<\/li>\n\n\n\n<li><strong>Input Register<\/strong> \u2192 read-only analog values<\/li>\n<\/ol>\n\n\n\n<p>This simple structure makes Modbus easy to implement and particularly effective for industrial troubleshooting and diagnostics.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Modbus RTU and Modbus TCP\/IP<\/h2>\n\n\n\n<p>The Modbus protocol is available in two main implementations, each designed for different industrial applications.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Modbus RTU<\/h3>\n\n\n\n<p>Modbus RTU is the serial version of the protocol, typically based on RS-485 or RS-232 communication.<\/p>\n\n\n\n<p><strong>Key features<\/strong> include:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>efficient binary communication<\/strong><\/li>\n\n\n\n<li><strong>high robustness in electrically noisy industrial environments<\/strong><\/li>\n\n\n\n<li><strong>multi-drop topology support<\/strong> (multiple devices on the same bus)<\/li>\n\n\n\n<li><strong>wide adoption in legacy industrial systems<\/strong><\/li>\n<\/ol>\n\n\n\n<p>For these reasons, it is still extensively used in traditional industrial automation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Modbus TCP\/IP<\/h3>\n\n\n\n<p>Modbus TCP\/IP is the Ethernet-based evolution of the protocol.<\/p>\n\n\n\n<p><strong>Key features<\/strong> include:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>use of the TCP\/IP stack<\/strong><\/li>\n\n\n\n<li><strong>integration with IT networks and modern industrial infrastructures<\/strong><\/li>\n\n\n\n<li><strong>greater scalability compared to RTU<\/strong><\/li>\n\n\n\n<li><strong>compatibility with cloud systems and IIoT platforms<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Today, it is one of the most widely used communication protocols in Industry 4.0 architectures.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Modbus Is Still Widely Used<\/h2>\n\n\n\n<p>Many people wonder why such an old protocol is still so common, especially with the introduction of newer technologies such as OPC UA and MQTT.<\/p>\n\n\n\n<p>The answer lies in practicality.<\/p>\n\n\n\n<p>Modbus is <strong>easy <\/strong>to configure, requires limited hardware resources, and is supported by virtually every industrial manufacturer. This significantly reduces integration time, implementation costs, and compatibility issues.<\/p>\n\n\n\n<p>Its main <strong>advantages <\/strong>include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>high compatibility across different manufacturers<\/strong><\/li>\n\n\n\n<li><strong>simple integration and configuration<\/strong><\/li>\n\n\n\n<li><strong>low implementation costs<\/strong><\/li>\n\n\n\n<li><strong>massive global installed base<\/strong><\/li>\n\n\n\n<li><strong>easy diagnostics and troubleshooting<\/strong><\/li>\n<\/ul>\n\n\n\n<p>These characteristics make Modbus ideal for connecting heterogeneous industrial systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Modbus Applications in Industry 4.0<\/h2>\n\n\n\n<p>Within Industry 4.0 environments, Modbus is often used as a field-level protocol for collecting data from industrial devices.<\/p>\n\n\n\n<p>The acquired data is then integrated into higher-level systems such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>SCADA platforms for supervision and control<\/li>\n\n\n\n<li>MES systems for production management<\/li>\n\n\n\n<li>cloud dashboards for remote monitoring<\/li>\n\n\n\n<li>energy management systems<\/li>\n\n\n\n<li>industrial analytics platforms<\/li>\n<\/ul>\n\n\n\n<p>In practice, Modbus continues to act as a bridge between the physical industrial environment and digital monitoring and analytics systems.<\/p>\n\n\n\n<p>Even in modern IIoT architectures, it often remains the protocol closest to the machine layer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Limitations of the Modbus Protocol<\/h2>\n\n\n\n<p>Of course, Modbus is not perfect.<\/p>\n\n\n\n<p>Since it was developed in a completely different technological era, it presents several structural limitations, especially in terms of industrial cybersecurity.<\/p>\n\n\n\n<p>The main <strong>limitations <\/strong>include:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>lack of native security features<\/strong> (no encryption or authentication)<\/li>\n\n\n\n<li><strong>limited event management<\/strong><\/li>\n\n\n\n<li><strong>simple and relatively inflexible data structures<\/strong><\/li>\n\n\n\n<li><strong>lower scalability compared to modern protocols<\/strong><\/li>\n<\/ol>\n\n\n\n<p>For this reason, Modbus is often deployed alongside industrial gateways, firewalls, and network segmentation solutions to improve OT infrastructure security.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Modbus remains one of the most important communication protocols in industrial automation.<\/p>\n\n\n\n<p>Its strength does not come from technological complexity, but from its ability to provide <strong>reliable <\/strong>communications, <strong>interoperability <\/strong>between devices, and operational continuity in real industrial environments.<\/p>\n\n\n\n<p>Even with the growth of IIoT, industrial cloud platforms, and more advanced communication standards, Modbus continues to play a fundamental role in connecting machines, control systems, and industrial supervision platforms.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modbus is one of the most widely used industrial communication protocols in automation systems. This article explains how Modbus works, the differences between Modbus RTU and Modbus TCP\/IP, and why it is still essential in SCADA, PLC, and Industry 4.0 infrastructures.<\/p>\n","protected":false},"author":2,"featured_media":3713,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[122,121],"tags":[246],"applicazioni":[],"class_list":["post-3729","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-news","tag-modbus"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What Is Modbus? How it works? : 4neXt Technology Systems - Blog<\/title>\n<meta name=\"description\" content=\"Learn what Modbus is,how Modbus RTU and TCP\/IP work, and why this industrial communication protocol is still widely used in automation and Industry 4.0 systems.\" \/>\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.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"4neXt Technology Systems | Prodotti e Soluzioni IoT e M2M\" \/>\n<meta property=\"og:description\" content=\"Learn what Modbus is,how Modbus RTU and TCP\/IP work, and why this industrial communication protocol is still widely used in automation and Industry 4.0 systems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/\" \/>\n<meta property=\"og:site_name\" content=\"4neXt Technology Systems | Prodotti e Soluzioni IoT e M2M\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/4neXt.eu\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-08T09:09:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-08T09:43:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.4next.eu\/wp-content\/uploads\/main_logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Gino Cecchettin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/\"},\"author\":{\"name\":\"Gino Cecchettin\",\"@id\":\"https:\/\/www.4next.eu\/en\/#\/schema\/person\/d8645c58d31e4a18a881eb99f91e88e7\"},\"headline\":\"What Is Modbus? How it works?\",\"datePublished\":\"2026-05-08T09:09:17+00:00\",\"dateModified\":\"2026-05-08T09:43:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/\"},\"wordCount\":754,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.4next.eu\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.4next.eu\/wp-content\/uploads\/main_logo.png\",\"keywords\":[\"modbus\"],\"articleSection\":[\"Blog\",\"News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/\",\"url\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/\",\"name\":\"What Is Modbus? How it works? : 4neXt Technology Systems - Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.4next.eu\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.4next.eu\/wp-content\/uploads\/main_logo.png\",\"datePublished\":\"2026-05-08T09:09:17+00:00\",\"dateModified\":\"2026-05-08T09:43:22+00:00\",\"description\":\"Learn what Modbus is,how Modbus RTU and TCP\/IP work, and why this industrial communication protocol is still widely used in automation and Industry 4.0 systems.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#primaryimage\",\"url\":\"https:\/\/www.4next.eu\/wp-content\/uploads\/main_logo.png\",\"contentUrl\":\"https:\/\/www.4next.eu\/wp-content\/uploads\/main_logo.png\",\"width\":500,\"height\":200,\"caption\":\"modbus logo official\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.4next.eu\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News\",\"item\":\"https:\/\/www.4next.eu\/en\/news\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What Is Modbus? How it works?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.4next.eu\/en\/#website\",\"url\":\"https:\/\/www.4next.eu\/en\/\",\"name\":\"4neXt Technology Systems | Prodotti e Soluzioni IoT e M2M\",\"description\":\"4neXt prodotti M2M e IoT per la raccolta dati e il trattamento dei dati: Datalogger, Gateway Bridge, convertitori di protocollo e moduli di I\/O\",\"publisher\":{\"@id\":\"https:\/\/www.4next.eu\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.4next.eu\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.4next.eu\/en\/#organization\",\"name\":\"4neXt S.r.l.s.\",\"url\":\"https:\/\/www.4next.eu\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.4next.eu\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.4next.eu\/wp-content\/uploads\/2020\/12\/4next.png\",\"contentUrl\":\"https:\/\/www.4next.eu\/wp-content\/uploads\/2020\/12\/4next.png\",\"width\":842,\"height\":271,\"caption\":\"4neXt S.r.l.s.\"},\"image\":{\"@id\":\"https:\/\/www.4next.eu\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/4neXt.eu\",\"https:\/\/www.linkedin.com\/company\/4next\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.4next.eu\/en\/#\/schema\/person\/d8645c58d31e4a18a881eb99f91e88e7\",\"name\":\"Gino Cecchettin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.4next.eu\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a99cf3684bac9c8d1b62436409125987e451412a66506aa22d565a68243a6e01?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a99cf3684bac9c8d1b62436409125987e451412a66506aa22d565a68243a6e01?s=96&d=mm&r=g\",\"caption\":\"Gino Cecchettin\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is Modbus? How it works? : 4neXt Technology Systems - Blog","description":"Learn what Modbus is,how Modbus RTU and TCP\/IP work, and why this industrial communication protocol is still widely used in automation and Industry 4.0 systems.","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.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/","og_locale":"en_US","og_type":"article","og_title":"4neXt Technology Systems | Prodotti e Soluzioni IoT e M2M","og_description":"Learn what Modbus is,how Modbus RTU and TCP\/IP work, and why this industrial communication protocol is still widely used in automation and Industry 4.0 systems.","og_url":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/","og_site_name":"4neXt Technology Systems | Prodotti e Soluzioni IoT e M2M","article_publisher":"https:\/\/www.facebook.com\/4neXt.eu","article_published_time":"2026-05-08T09:09:17+00:00","article_modified_time":"2026-05-08T09:43:22+00:00","og_image":[{"width":500,"height":200,"url":"https:\/\/www.4next.eu\/wp-content\/uploads\/main_logo.png","type":"image\/png"}],"author":"Gino Cecchettin","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#article","isPartOf":{"@id":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/"},"author":{"name":"Gino Cecchettin","@id":"https:\/\/www.4next.eu\/en\/#\/schema\/person\/d8645c58d31e4a18a881eb99f91e88e7"},"headline":"What Is Modbus? How it works?","datePublished":"2026-05-08T09:09:17+00:00","dateModified":"2026-05-08T09:43:22+00:00","mainEntityOfPage":{"@id":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/"},"wordCount":754,"commentCount":0,"publisher":{"@id":"https:\/\/www.4next.eu\/en\/#organization"},"image":{"@id":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#primaryimage"},"thumbnailUrl":"https:\/\/www.4next.eu\/wp-content\/uploads\/main_logo.png","keywords":["modbus"],"articleSection":["Blog","News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/","url":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/","name":"What Is Modbus? How it works? : 4neXt Technology Systems - Blog","isPartOf":{"@id":"https:\/\/www.4next.eu\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#primaryimage"},"image":{"@id":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#primaryimage"},"thumbnailUrl":"https:\/\/www.4next.eu\/wp-content\/uploads\/main_logo.png","datePublished":"2026-05-08T09:09:17+00:00","dateModified":"2026-05-08T09:43:22+00:00","description":"Learn what Modbus is,how Modbus RTU and TCP\/IP work, and why this industrial communication protocol is still widely used in automation and Industry 4.0 systems.","breadcrumb":{"@id":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#primaryimage","url":"https:\/\/www.4next.eu\/wp-content\/uploads\/main_logo.png","contentUrl":"https:\/\/www.4next.eu\/wp-content\/uploads\/main_logo.png","width":500,"height":200,"caption":"modbus logo official"},{"@type":"BreadcrumbList","@id":"https:\/\/www.4next.eu\/en\/news\/modbus-what-is-and-how-it-works\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.4next.eu\/en\/"},{"@type":"ListItem","position":2,"name":"News","item":"https:\/\/www.4next.eu\/en\/news\/"},{"@type":"ListItem","position":3,"name":"What Is Modbus? How it works?"}]},{"@type":"WebSite","@id":"https:\/\/www.4next.eu\/en\/#website","url":"https:\/\/www.4next.eu\/en\/","name":"4neXt Technology Systems | Prodotti e Soluzioni IoT e M2M","description":"4neXt prodotti M2M e IoT per la raccolta dati e il trattamento dei dati: Datalogger, Gateway Bridge, convertitori di protocollo e moduli di I\/O","publisher":{"@id":"https:\/\/www.4next.eu\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.4next.eu\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.4next.eu\/en\/#organization","name":"4neXt S.r.l.s.","url":"https:\/\/www.4next.eu\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.4next.eu\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.4next.eu\/wp-content\/uploads\/2020\/12\/4next.png","contentUrl":"https:\/\/www.4next.eu\/wp-content\/uploads\/2020\/12\/4next.png","width":842,"height":271,"caption":"4neXt S.r.l.s."},"image":{"@id":"https:\/\/www.4next.eu\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/4neXt.eu","https:\/\/www.linkedin.com\/company\/4next\/"]},{"@type":"Person","@id":"https:\/\/www.4next.eu\/en\/#\/schema\/person\/d8645c58d31e4a18a881eb99f91e88e7","name":"Gino Cecchettin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.4next.eu\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a99cf3684bac9c8d1b62436409125987e451412a66506aa22d565a68243a6e01?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a99cf3684bac9c8d1b62436409125987e451412a66506aa22d565a68243a6e01?s=96&d=mm&r=g","caption":"Gino Cecchettin"}}]}},"_links":{"self":[{"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/posts\/3729","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/comments?post=3729"}],"version-history":[{"count":4,"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/posts\/3729\/revisions"}],"predecessor-version":[{"id":3735,"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/posts\/3729\/revisions\/3735"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/media\/3713"}],"wp:attachment":[{"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/media?parent=3729"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/categories?post=3729"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/tags?post=3729"},{"taxonomy":"applicazioni","embeddable":true,"href":"https:\/\/www.4next.eu\/en\/wp-json\/wp\/v2\/applicazioni?post=3729"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}