Modbus is a serial communications protocol published by Modicon in 1979 for use with its programmable logic controllers (PLCs). Simple and robust, it has since become a de facto standard communication protocol, and it is now amongst the most commonly available means of connecting industrial ...
0
votes
0answers
20 views
F28335 Freemodbus
I have to port Freemodbus to Texas Instruments F28335 but I'm having problems with the xMBRTUReceiveFSM() function. For some reason, the assert( eSndState == STATE_TX_IDLE ) line is aways activated ...
2
votes
0answers
18 views
Does Seneca Z-3AO understand a function 5 code (Modbus RTU)?
In the user manual they only specify address's of "Analog Output Holding Registers", which allows you to implement function codes 3, 6 and 16.
PS. I want to change a single coil (bit) in ...
0
votes
0answers
27 views
Java libmodbus native library unsatisfiedLinkError
Hi I am getting the following when I am executing my project jar.
java -Djava.library.path=. -jar RDC.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: ...
0
votes
0answers
55 views
libmodbus in MFC
I am trying to integrate modbus library given by libmodbus into a custom MFC project in Visual Studio 2010.
The steps that I have followed till now are as follows:
1) I have created project ...
0
votes
1answer
99 views
asp.net mvc 4 running a method non stop without it slowing down or blocking application
after looking for several days for a clear answer on this I decided to just ask it here myself.
In my company I'm am tasked to make a web application that is made for Gas and Fire Detection. It ...
0
votes
1answer
113 views
UDP sendto and recvfrom on different ports
I am trying to wrap my head around how sockets work after deciding to try to talk to some equipment at work. The basic details are that the equipment uses the ModBus RTU protocol over UDP. The data ...
0
votes
1answer
266 views
Trouble send hex (Modbus Packet) via pyserial
I am having some trouble with sending the following hex codes 0x01 0x03 0x00 0x00 0x00 0x01 0x0a 0x84 to a serial device (Voltage Sensor) which will return an int for current voltage using Python and ...
0
votes
0answers
29 views
how can i make MODBUS TCP session invalid?
In mcf52233 controller I have implemented multi master with tcp modbus protocol(multiple clients for MODBUS TCP running on PC and server running on my hardware.) for this i referred ...
1
vote
1answer
139 views
Create a fake TTY device from a serial-over TCP connection
I have a library (PyModbus) I would like to use that requires a tty device as it will be communicating with a device using serial connection. However, the device I am going to talk to is going to be ...
0
votes
1answer
100 views
Pymodbus (Serial) over a tcp serial connection
I will be creating a connection between my Linux server and a cellular modem where the modem will act as a server for serial over TCP.
The modem itself is connected to a modbus device (industrial ...
0
votes
2answers
53 views
plc modbus ascii multiple instructions
I'm doing an application that uses the Modbus ASCII protocol (RS485).
A client will communicate with a PLC service that will talk to the PLC through the serial port.
I'm not sure whether there is ...
1
vote
1answer
266 views
communicating with multiple slave (Modbus protocol based)
I am developing an application in which Lets says 50-60 Modbus supporting devices (Slaves) are connected to a Com Port which are communicating with my application in request response mechanism.
I ...
1
vote
1answer
299 views
SerialPort Write() sending more bytes than in send buffer
I have a very strange problem, i am transmitting an 105 byte[] buffer, and constantly receiving 116 bytes on the other side.
The last 2 bytes on the original data is CRC16
The code that I am using ...
0
votes
1answer
163 views
Trouble in writing data on microcontroller using serial communication
I am trying to send a command to the Microcontroller using serial communication, I can compile and run following code without any error but values are not being written on the register. What am I ...
0
votes
0answers
159 views
Porting the Modbus RTU onto the MSP430 or any other device
I am very new to modbus and have a basic understanding of C. I am trying to learn how to port the modbus rtu source code onto the MSP430f5438. I am using the source code FreeModbus 1.15. I understand ...
1
vote
2answers
303 views
How to find a COM port via CommPortIdentifier
I am new with the whole modbus and serial communication concept so even if this is a really noob question please bear with me!
Ok so I am trying to read values stored on a register, using modbus ...
0
votes
2answers
261 views
Modbus Input via MSComm in Visual C++
I'm completely new to Modbus protocoll.
My setup consists of three devices with different addresses. They're all connected to COM1 via RS232. I've used Modbus Poll to check the input-data, which ...
0
votes
1answer
221 views
modbus4j modbusRTU master and slave communication function
suddenly i have download seroUtils.jar and modbus4J.jar files and include it into netbeans. So please suggest me some methods to send data to slave and receive data from slave through rs232 cable . In ...
1
vote
1answer
87 views
I'm a bit new to Modbus communications and am having a hard time figuring out what functions to use on the master's side of “free modbus”
I'm a bit new to Modbus communications and I've started reading about the "Free Modbus" library. Now, I understood how to use it to implement the slave side of the Modbus communications, but I just ...
2
votes
0answers
455 views
Modbus Custom Message & Sub functions (NModbus, TCP, Subfunctions)
I am using NModbus in a C# project, to read & write Modbus data from/to a number of I/O devices. I am using the Modbus TCP/IP protocol (ModbusIpMaster etc..) in the program.
I have successfully ...
2
votes
2answers
202 views
Looking for Python code to act as a MODBUS slave
Does anyone know of an easy to use Python program that acts as a MODBUS slave? I need to do some integration testing with a MODBUS master. Code can be for serial or TCP.
TY,
Fred
1
vote
0answers
107 views
TCP Slave responses
With the example from the jamod page I am trying to create a TCP Slave, which would accept WriteMultipleRegisters (fc16) requests and send appropriate responses. code:
//1. Prepare a process image
...
0
votes
1answer
184 views
Use browser to send modbus command
I've got some piece of hardware that uses ModbusRTU. Using a TCP/IP Gateway for ModbusRTU I can now control the hardware using my C# application over TCP/IP. This works.
Now I would like to control ...
1
vote
3answers
253 views
How to display the data every second and write it every minute?
I am new to PHP and I am writing a PHP code to get data from a modbus device using the PHPModbus library. I need to be able to display the data every second and then write the data to a CSV file every ...
-2
votes
1answer
98 views
vector to const uint16_t * type
I'd like to use libmodbus for my custom project. Everything works fine with predefined static values, but i cannot use modbus_write_registers function with the fourth parameter const uint16_t *'src' ...
1
vote
1answer
193 views
multi thread serial ports
I am trying to multi thread in serial ports. Say that I have X serial port. Each port has Y devices(modbus).I am taking out data from each device. To take out data from the device I need to send a ...
0
votes
0answers
151 views
Modbus4j in Android application
I am using modbus4j in Android application.
Before I tested it in java, and works fine. But in Android I have problems with the master.init(), it does not work.
In the manifest I add permissions for ...
0
votes
1answer
594 views
SerialPort communication in C# splitting frames
I need to write a program, that will listen to communication in ModBus network through RS485.
I am connected to the network with RS485 <> USB dongle.
I can read some data using ...
0
votes
0answers
113 views
MODBUS auto address assignment
Does anyone know of a scheme whereby MODBUS addresses can be automatically set? In my situation I'll have a number of slaves power up and need some automatic way of assigning them addresses.
1
vote
1answer
105 views
MODBUS, is there a maximum time a device can take to respond?
In talking to a MODBUS device, is there an upper bound on how long a device can take to respond before it's considered a timeout? I'm trying to work out what to set my read timeout to. Answers for ...
1
vote
1answer
223 views
1]Change variable value during script is running 2] while running Script in loop does not update variable value in workspace
I am controlling a pilot plant of boiler through Matlab using modbus RTU (serial communication).
I am running my control program (in editor) for 45 mins through a loop but I am facing two problems :
...
2
votes
1answer
392 views
Sending 0xFF and Calculating CRC with signed bytes - WriteSingleCoil & ModBUS & Java & Android -
EDITED & SOVLED (below)
I'm using Java for Android trying to send the byte 255 (0xFF in WriteSingleCoil function) to a ModBUS server device.
Device is not runnig, I don't know if because of not ...
0
votes
1answer
239 views
HTML5 offline webapp communication with Modbus TCP/IP
Even if I think it's not possible, I would be sure by asking this to you :
Is it possible to create a webapp (offline/online) to communicate with a machine using Modbus TCP/IP without an external ...
0
votes
0answers
249 views
NModbus Write File Record
Do you know by any chance if it is possible to use nmodbus to execute the Write File Record function (0x15)? I’m not able to find any mention of this in nmodbus documentation. I can see that the ...
0
votes
0answers
589 views
modbus4j Modbus TCP slave ip
I am programming a java application using modbus4j.
I would read %MW of M258 controller from PC java application.
In the modbus4j project I found this sample:
public class Test2 {
public ...
0
votes
0answers
351 views
Modbus TCP Client with modbus4j [closed]
I would to read some %MW of Modicon M258 (Schneider) controller using the modbus4j library.
This controller is Modbus TCP server and I need to build a TCP client.
I do not have a lot of experience ...
0
votes
1answer
431 views
modbus android application eclipse
I am new at android. I am trying to run java code program of modbusdroid in eclipse
i did not change any code only downloaded latest version seroUtils.jar and added to project because it was missing. ...
3
votes
1answer
812 views
Sending a boolean value to a PLC from Android
I was able to make a connection with a PLC to read data from it. Now there's one problem and it is that I have to write a method to modify the data from the PLC. To achieve this, I have to send two ...
1
vote
2answers
2k views
Modbus tcp android application
i am developing android application to control plc with help of tcp/ip modbus anyone has good tutorial on that?
Modbus protocol escapes the thread (Android,Jamod)
0
votes
1answer
174 views
modbus messaging using Putty
I have a modbus metering device. How can I send modbus message using putty or hyper-terminal?
I just want to fetch those metering data.
1
vote
2answers
170 views
Howto start/stop twisted TCP connection by ajax and get connection status
In twisted application I'd like to start/stop tcp connection (to modbus) via ajax POST. I have one button titled Connect or Disconnect depending of connection status.
Now my code looks like:
class ...
1
vote
1answer
767 views
Modbus TCP/IP device communication problems
I'm trying to communicate with a device using Modbus TCP/IP. I'm using C# 4.0 .NET Sockets and have run into trouble getting responses back from the device. It will have to be asynchronous ...
0
votes
1answer
713 views
Modbus protocol escapes the thread (Android,Jamod)
I'm trying to connect to PLC using ModBus protocol. I'm calling ModBus connect method from thread and I'm getting exception that I'm running communications on the main thread...
I wonder where it ...
0
votes
0answers
186 views
How to communicate to holding register of modbus rs232? [closed]
I want the java program to communicate with the modbus rs232 device.
Please send me the resources .. Thanks in advance..
0
votes
1answer
587 views
Reading coils using JAMOD
I have written the following program to understand how to use JAMOD to access coils. Unfortunately it is throwing the error -
java.lang.IndexOutOfBoundsException
at ...
0
votes
2answers
1k views
How do I connect to device using jamod and interpret the data
My client wants to control the HVAC systems installed in their site with a custom solution. The HVAC devices provide MODBUS TCP/IP connectivity. I'm new to this field and have no knowledge of MODBUS. ...
1
vote
2answers
133 views
Avoid modbus message coming from meter device
We are using Jamod RTU for capturing raedings of variuos electric meters connected serially. We have set modbus timeoutexception = 1200ms. Now what is happening, when we are pinging one meter and we ...
0
votes
1answer
328 views
read multiple modbus addresses with one request
I'm reading a MODBUS device using C#, VS2010, I'm working on a telemetry application, my device has several hundred addresses, and I need to read something at address x and another at address x+130, ...
0
votes
1answer
409 views
Communicate to serial over IP rejecting commands MODBUS?
this is a strange one, we have a printer setup with an IP and port it listens in on, we then need to send print jobs to the printer.
I have managed to connect to the printer but when ever I transmit ...
0
votes
1answer
252 views
In SCADA systems, is there any way of making a modbus master speak to another master?
I am making two SCADA systems exchanging data. I aim to use modbus over tcp since both systems support this protocol. Trouble is, of course, that both systems can only act as modbus master.
With all ...

