modbus-dart
modbus-dart copied to clipboard
My requirement is to connect multiple simultaneous connections to the same PLC. Below is my code snippet: import 'package:modbus/modbus.dart' as modbus; main(List arguments) async { var client = modbus.createTcpClient( '192.168.250.40',...
Hello , Can I Read Multiple Holding Registers function this library ?
Hi, I'm having an issue when I disconnect the modbus server. An exception is generated but I'm not able to catch it. My code is wrapped with a try catch...
Hello, occasionally when I try to read/write registers using Modbus, I get this problem, but most of the time it works, and when the error happens, I can't read/write any...
Hello, I am connecting with plc via modbus tcp. but after I close my application, plc cuts off communication. To reconnect, I have to unplug and plug the ethernet cable....
I was having a problem where, whenever I physically disconnected the device connected through the modbus protocol, I'd see an exception on the console but all subsequent petitions I had...
When I connect the device there is an error sometimes is gppd but sometimes ıt shows error soo long time I'm closing device restart and too many thing and no...
I want to set a timeout if modbus slave not response in a given time(like 2000ms), how can I do it ?
Hello, thanks for the good package! How I can change a connection timeout? Can't find any duration param in connect function.