FairCom Edge Modbus connector
Connect FairCom Edge to Modbus devices
The FairCom Modbus connector uses a field bus protocol that provides the ability to connect to Modbus devices to read and write Modbus data tags to and from devices, such as PLCs. The time between data collection events can be modified. For example, to collect data twice every second, set "dataCollectionIntervalMilliseconds"
to 5000
.
Note
A tag is a piece of named data with an associated value. For example, the tag temperature 70
includes both the named data temperature
and the value 70
. In JSON, a tag is a JSON property, such as "temperature": 70
. In a SQL table, a tag is a data field, such as a field named temperature
with a value of 70
.
Section | Description |
---|---|
FairCom Edge has a Modbus service that allows FairCom Edge to connect to and interact with Modbus devices. | |
The tutorials section contains examples of how to collect, transform, store, and deliver data using the FairCom integration engine. | |
The API reference outlines and defines the properties used to utilize the Modbus TCP service. | |
Verify that the Modbus service is enabled in the FairCom Edge server. | |
The Modbus data types are the values used in the | |
The Modbus emulator software simulates running a machine communicating over the Modbus protocol. |