Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
2k views

Is there a good library for dealing with the Modbus protocol in .NET?

Does anyone know of a good (preferably open source) library for dealing with the Modbus protocol? I have seen a few libraries, but I am looking for some people's personal experiences, not just the top ...
3
votes
5answers
372 views

Something like StrTok() or Sscanf()?

So, I am reading from ModBos over serial port and get readings something like the following : '+0020.8+0022.8-00.046-00.002-00.005-001.99+00.000+00.003'; Basically, there will always be 8 floating ...
3
votes
1answer
468 views

Modbus driver: C vs Java

I am soon going to start a project where I'm required to program a Modbus driver. My initial approach was to want to do it in Java, however my boss has had contact with a company that has experience ...
3
votes
3answers
5k views

Modbus stack for Microchip PIC

Can someone suggest an open source implementation of a Modbus RTU Slave for a Microchip PIC18 processor? I'm looking for an implementation of Modbus RTU for RS-232/RS-485, but a Modbus TCP/IP ...
2
votes
2answers
481 views

Reading coils in modbus protocol

I am doing a project in modbus, i framed the request for reading coils in TCP,but i dont know how to do it for serialport can anyone help to frame this.
2
votes
3answers
761 views

How to Reduce TCP delays caused by ARP flushes for MODBUS TCP

We have an application which is periodically sending TCP messages at a defined rate(Using MODBUS TCP). If a message is not received within a set period an alarm is raised. However every once in a ...
1
vote
1answer
102 views

Jamod (modbus, Java) Master programming, why does it repeat the transaction?

I'm on a project that involves using the serial connection (hence the Jamod) and coding I came across this //7. Execute the transaction repeat times //repeat =10 defined in point 1. (go to the source ...
1
vote
2answers
134 views

Best suited ARM based development kit for porting android OS

I am looking for a ARM based hardware development kit for porting Android OS on it. My objective is to port Android OS on ARM based hardware platform and write Modbus drivers to provide serial ...
1
vote
1answer
79 views

Delimiting Application Protocol Frames using .Net's NetworkStream.Read/BeginRead

My question is more general to network programming, but because I'm trying to write a Modbus TCP server (slave), I will use it to illustrate my question. In a Modbus TCP frame, the 5th and 6th byte ...
1
vote
2answers
86 views

Need to communicate with a box using Modbus over TCP/IP from my cloud-based server

So I don't have much experience with Modbus but my problem is essentially what's in the title. Would I need a controller that talks to the box and then reformat the message and pushes it to the ...
1
vote
3answers
59 views

Access restrictions in Modbus protocol data model

What is exactly the difference between registers in the Modbus protocol data model? The protocol defines the following data model: | Discretes Input | Single bit | Read-only | | Coils ...
1
vote
1answer
96 views

How to edit build properties of a Java Library

There seem to be some similar questions, but nothing quite specific enough, I hope this is OK. I am wondering how to edit the build properties of the Jamod MODBUS library so as to use the RxTx API ...
1
vote
1answer
279 views

How to access 5xxxx Modbus address

I am trying to access addresses such as 50526 on a Socomec Diris A40 using nmodbus. Unlike other examples I have seen which start with 3 or 4, these addresses all start with a 5. 50544, 50550, 50556 ...
1
vote
1answer
294 views

How to ping meter with Modbus

I am trying to ping a Socomec meter using the Modbus protocol, having researched, I found NModbus, a C# library. I have never used libraries or C# before (normally java), but I have to dive right in. ...
1
vote
1answer
89 views

Need Objective Modbus Java Library help

Does anybody know is there any Objective Modbus Java library ( Modbus + ) ?
1
vote
2answers
421 views

How do you communicate to a Modbus device within an iPhone application?

I would like to be able to develop an iPhone application that can communicate with Modbus devices, but I'm not sure how to proceed. Has anyone had experience with this or are there existing libraries ...
1
vote
2answers
415 views

Modbus sniffer tool required

I am looking for a good professional modbus sniffer tool to scan the master slave communication. Please any one have idea ? Regards Dani
1
vote
2answers
369 views

What modbus library should I use for modbus protocol for GCC

We are building a product, which requires modbus communication (both rs-485 and TCP/IP). The code has to run on an embedded device which has Linux running on it. We have following criteria for the ...
1
vote
2answers
321 views

How do I send Hex data?

I am trying to communicate with a modbus slave via either modbusTCP or modbus serial. The manuf. (partlow) has an ASCII communications manual ...
1
vote
1answer
1k views

Writing to modbus with Jamod

I came across with a curious situation when using jamod to write to modbus. Following read code works perfectly: public static void main(String[] args) throws Exception { InetAddress address = ...
1
vote
3answers
600 views

Serial programming: measuring time between characters

I am sending/receiving data over a serial line in Linux and I would like to find the delay between characters. Modbus uses a 3.5 character delay to detect message frame boundaries. If there is more ...
1
vote
1answer
133 views

Is there a modbus implementation which uses Mina 2.x?

Is there a open source modbus implementation which uses Apache Mina 2.x?
0
votes
0answers
34 views

Remote Handling PLC using Web based java application

we are developing an simulator application where user can create simulation and run the logic. now in second phase of our project we required hardware triggering using web based application . i ...
0
votes
2answers
116 views

MODBUS TCP answer convert to a float C++

I got a Problem. I'Ve got a MODBUS TCP answer, which is hex coded like this: 0 0 0 0 0 7 1 4 4 41 B8 66 64. For explanation: the first five zeroes are a specification of Modbus, the 7 are the numbers ...
0
votes
1answer
96 views

TComPort and Modbus-RTU?

It is possible to read and send data with TComPort for modbus RTU protocol? I have read wiki http://en.wikipedia.org/wiki/Modbus for modbus, but what mean start and end with 3.5c idle? I use ...
0
votes
4answers
235 views

Can my program use Indy 10 at a customer site if I wrote it to use Indy 9?

I have written a program in Delphi 7 (includes a ModBus component that uses Indy). On my machine it uses Indy 9 and works fine. It communicates well with other machines via a ModBus protocol. However, ...
0
votes
2answers
393 views

Need modbus Java library

I need simple modbus Java library with source code. I found on google but there is .jar file and doesn't have strong using manual. Can anybody suggest me modbus library with using manual or source ...
0
votes
1answer
49 views

How the “OK” message looks like?

I have a device that sends data to a server. Data [ Client ] == > [ Server ] After the validation on the server I want to return a message: OK [ Client ] < == [ ...
0
votes
1answer
293 views

change the system.io.port datareceived event output type

I am building a class library for modbus and serial connections, I need to return an array of bytes back but when using the DataReceived event from System.IO.Ports I cannot return any since it's type ...
0
votes
1answer
656 views

Modbus and C# — problem in reading response

I am a newbie to modbus and need some help. I am trying to connect using modbus and serial communication. so far i managed to send data but i am unable to get any. the following is my code. ...
0
votes
1answer
196 views

I have to make an iPhone app that communicates with devices that support Modbus Protocol

I have to be able to communicate wirelessly which means it would either be MODBUS TCP/IP over wifi or MODBUS RTU over bluetooth. I cannot find any modbus implementations with an objectiveC wrapper, ...