Asset links
Asset links are Linux applications installed on the same device as the Asset Gateway software and act as a translator from vendor-specific, proprietary protocols to a standardized API. Each Asset link supports a specific protocol and a range of OT devices that can be discovered and identified.
If you want to create your own Asset link, see Asset Link SDK
List of supported Asset links
Asset link name | Protocol | Supported devices |
---|---|---|
Default IP Scanner | ICMP, ARP | All IP connected devices |
Asset Link SNMP | SNMPv1 SNMPv2 SNMPv3 |
IP devices with SNMP enabled Attributes depend on configured attributes in SNMP MIB |
SIMATIC Automation Tool | SIMATIC | Siemens SIMATIC S7-1500, S7-1200, S7-300 PLCs Siemens SIMATIC HMI Basic and HMI Comfort Panels Siemens SCALANCE switches V1, V2, V3 Siemens SINAMICS V90, SINAMICS S210, SINAMICS S120 (CU320-2) |
Asset Link Ethernet/IP | Ethernet/IP | Rockwell CompactLogix series Rockwell ControlLogix series Rockwell MicroLogix series Omron NJ series |
PROFINET Asset Service | PROFINET | SIEMENS PROFINET Devices FESTO PROFINET Devices Wago PROFINET devices Fanuc PROFINET devices |
Additional Information
Default IP Scanner
The Default IP Scanner is included in the Asset Gateway App by default as an edge app.
Supported Attributes:
- Hostname
- IP Address
- MAC Address
- Vendor
Asset Link SNMP
The Asset Link SNMP can be obtained from the Industrial Edge Marketplace.
Supported Attributes:
- Hostname
- IP address
- MAC address
- Asset name
- Vendor
- Article number
- Serial number
- Software version
SIMATIC Automation Tool
The SIMATIC Automation Tool can be obtained from the Industrial Edge Marketplace.
Supported Attributes:
- Hostname
- MAC- and IP-addresses and their relation
- ID Link
- Vendor
- Article number
- Serial number
- Software version
- Hardware version
- Station number
- Slot number, Slot name, Subslot
- Asset capabilities like support of firmware update or backup functionality
- Connected submodules' data
- Connected periphery's data
Please refer to the separate Documentation for further information and use cases for the SIMATIC Automation Tool application.
Supported Discovery Attributes:
By default, SIMATIC Automation Tool performs a discovery starting with Layer 2 based protocol to discover all assets in a network and, if the asset supports it, continuing with the appropriate Layer 3 based protocol to identify details of the discovered asset. This behavior can be adapted using discovery filters and options.
Only discover assets in a specified IP Range
- Type: DiscoveryFilter, optional, but required if
DiscoveryStrategy
L3
is provided - Key:
IPRange
- Operator:
EQUAL
- Value:
IpStart-IpEnd
, e.g. 192.168.1.1-192.168.1.20
Perform only a Layer 3 protocols based scan, do not try to discover using Layer 2 to support routed environments. Condition: IPRange Filter must be provided
- Type: DiscoveryOption, optional
- Key:
DiscoveryStrategy
- Operator:
EQUAL
- Value:
L3
Example:
{
"discoveryFilters":[
{
"key":"IPRange",
"comparisonOperator":"EQUAL",
"value":"192.168.1.1-192.168.1.250"
}
],
"discoveryOptions":[
{
"key":"DiscoveryStrategy",
"comparisonOperator":"EQUAL",
"value":"L3"
}
]
}
Limitations:
- IPRange supports up to Class C networks, e.g.
192.168.1.1-192.168.1.254
- Layer 3 discovery option currently has limitations for discoverable device types. A broader range of supported device types is planned for an upcoming release.
Asset Link Ethernet/IP
The Asset Link Ethernet/IP can be obtained from the Industrial Edge Marketplace.
Supported Attributes:
- Hostname
- IP address
- MAC address
- Vendor
- Asset Name
- Asset Model
- Article number
- Serial number
- Software version
Please refer to the separate Documentation for further information and use cases for the Ethernet IP Connector application.
PROFINET Asset Service
The PROFINET Asset Service Asset Link is provisioned by default with Industrial Edge. For non Industrial Edge usage, the Asset Link is provided on request.
Supported Attributes:
- PROFINET name
- IP address
- MAC address
- Vendor
- Article number
- Serial number
- Software version
- Hardware version
Please refer to the separate Documentation for further information and use cases for the PROFINET Asset Service.