Translations:Fast Modbus/34/en

Версия от 16:08, 29 декабря 2023; A.Degtyarev (обсуждение | вклад) (Новая страница: «# Install the utility using the command: <code> #:<syntaxhighlight lang="bash"> apt update && apt install wb-modbus-ext-scanner </syntaxhighlight> </code> # Stop the wb-mqtt-serial driver using the command: <code> #:<syntaxhighlight lang="bash"> systemctl stop wb-mqtt-serial </syntaxhighlight> </code> # Execute the command: <code> #:<syntaxhighlight lang="bash"> wb-modbus-scanner -d /dev/ttyRS485-1 -b 115200 -s 4267937719 -i 3 </syntaxhighlight> </code> # Wh...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
  1. Install the utility using the command:

  1. apt update && apt install wb-modbus-ext-scanner
    

  1. Stop the wb-mqtt-serial driver using the command:

  1. systemctl stop wb-mqtt-serial
    

  1. Execute the command:

  1. wb-modbus-scanner -d /dev/ttyRS485-1 -b 115200 -s 4267937719 -i 3
    

  1. Where, /dev/ttyRS485-1 is the port to which the device is connected,
  2. 115200 is the exchange rate,
  3. 4267937719 is the device's serial number,
  4. 3 is the new slave ID.
  5. As a result, the following output should appear:

  1. Serial port: /dev/ttyRS485-1
    Use baud 115200
    Change ID for device with serial   4267937719 [FE638FB7] New ID: 3
    

  1. Start the wb-mqtt-serial driver again using the command:

  1. systemctl start wb-mqtt-serial