Skip to content

Commit a813458

Browse files
committed
Typo fix
1 parent d557478 commit a813458

File tree

1 file changed

+6
-6
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/21.packaging-labeling-app-note

1 file changed

+6
-6
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/21.packaging-labeling-app-note/content.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,12 @@ After this configuration, you need to create a Modbus node to set up information
317317

318318
The table below illustrates the configuration of the Modbus nodes.
319319

320-
| **Name** | **Modbus adress** | **Minimum polling time** | **Adress Type** | **Swap Words mode** |
321-
| ------------------ | ----------------- | ------------------------ | --------------- | ------------------- |
322-
| Servodriver_Axis_X | 1 | 1 | Modbus | Little endian |
323-
| Servodriver_Axis_X | 2 | 1 | Modbus | Little endian |
324-
| Servodriver_Axis_X | 3 | 1 | Modbus | Little endian |
325-
| Labeling_Machine | 4 | 1 | Modbus | Little endian |
320+
| **Name** | **Modbus address** | **Minimum polling time** | **Address Type** | **Swap Words mode** |
321+
| ------------------ | ------------------ | ------------------------ | ---------------- | ------------------- |
322+
| Servodriver_Axis_X | 1 | 1 | Modbus | Little endian |
323+
| Servodriver_Axis_X | 2 | 1 | Modbus | Little endian |
324+
| Servodriver_Axis_X | 3 | 1 | Modbus | Little endian |
325+
| Labeling_Machine | 4 | 1 | Modbus | Little endian |
326326

327327
In Modbus RTU, functions and addresses are essential for communication between a master device and slave devices. Each Modbus RTU message includes a function code that instructs the slave on a specific action. Common function codes include reading coils (Function 01) for binary output values, reading discrete inputs (Function 02) for binary input values, reading holding registers (Function 03) for internal data, and writing to coils or registers (Functions 05 and 06). Additionally, Function 16 (Write Multiple Registers) is used to write a series of values to consecutive holding registers, enabling batch updates to multiple data points. Addresses in Modbus RTU refer to specific memory locations within the device, each storing data points like sensor readings or control outputs. Unique addresses ensure that the master can accurately read or write data across the network, making Modbus RTU a reliable protocol for industrial communication.
328328

0 commit comments

Comments
 (0)