Skip to main content

Questions tagged [modbus]

Modbus is a simple protocol for serial communication between electronic devices.

0 votes
1 answer
68 views

I am trying to collect data from a geophone using a UNO R4 minima as slave with a Zihatec shield, so that I can integrate it into a larger project on a modbus RTU bus. The signal from the geophone is ...
user36093's user avatar
  • 111
0 votes
1 answer
133 views

I am currently trying to use an arduino to send an RS485 via an SP3078EEN RS485 transciever. I have my arduino code set the DE pin high, wait 1ms, then write and flush a data buffer to the serial ...
Patrick Voorhoeve's user avatar
1 vote
1 answer
90 views

I am attempting to connect this device to my computer via RS232. I am debating the simplest way of going about this and was inquiring if my Uno R3 could come into use, turning the analog symbols of 0-...
Kristof Kaye's user avatar
0 votes
2 answers
239 views

client.read() function in ArduinoModbus library returns -1 on failure: https://www.arduino.cc/reference/en/libraries/arduinomodbus/client.read/. How can it be used to read a holding register with ...
Paul Jurczak's user avatar
3 votes
0 answers
108 views

I'm testing the following code as a bridge between https://sourceforge.net/projects/qmodmaster/ and https://pypi.org/project/pyModSlave/. As hardware, I'm using a NodeMCU 1.0 and a USB/TTL converter. ...
Eduardo-bat's user avatar
0 votes
1 answer
75 views

I have a SAMD51P20 based Arduino PLC with WIZnet W5500 based Ethernet shield. I'm using these libraries: #include <Ethernet.h> #include <MQTT.h> #include <ArduinoModbus.h> MQTT and ...
Paul Jurczak's user avatar
0 votes
2 answers
412 views

I am attempting implement ArduinoModbus on my STM32 Poternta H7 using the breakout board. Its well documented that in ArduinoRS485 that the RS485 object is hardwired. If you are using the PH7/Breakout ...
Dave by 2's user avatar
1 vote
1 answer
274 views

Kindly seek help. In my project I want to ‘fake’ a smart meter via Modbus rtu server for a solis inverter. Somehow the solis realizes that I am faking him, so I am wondering which Modbus rtu server ...
behn66's user avatar
  • 21
0 votes
0 answers
187 views

I'm trying to connect sesnor that use RS485 (I'm almost sure that's modbus). The sensor has RX/TX and +/- wires. Do I still need a component between the RX/TX pin from the Arduino UNO and the sensor ...
Dafik's user avatar
  • 9
2 votes
0 answers
380 views

I'm try to read some value from a soil NPK sensor using RS485 Modbus e Arduino uno. I menage to sent the request msg and I got the response but now i don't know how to read the response in order to ...
Damiano Miazzi's user avatar
1 vote
0 answers
214 views

I am trying to use following code but its not working. Need a help in this regard. #include <SimpleModbusMaster.h> #define baudrate 115200 #define timeout 2000 #define polling 500 #define ...
Ashish kumar's user avatar
2 votes
0 answers
791 views

I'm working with a 32-Input Modbus RTU module using RS485. I'm trying to read/poll the inputs to check for ON(1) states. I have tested this module with Arduino UNO, Radzio! Modbus Master simulator, ...
Ashton's user avatar
  • 159
-1 votes
1 answer
971 views

I'm trying to read values stored in a bool* pointer from a modbus coil call. I'm using modbus-esp8266 library. it's all ok with Input Registers and Holding Registers but i cannot read the result of a ...
MarioC's user avatar
  • 101
0 votes
0 answers
1k views

I'm trying to connect a modbus meter to a nodeMcu LoLin v3 I'm using a MAX3485 module to transfer the TTL to a RS485 connection. The modbus server has unitId 1, baud rate 9600 and no Parity This is ...
MarioC's user avatar
  • 101
2 votes
1 answer
4k views

Hi,am trying to communicate with power-factor controller [Selec APFC 148-312] using modbus RTU,am following example sketch from modbusmaster library. am able to get the raw data from the instrument ...
Ragaven N's user avatar

15 30 50 per page
1
2 3 4 5 6