Raptor-Dev-Modbus-Library: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Navigation}} [[Raptor-Platform | Raptor Platform]] > [[Raptor-Dev | Raptor-Dev]] > '''Raptor-Dev Modbus Library''' | {{Navigation}} [[Raptor-Platform | Raptor Platform]] > [[Raptor-Dev | Raptor-Dev]] > '''Raptor-Dev Modbus Library''' | ||
<p>This library exposes a block interface for the [https://en.wikipedia.org/wiki/Modbus Modbus protocol]. This protocol is useful for many industrial application. The library handles many of the details under the hood, so the end-user can configure which modbus registers to read (master) or to write (slave). The library abstracts the details of the protocol into a simple block interface consisting of just a handful of blocks and configuration scripts.</p> | <p>This library exposes a block interface for the [https://en.wikipedia.org/wiki/Modbus Modbus protocol]. This protocol is useful for many industrial application. The library handles many of the details under the hood, so the end-user can configure which modbus registers to read (master) or to write (slave). The library abstracts the details of the protocol into a simple block interface consisting of just a handful of blocks and configuration scripts. | ||
</p> | |||
<p> | |||
This library may be used on Raptor targets which expose a serial (RS232/RS485) interface such as the DISP-IMX286 (VEECAN) targets. | |||
</p> | |||
<h1>Blocks</h1> | <h1>Blocks</h1> |
Revision as of 21:26, 28 November 2016
New Eagle > Products Wiki > Raptor Platform > Raptor-Dev > Raptor-Dev Modbus Library
This library exposes a block interface for the Modbus protocol. This protocol is useful for many industrial application. The library handles many of the details under the hood, so the end-user can configure which modbus registers to read (master) or to write (slave). The library abstracts the details of the protocol into a simple block interface consisting of just a handful of blocks and configuration scripts.
This library may be used on Raptor targets which expose a serial (RS232/RS485) interface such as the DISP-IMX286 (VEECAN) targets.
Blocks
Block | Description | Appearance |
---|---|---|
Modbus Master |
This block acts as a Modbus master on a serial bus. |
|
Modbus Slave |
This block acts as a Modbus slave on a serial bus. |
|
Modbus Slave Error |
This block will send a MODBUS Error Response. |
|
Modbus Slave Response |
This block is used to package and send a response to a request. |