New Post: .NET Modbus master
Hi I'm really new here I'm trying to automate the reading of an electricity meter which has a 485 port. So far, using "Simply Modbus Master 8" I've been able to do that, but it is a commercial and...
View ArticleNew Post: .NET Modbus master
Well, here I provide sources because that's the most flexible way to achieve anything you want. What's not clear to me is what you really want. I may even compile some sources for you, but...mine is a...
View ArticleNew Post: .NET Modbus master
Hi Highfield, and thanks for the fast reply. I'm trying to read an energy meter to store its values historically in a db. The EM has a RS-485 RTU port, and so far using Libmodbus under linux I've been...
View ArticleNew Post: .NET Modbus master
I mean that, but it's not clear to me HOW the read values should be exposed by the DLL. Would you expect a text file? a console output (to parse)? Moreover, would you need the ability to send...
View ArticleNew Post: .NET Modbus master
Hi Highfield well, the best option would be to return an object, but a console output is equally good. After all, I'm going to read voltage and current from a current meter, so those are just 2 text...
View ArticleNew Post: Cet Modbus Toolbox is running on Raspberry Pi as Slave
Hi Mario, to your honour... your ModbusToolbox is running on Raspberry Pi under mono as TCP Slave. Backend for displaying Data, switching somthing ON/OFF,... ect ... openHAB with Modbus Binding is...
View ArticleNew Post: Cet Modbus Toolbox is running on Raspberry Pi as Slave
Thank you very much, Chris. I'm happy to hear from you this news! It's been a while I wanted to put my hands on, but tons of more important stuffs came first... Have fun, and thanks again!
View ArticleNew Post: 4 word counts
Hello Sir, How do you get the numeric value when the Modbus library reads from a four word counts address area. Do you convert it somehow using the ByteArrayHelper class? Here is an example of four...
View Article