Example configuration file - Manual - Ethernet IP Connector - Industrial Edge - Industrial Edge App

Ethernet IP Connector

Product
Ethernet IP Connector
Product Version
v3.1
Edition
10/2024
Language
en-US (original)
{
  **configs**: [
    {
      **$schema**: "https://siemens.com/connectivity_suite/schemas/eip/
3.0.0/config.json",
      **config**: {
        **connections**: [
          {
            **name**: **TestCompactLogix**,
            **parameters**: {
               **ip_address**: **192.168.3.67**,
               **communication_path**: **1.0**,
               **plc_type**: **compactlogix**
            },
            **datapoints**: [
              {
                **name**: **TestInt1**,
                **data_type**: **Int**,
                **access_mode**: **rw**,
                **address**: {
                  **address_string**: **TestInt1**
                }
              },
              {
                **name**: “Real1",
                **data_type**: **Real**,
                **access_mode**: **rw**,
                **address**: {
                  **address_string**: ** RealTag1**
                }
              }
            ]
          }
        ]
      }
    }
  ]
}