Pymodbus
Pymodbus
Release 2.5.0
Sanjay
2 CHANGELOGS 7
2.1 version 2.5.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.2 version 2.5.0rc3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.3 version 2.5.0rc2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.4 version 2.5.0rc1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.5 Version 2.4.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.6 Version 2.3.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.7 Version 2.3.0rc1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.8 Version 2.2.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.9 Version 2.1.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.10 Version 2.0.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.11 Version 2.0.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.12 Version 2.0.0rc1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.13 Version 1.5.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.14 Version 1.5.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.15 Version 1.5.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.16 Version 1.4.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.17 Version 1.3.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.18 Version 1.3.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.19 Version 1.3.0.rc2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.20 Version 1.3.0.rc1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.21 Version 1.2.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.22 Version 1.1.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
2.23 Version 1.0.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
i
2.24 Version 0.9.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
3 Pymodbus REPL 15
3.1 Dependencies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.2 Usage Instructions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.3 DEMO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
4 Examples 23
4.1 Async Asyncio Client Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.2 Async Asyncio Serial Client Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
4.3 Async Tornado Client Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
4.4 Async Tornado Client Serial Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
4.5 Async Twisted Client Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
4.6 Async Twisted Client Serial Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
4.7 Asynchronous Processor Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
4.8 Asynchronous Server Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
4.9 Callback Server Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
4.10 Changing Framers Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
4.11 Custom Datablock Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.12 Custom Message Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
4.13 Dbstore Update Server Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
4.14 Modbus Logging Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
4.15 Modbus Payload Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
4.16 Modbus Payload Server Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
4.17 performance module . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
4.18 Synchronous Client Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
4.19 Synchronous Client Ext Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
4.20 Synchronous Server Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
4.21 Updating Server Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
4.22 Asynchronous Asyncio Serial Client Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
4.23 Bcd Payload Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
4.24 Concurrent Client Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
4.25 Libmodbus Client Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
4.26 Message Generator Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
4.27 Message Parser Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
4.28 Modbus Mapper Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
4.29 Modbus Saver Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110
4.30 Modbus Scraper Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
4.31 Modbus Simulator Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
4.32 Modicon Payload Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
4.33 Remote Server Context Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126
4.34 Serial Forwarder Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
4.35 Sunspec Client Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
4.36 Thread Safe Datastore Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
4.37 Gui Common Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140
5 Pymodbus 145
5.1 pymodbus package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
Index 229
ii
CHAPTER 1
Important: Note This is a Major release and might affect your existing Async client implementation. Refer
examples on how to use the latest async clients.
1.1 Summary
Pymodbus is a full Modbus protocol implementation using twisted/torndo/asyncio for its asynchronous communica-
tions core. It can also be used without any third party dependencies (aside from pyserial) if a more lightweight project
is needed. Furthermore, it should work fine under any python version > 2.7 (including python 3+)
1.2 Features
1
PyModbus Documentation, Release 2.5.0
Although most system administrators will find little need for a Modbus server on any modern hardware, they may find
the need to query devices on their network for status (PDU, PDR, UPS, etc). Since the library is written in python, it
allows for easy scripting and/or integration into their existing solutions.
Continuing, most monitoring software needs to be stress tested against hundreds or even thousands of devices (why
this was originally written), but getting access to that many is unwieldy at best. The pymodbus server will allow a
user to test as many devices as their base operating system will allow (allow in this case means how many Virtual IP
addresses are allowed).
For more information please browse the project documentation:
[Link] or [Link]
For those of you that just want to get started fast, here you go:
client = ModbusTcpClient('[Link]')
client.write_coil(1, True)
result = client.read_coils(1,1)
print([Link][0])
[Link]()
For more advanced examples, check out the Examples included in the respository. If you have created any utilities that
meet a specific need, feel free to submit them so others can benefit.
examples
common. -> Common examples for clients and server (sync/async), Payload
˓→encoders and decoders.
˓→<[Link]
Also, if you have questions, please ask them on the mailing list so that others can benefit from the results and so that I
can trace them. I get a lot of email and sometimes these requests get lost in the noise: [Link]
pymodbus or at gitter: [Link]
Important: Note For async clients, it is recomended to use ‘asyncio‘ as the async facilitator (Python 3.6 and
above). If using tornado make sure the tornado version is ‘4.5.3‘.Other versions of tornado can break the
implementation
Starting with Pymodbus 2.x, pymodbus library comes with handy Pymodbus REPL to quickly run the modbus clients
in tcp/rtu modes.
Pymodbus REPL comes with many handy features such as payload decoder to directly retrieve the values in desired
format and supports all the diagnostic function codes directly .
For more info on REPL refer Pymodbus REPL
1.6 Installing
You can install using pip or easy install by issuing the following commands in a terminal window (make sure you have
correct permissions or a virtualenv currently running):
easy_install -U pymodbus
pip install -U pymodbus
Otherwise you can pull the trunk source and install from there:
Either method will install all the required dependencies (at their appropriate versions) for your current python distri-
bution.
If you would like to install pymodbus without the twisted dependency, simply edit the [Link] file before running
easy_install and comment out all mentions of twisted. It should be noted that without twisted, one will only be able to
run the synchronized version as the asynchronous versions uses twisted for its event loop.
Since I don’t have access to any live modbus devices anymore it is a bit hard to test on live hardware. However, if you
would like your device tested, I accept devices via mail or by IP address.
That said, the current work mainly involves polishing the library as I get time doing such tasks as:
• Make PEP-8 compatible and flake8 ready
• Fixing bugs/feature requests
• Architecture documentation
• Functional testing against any reference I can find
• The remaining edges of the protocol (that I think no one uses)
• Asynchronous clients with support to tornado , asyncio
The current code base is compatible with both py2 and py3. Use make to perform a range of activities
$ make
Makefile for pymodbus
Usage:
(continues on next page)
1.9 Contributing
Just fork the repo and raise your PR against dev branch.
1.9. Contributing 5
PyModbus Documentation, Release 2.5.0
CHANGELOGS
• Documentation updates
7
PyModbus Documentation, Release 2.5.0
8 Chapter 2. CHANGELOGS
PyModbus Documentation, Release 2.5.0
# Now
# DEBUG:[Link]:Factory Request[ReadInputRegistersRequest: 4]
# Before
# DEBUG:[Link]:Factory Request[4]
• Fix Issues with Serial client where in partial data was read when the response size is unknown.
• Fix Infinite sleep loop in RTU Framer.
• Add pygments as extra requirement for repl.
• Add support to modify modbus client attributes via repl.
• Update modbus repl documentation.
• More verbose logs for repl.
Note This is a Major release and might affect your existing Async client implementation. Refer examples on
how to use the latest async clients.
• Async client implementation based on Tornado, Twisted and asyncio with backward compatibility support for
twisted client.
• Allow reusing existing[running] asyncio loop when creating async client based on asyncio.
• Allow reusing address for Modbus TCP sync server.
• Add support to install tornado as extra requirement while installing pymodbus.
• Support Pymodbus REPL
• Add support to python 3.7.
• Bug fix and enhancements in examples.
Note This is a Major release and might affect your existing Async client implementation. Refer examples on
how to use the latest async clients.
• Async client implementation based on Tornado, Twisted and asyncio
10 Chapter 2. CHANGELOGS
PyModbus Documentation, Release 2.5.0
res = client.read_holding_registers(...)
if not [Link]():
# proceed
else:
# handle error or raise
"""
• Improve transaction speeds for sync clients (RTU/ASCII), now retry on empty happens only when
retry_on_empty kwarg is passed to client during intialization
client = Client(. . . , retry_on_empty=True)
• Fix tcp servers (sync/async) not processing requests with transaction id > 255
• Introduce new api to check if the received response is an error or not ([Link]())
• Move timing logic to framers so that irrespective of client, correct timing logics are followed.
• Move framers from [Link] to respective modules
• Fix modbus payload builder and decoder
• Async servers can now have an option to defer [Link]() when using
Start<Tcp/Serial/Udo>Server(. . . ,defer_reactor_run=True)
• Fix UDP client issue while handling MEI messages (ReadDeviceInformationRequest)
• Add expected response lengths for WriteMultipleCoilRequest and WriteMultipleRegisterRequest
• Fix _rtu_byte_count_pos for GetCommEventLogResponse
• Add support for repeated MEI device information Object IDs
12 Chapter 2. CHANGELOGS
PyModbus Documentation, Release 2.5.0
• Reworking the transaction managers to be more explicit and to handle modbus RTU over TCP.
• Adding examples for a number of unique requested use cases
• Allow RTU framers to fail fast instead of staying at fault
• Working on datastore saving and loading
• Adding support for payload builders to form complex encoding and decoding of messages.
• Adding BCD and binary payload builders
• Adding support for pydev
• Cleaning up the build tools
• Adding a message encoding generator for testing.
• Now passing kwargs to base of PDU so arguments can be used correctly at all levels of the protocol.
• A number of bug fixes (see bug tracker and commit messages)
14 Chapter 2. CHANGELOGS
CHAPTER 3
Pymodbus REPL
3.1 Dependencies
bash-3.2$ [Link]
Usage: [Link] [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--verbose Verbose logs
--support-diag Support Diagnostic messages
--help Show this message and exit.
Commands:
serial
tcp
TCP Options
15
PyModbus Documentation, Release 2.5.0
Options:
--host TEXT Modbus TCP IP
--port INTEGER Modbus TCP port
--help Show this message and exit.
SERIAL Options
bash-3.2$ [Link] serial --help
Usage: [Link] serial [OPTIONS]
Options:
--method TEXT Modbus Serial Mode (rtu/ascii)
--port TEXT Modbus RTU port
--baudrate INTEGER Modbus RTU serial baudrate to use. Defaults to 9600
--bytesize [5|6|7|8] Modbus RTU serial Number of data bits. Possible
values: FIVEBITS, SIXBITS, SEVENBITS, EIGHTBITS.
Defaults to 8
--parity [N|E|O|M|S] Modbus RTU serial parity. Enable parity checking.
Possible values: PARITY_NONE, PARITY_EVEN, PARITY_ODD
PARITY_MARK, PARITY_SPACE. Default to 'N'
--stopbits [1|1.5|2] Modbus RTU serial stop bits. Number of stop bits.
Possible values: STOPBITS_ONE,
STOPBITS_ONE_POINT_FIVE, STOPBITS_TWO. Default to '1'
--xonxoff INTEGER Modbus RTU serial xonxoff. Enable software flow
[Link] to 0
--rtscts INTEGER Modbus RTU serial rtscts. Enable hardware (RTS/CTS)
flow control. Defaults to 0
--dsrdtr INTEGER Modbus RTU serial dsrdtr. Enable hardware (DSR/DTR)
flow control. Defaults to 0
--timeout FLOAT Modbus RTU serial read timeout. Defaults to 0.025 sec
--write-timeout FLOAT Modbus RTU serial write timeout. Defaults to 2 sec
--help Show this message and exit.
> help
Available commands:
client.change_ascii_input_delimiter Diagnostic sub command, Change message
˓→delimiter for future requests.
SERIAL
$ [Link] serial --port /dev/ttyUSB0 --baudrate 19200 --timeout 2
> help
Available commands:
[Link] Read Only!
[Link] Read Only!
client.change_ascii_input_delimiter Diagnostic sub command, Change message
˓→delimiter for future requests.
Every command has auto suggestion on the arguments supported, arg and value are to be supplied in arg=val format.
> client.read_holding_registers count=4 address=9 unit=1
{
"registers": [
60497,
47134,
(continues on next page)
For Holding and Input register reads, the decoded value could be viewed with [Link]
> [Link] word_order=little byte_order=little formatters=float64
28.17
>
> client.get_serial_settings
{
"t1.5": 0.00171875,
"baudrate": 9600,
"read timeout": 0.5,
"port": "/dev/ptyp0",
"t3.5": 0.00401,
"bytesize": 8,
"parity": "N",
"stopbits": 1.0
}
> client.set_timeout value=1
null
> client.get_timeout
1.0
> client.get_serial_settings
{
"t1.5": 0.00171875,
"baudrate": 9600,
"read timeout": 1.0,
"port": "/dev/ptyp0",
"t3.5": 0.00401,
"bytesize": 8,
(continues on next page)
3.3 DEMO
3.3. DEMO 21
PyModbus Documentation, Release 2.5.0
Examples
===
#!/usr/bin/env python
"""
Pymodbus Asynchronous Client Examples
--------------------------------------------------------------------------
else:
import sys
[Link]("This example needs to be run only on python 3.4 and above")
[Link](1)
23
PyModbus Documentation, Release 2.5.0
[Link]()
log = [Link]()
[Link]([Link])
# --------------------------------------------------------------------------- #
# specify slave to query
# --------------------------------------------------------------------------- #
# The slave to query is specified in an optional parameter for each
# individual request. This can be done by specifying the `unit` parameter
# which defaults to `0x00`
# --------------------------------------------------------------------------- #
UNIT = 0x01
# ----------------------------------------------------------------------- #
# example requests
# ----------------------------------------------------------------------- #
# simply call the methods that you would like to use. An example session
# is displayed below along with some assert checks. Note that some modbus
# implementations differentiate holding/input discrete/coils and as such
# you will not be able to write to these, therefore the starting values
# are not known to these tests. Furthermore, some use the same memory
# blocks for the two sets, so a change to one is a change to the other.
# Keep both of these cases in mind when testing as the following will
# _only_ pass with the supplied asynchronous modbus server (script supplied).
# ----------------------------------------------------------------------- #
[Link]("Write to a Coil and read back")
rq = await client.write_coil(0, True, unit=UNIT)
rr = await client.read_coils(0, 1, unit=UNIT)
assert(rq.function_code < 0x80) # test that we are not an error
assert([Link][0] == True) # test the expected value
24 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
[Link]([False]*3)
assert([Link] == resp) # test the expected value
arguments = {
'read_address': 1,
'read_count': 8,
'write_address': 1,
'write_registers': [20]*8,
}
[Link]("Read write registeres simulataneously")
rq = await client.readwrite_registers(unit=UNIT, **arguments)
rr = await client.read_holding_registers(1, 8, unit=UNIT)
assert(rq.function_code < 0x80) # test that we are not an error
assert([Link] == [20]*8) # test the expected value
assert([Link] == [20]*8) # test the expected value
await [Link](1)
def run_with_not_running_loop():
"""
A loop is created and is passed to ModbusClient factory to be used.
:return:
"""
[Link]("Running Async client with asyncio loop not yet started")
[Link]("------------------------------------------------------")
loop = asyncio.new_event_loop()
(continues on next page)
def run_with_already_running_loop():
"""
An already running loop is passed to ModbusClient Factory
:return:
"""
[Link]("Running Async client with asyncio loop already started")
[Link]("------------------------------------------------------")
def done(future):
[Link]("Done !!!")
def start_loop(loop):
"""
Start Loop
:param loop:
:return:
"""
asyncio.set_event_loop(loop)
loop.run_forever()
loop = asyncio.new_event_loop()
t = Thread(target=start_loop, args=[loop])
[Link] = True
# Start the loop
[Link]()
assert loop.is_running()
asyncio.set_event_loop(loop)
loop, client = ModbusClient(schedulers.ASYNC_IO, port=5020, loop=loop)
future = asyncio.run_coroutine_threadsafe(
start_async_test([Link]), loop=loop)
future.add_done_callback(done)
while not [Link]():
[Link](0.1)
[Link]()
[Link]("--------DONE RUN_WITH_ALREADY_RUNNING_LOOP-------------")
[Link]("")
def run_with_no_loop():
"""
ModbusClient Factory creates a loop.
:return:
"""
[Link]("---------------------RUN_WITH_NO_LOOP-----------------")
loop, client = ModbusClient(schedulers.ASYNC_IO, port=5020)
loop.run_until_complete(start_async_test([Link]))
[Link]()
[Link]("--------DONE RUN_WITH_NO_LOOP-------------")
(continues on next page)
26 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
if __name__ == '__main__':
# Run with No loop
[Link]("Running Async client")
[Link]("------------------------------------------------------")
run_with_no_loop()
[Link]("")
#!/usr/bin/env python
"""
Pymodbus Asynchronous Client Examples
--------------------------------------------------------------------------
# --------------------------------------------------------------------------- #
# configure the client logging
# --------------------------------------------------------------------------- #
[Link]()
log = [Link]()
[Link]([Link])
# --------------------------------------------------------------------------- #
# specify slave to query
# --------------------------------------------------------------------------- #
# The slave to query is specified in an optional parameter for each
# individual request. This can be done by specifying the `unit` parameter
(continues on next page)
UNIT = 0x01
[Link]([False]*3)
assert([Link] == resp) # test the expected value
28 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
arguments = {
'read_address': 1,
'read_count': 8,
'write_address': 1,
'write_registers': [20]*8,
}
[Link]("Read write registers simulataneously")
rq = await client.readwrite_registers(unit=UNIT, **arguments)
rr = await client.read_holding_registers(1, 8, unit=UNIT)
assert(rq.function_code < 0x80) # test that we are not an error
assert([Link] == [20]*8) # test the expected value
assert([Link] == [20]*8) # test the expected value
except Exception as e:
[Link](e)
[Link]()
await [Link](1)
if __name__ == '__main__':
# ----------------------------------------------------------------------- #
# For testing on linux based systems you can use socat to create serial
# ports
# ----------------------------------------------------------------------- #
# socat -d -d PTY,link=/tmp/ptyp0,raw,echo=0,ispeed=9600 PTY,
# link=/tmp/ttyp0,raw,echo=0,ospeed=9600
loop, client = ModbusClient(schedulers.ASYNC_IO, port='/tmp/ptyp0',
baudrate=9600, method="rtu")
loop.run_until_complete(start_async_test([Link]))
[Link]()
#!/usr/bin/env python
"""
Pymodbus Asynchronous Client Examples
(continues on next page)
import functools
from [Link] import IOLoop
from [Link] import schedulers
# ---------------------------------------------------------------------------#
# choose the requested modbus protocol
# ---------------------------------------------------------------------------#
# ---------------------------------------------------------------------------#
# configure the client logging
# ---------------------------------------------------------------------------#
import logging
[Link]()
log = [Link]()
[Link]([Link])
# ---------------------------------------------------------------------------#
# helper method to test deferred callbacks
# ---------------------------------------------------------------------------#
def _assertor(value):
# by pass assertion, an error here stops the write callbacks
assert value
def on_done(f):
exc = [Link]()
if exc:
[Link](exc)
return _assertor(False)
return _assertor(callback([Link]()))
future.add_done_callback(on_done)
def _print(value):
if hasattr(value, "bits"):
t = [Link]
elif hasattr(value, "registers"):
t = [Link]
else:
[Link](value)
return
[Link]("Printing : -- {}".format(t))
(continues on next page)
30 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
UNIT = 0x01
# ---------------------------------------------------------------------------#
# example requests
# ---------------------------------------------------------------------------#
# simply call the methods that you would like to use. An example session
# is displayed below along with some assert checks. Note that unlike the
# synchronous version of the client, the asynchronous version returns
# deferreds which can be thought of as a handle to the callback to send
# the result of the operation. We are handling the result using the
# deferred assert helper(dassert).
# ---------------------------------------------------------------------------#
arguments = {
'read_address': 1,
'read_count': 8,
'write_address': 1,
'write_registers': [20]*8,
}
rq = client.readwrite_registers(**arguments, unit=UNIT)
rr = client.read_input_registers(1,8, unit=UNIT)
dassert(rq, lambda r: [Link] == [20]*8) # test the expected value
dassert(rr, _print) # test the expected value
# -----------------------------------------------------------------------#
# close the client at some time later
# -----------------------------------------------------------------------#
(continues on next page)
# ---------------------------------------------------------------------------#
# choose the client you want
# ---------------------------------------------------------------------------#
# make sure to start an implementation to hit against. For this
# you can use an existing device, the reference implementation in the tools
# directory, or start a pymodbus server.
# ---------------------------------------------------------------------------#
client = [Link]()
return beginAsynchronousTest(client, protocol)
if __name__ == "__main__":
protocol, future = ModbusClient(schedulers.IO_LOOP, port=5020)
future.add_done_callback([Link](callback, protocol))
#!/usr/bin/env python
"""
Pymodbus Asynchronous Client Examples
--------------------------------------------------------------------------
# ---------------------------------------------------------------------------#
# choose the requested modbus protocol
# ---------------------------------------------------------------------------#
(continues on next page)
32 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# ---------------------------------------------------------------------------#
# configure the client logging
# ---------------------------------------------------------------------------#
import logging
# ---------------------------------------------------------------------------#
# helper method to test deferred callbacks
# ---------------------------------------------------------------------------#
def _assertor(value):
# by pass assertion, an error here stops the write callbacks
assert value
def on_done(f):
exc = [Link]()
if exc:
[Link](exc)
return _assertor(False)
return _assertor(callback([Link]()))
future.add_done_callback(on_done)
def _print(value):
if hasattr(value, "bits"):
t = [Link]
elif hasattr(value, "registers"):
t = [Link]
else:
[Link](value)
return
[Link]("Printing : -- {}".format(t))
return t
# ---------------------------------------------------------------------------#
# example requests
# ---------------------------------------------------------------------------#
# simply call the methods that you would like to use. An example session
# is displayed below along with some assert checks. Note that unlike the
# synchronous version of the client, the asynchronous version returns
# deferreds which can be thought of as a handle to the callback to send
# the result of the operation. We are handling the result using the
# deferred assert helper(dassert).
(continues on next page)
UNIT = 0x01
arguments = {
'read_address': 1,
'read_count': 8,
'write_address': 1,
'write_registers': [20]*8,
}
rq = client.readwrite_registers(**arguments, unit=UNIT)
rr = client.read_input_registers(1,8, unit=UNIT)
dassert(rq, lambda r: [Link] == [20]*8) # test the expected value
dassert(rr, _print) # test the expected value
# -----------------------------------------------------------------------#
# close the client at some time later
# -----------------------------------------------------------------------#
[Link]().add_timeout([Link]().time() + 1, [Link])
[Link]().add_timeout([Link]().time() + 2, [Link])
# ---------------------------------------------------------------------------#
# choose the client you want
# ---------------------------------------------------------------------------#
# make sure to start an implementation to hit against. For this
# you can use an existing device, the reference implementation in the tools
# directory, or start a pymodbus server.
# ---------------------------------------------------------------------------#
34 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
client = [Link]()
return beginAsynchronousTest(client, protocol)
if __name__ == "__main__":
# ----------------------------------------------------------------------- #
# Create temporary serial ports using SOCAT
# Rtu
protocol, future = AsyncModbusSerialClient(schedulers.IO_LOOP,
method="rtu",
port="/tmp/ptyp0",
baudrate=9600,
timeout=2)
# Asci
# from [Link] import ModbusAsciiFramer
# protocol, future = AsyncModbusSerialClient(schedulers.IO_LOOP,
# method="ascii",
# port="/dev/ptyp0",
# framer=ModbusAsciiFramer,
# baudrate=9600,
# timeout=2)
# Binary
# from [Link] import ModbusBinaryFramer
# protocol, future = AsyncModbusSerialClient(schedulers.IO_LOOP,
# method="binary",
# port="/dev/ptyp0",
# framer=ModbusBinaryFramer,
# baudrate=9600,
# timeout=2)
future.add_done_callback([Link](callback, protocol))
#!/usr/bin/env python
"""
(continues on next page)
# --------------------------------------------------------------------------- #
# choose the requested modbus protocol
# --------------------------------------------------------------------------- #
# --------------------------------------------------------------------------- #
# configure the client logging
# --------------------------------------------------------------------------- #
import logging
FORMAT = ('%(asctime)-15s %(threadName)-15s'
' %(levelname)-8s %(module)-15s:%(lineno)-8s %(message)s')
[Link](format=FORMAT)
log = [Link]()
[Link]([Link])
# --------------------------------------------------------------------------- #
# helper method to test deferred callbacks
# --------------------------------------------------------------------------- #
# --------------------------------------------------------------------------- #
# specify slave to query
# --------------------------------------------------------------------------- #
# The slave to query is specified in an optional parameter for each
# individual request. This can be done by specifying the `unit` parameter
# which defaults to `0x00`
# --------------------------------------------------------------------------- #
UNIT = 0x01
(continues on next page)
36 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
def processResponse(result):
[Link](result)
def exampleRequests(client):
rr = client.read_coils(1, 1, unit=0x02)
[Link](processResponse)
rr = client.read_holding_registers(1, 1, unit=0x02)
[Link](processResponse)
rr = client.read_discrete_inputs(1, 1, unit=0x02)
[Link](processResponse)
rr = client.read_input_registers(1, 1, unit=0x02)
[Link](processResponse)
stopAsynchronousTest(client)
# --------------------------------------------------------------------------- #
# example requests
# --------------------------------------------------------------------------- #
# simply call the methods that you would like to use. An example session
# is displayed below along with some assert checks. Note that unlike the
# synchronous version of the client, the asynchronous version returns
# deferreds which can be thought of as a handle to the callback to send
# the result of the operation. We are handling the result using the
# deferred assert helper(dassert).
# --------------------------------------------------------------------------- #
def stopAsynchronousTest(client):
# ----------------------------------------------------------------------- #
# close the client at some time later
# ----------------------------------------------------------------------- #
[Link](1, [Link])
[Link](2, [Link])
def beginAsynchronousTest(client):
rq = client.write_coil(1, True, unit=UNIT)
rr = client.read_coils(1, 1, unit=UNIT)
dassert(rq, lambda r: not [Link]()) # test for no error
dassert(rr, lambda r: [Link][0] == True) # test the expected value
arguments = {
'read_address': 1,
'read_count': 8,
'write_address': 1,
'write_registers': [20]*8,
}
rq = client.readwrite_registers(arguments, unit=UNIT)
rr = client.read_input_registers(1, 8, unit=UNIT)
dassert(rq, lambda r: [Link] == [20]*8) # test the expected value
dassert(rr, lambda r: [Link] == [17]*8) # test the expected value
stopAsynchronousTest(client)
# ----------------------------------------------------------------------- #
# close the client at some time later
# ----------------------------------------------------------------------- #
# [Link](1, [Link])
[Link](2, [Link])
# --------------------------------------------------------------------------- #
# extra requests
# --------------------------------------------------------------------------- #
# If you are performing a request that is not available in the client
# mixin, you have to perform the request like this instead::
#
# from pymodbus.diag_message import ClearCountersRequest
# from pymodbus.diag_message import ClearCountersResponse
#
# request = ClearCountersRequest()
# response = [Link](request)
# if isinstance(response, ClearCountersResponse):
# ... do something with the response
#
# --------------------------------------------------------------------------- #
# --------------------------------------------------------------------------- #
# choose the client you want
# --------------------------------------------------------------------------- #
# make sure to start an implementation to hit against. For this
# you can use an existing device, the reference implementation in the tools
# directory, or start a pymodbus server.
# --------------------------------------------------------------------------- #
if __name__ == "__main__":
protocol, deferred = AsyncModbusTCPClient([Link], port=5020)
# protocol, deferred = AsyncModbusUDPClient([Link], port=5020)
# callback=beginAsynchronousTest,
# errback=err)
[Link](beginAsynchronousTest)
[Link](err)
38 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
#!/usr/bin/env python
"""
Pymodbus Asynchronous Client Examples
--------------------------------------------------------------------------
import logging
[Link]()
log = [Link]("pymodbus")
[Link]([Link])
# ---------------------------------------------------------------------------#
# state a few constants
# ---------------------------------------------------------------------------#
SERIAL_PORT = "/tmp/ptyp0"
STATUS_REGS = (1, 2)
STATUS_COILS = (1, 3)
CLIENT_DELAY = 1
UNIT = 0x01
class ExampleProtocol(ModbusClientProtocol):
def fetch_holding_registers(self):
""" Defer fetching holding registers
"""
[Link]("Starting the next cycle")
d = self.read_holding_registers(*STATUS_REGS, unit=UNIT)
[Link](self.send_holding_registers, self.error_handler)
if __name__ == "__main__":
import time
proto, client = AsyncModbusSerialClient([Link],
method="rtu",
port=SERIAL_PORT,
timeout=2,
proto_cls=ExampleProtocol)
[Link]()
[Link](10) # Wait for operation to complete
# [Link]()
#!/usr/bin/env python
"""
Pymodbus Asynchronous Processor Example
--------------------------------------------------------------------------
# --------------------------------------------------------------------------- #
# Choose the framer you want to use
(continues on next page)
40 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# --------------------------------------------------------------------------- #
# configure the client logging
# --------------------------------------------------------------------------- #
import logging
FORMAT = ('%(asctime)-15s %(threadName)-15s'
' %(levelname)-8s %(module)-15s:%(lineno)-8s %(message)s')
[Link](format=FORMAT)
log = [Link]()
[Link]([Link])
# --------------------------------------------------------------------------- #
# state a few constants
# --------------------------------------------------------------------------- #
SERIAL_PORT = "/dev/ptyp0"
STATUS_REGS = (1, 2)
STATUS_COILS = (1, 3)
CLIENT_DELAY = 1
UNIT = 0x01
# --------------------------------------------------------------------------- #
# an example custom protocol
# --------------------------------------------------------------------------- #
# Here you can perform your main procesing loop utilizing defereds and timed
# callbacks.
# --------------------------------------------------------------------------- #
class ExampleProtocol(ModbusClientProtocol):
def fetch_holding_registers(self):
""" Defer fetching holding registers
"""
[Link]("Starting the next cycle")
d = self.read_holding_registers(*STATUS_REGS, unit=UNIT)
[Link](self.send_holding_registers, self.error_handler)
# --------------------------------------------------------------------------- #
# a factory for the example protocol
# --------------------------------------------------------------------------- #
# This is used to build client protocol's if you tie into twisted's method
# of processing. It basically produces client instances of the underlying
# protocol::
#
# Factory(Protocol) -> ProtocolInstance
#
# It also persists data between client instances (think protocol singelton).
# --------------------------------------------------------------------------- #
class ExampleFactory(ClientFactory):
protocol = ExampleProtocol
# --------------------------------------------------------------------------- #
# a custom client for our device
# --------------------------------------------------------------------------- #
# Twisted provides a number of helper methods for creating and starting
# clients:
# - [Link]
(continues on next page)
42 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# --------------------------------------------------------------------------- #
# a custom endpoint for our results
# --------------------------------------------------------------------------- #
# An example line reader, this can replace with:
# - the TCP protocol
# - a context recorder
# - a database or file recorder
# --------------------------------------------------------------------------- #
class LoggingLineReader(object):
# --------------------------------------------------------------------------- #
# start running the processor
# --------------------------------------------------------------------------- #
# This initializes the client, the framer, the factory, and starts the
# twisted event loop (the reactor). It should be noted that a number of
# things could be chanegd as one sees fit:
# - The ModbusRtuFramer could be replaced with a ModbusAsciiFramer
# - The SerialModbusClient could be replaced with [Link]
# - The LineReader endpoint could be replaced with a database store
# --------------------------------------------------------------------------- #
def main():
[Link]("Initializing the client")
framer = ModbusFramer(ClientDecoder(), client=None)
reader = LoggingLineReader()
factory = ExampleFactory(framer, reader)
SerialModbusClient(factory, SERIAL_PORT, reactor)
# factory = [Link]("localhost", 502, factory)
[Link]("Starting the client")
[Link]()
if __name__ == "__main__":
(continues on next page)
#!/usr/bin/env python
"""
Pymodbus Asynchronous Server Example
--------------------------------------------------------------------------
# --------------------------------------------------------------------------- #
# configure the service logging
# --------------------------------------------------------------------------- #
import logging
FORMAT = ('%(asctime)-15s %(threadName)-15s'
' %(levelname)-8s %(module)-15s:%(lineno)-8s %(message)s')
[Link](format=FORMAT)
log = [Link]()
[Link]([Link])
def run_async_server():
# ----------------------------------------------------------------------- #
# initialize your data store
# ----------------------------------------------------------------------- #
# The datastores only respond to the addresses that they are initialized to
# Therefore, if you initialize a DataBlock to addresses from 0x00 to 0xFF,
# a request to 0x100 will respond with an invalid address exception.
# This is because many devices exhibit this kind of behavior (but not all)
#
# block = ModbusSequentialDataBlock(0x00, [0]*0xff)
#
# Continuing, you can choose to use a sequential or a sparse DataBlock in
# your data context. The difference is that the sequential has no gaps in
(continues on next page)
44 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# ----------------------------------------------------------------------- #
# initialize the server information
# ----------------------------------------------------------------------- #
# If you don't set this or any fields, they are defaulted to empty strings.
# ----------------------------------------------------------------------- #
identity = ModbusDeviceIdentification()
(continues on next page)
# ----------------------------------------------------------------------- #
# run the server you want
# ----------------------------------------------------------------------- #
# TCP Server
# UDP Server
# StartUdpServer(context, identity=identity, address=("[Link]", 5020))
# RTU Server
# StartSerialServer(context, identity=identity,
# port='/dev/ttyp0', framer=ModbusRtuFramer)
# ASCII Server
# StartSerialServer(context, identity=identity,
# port='/dev/ttyp0', framer=ModbusAsciiFramer)
# Binary Server
# StartSerialServer(context, identity=identity,
# port='/dev/ttyp0', framer=ModbusBinaryFramer)
if __name__ == "__main__":
run_async_server()
#!/usr/bin/env python
"""
Pymodbus Server With Callbacks
--------------------------------------------------------------------------
46 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# --------------------------------------------------------------------------- #
# import the python libraries we need
# --------------------------------------------------------------------------- #
from multiprocessing import Queue, Process
# --------------------------------------------------------------------------- #
# configure the service logging
# --------------------------------------------------------------------------- #
import logging
[Link]()
log = [Link]()
[Link]([Link])
# --------------------------------------------------------------------------- #
# create your custom data block with callbacks
# --------------------------------------------------------------------------- #
class CallbackDataBlock(ModbusSparseDataBlock):
""" A datablock that stores the new value in memory
and passes the operation to a message queue for further
processing.
"""
# --------------------------------------------------------------------------- #
# define your callback process
# --------------------------------------------------------------------------- #
def rescale_value(value):
""" Rescale the input value from the range
of 0..100 to -3200..3200.
def device_writer(queue):
""" A worker process that processes new messages
from a queue to write to device outputs
# --------------------------------------------------------------------------- #
# initialize your device map
# --------------------------------------------------------------------------- #
def read_device_map(path):
""" A helper method to read the device
path to address mapping from file::
0x0001,/dev/device1
0x0002,/dev/device2
def run_callback_server():
# ----------------------------------------------------------------------- #
# initialize your data store
(continues on next page)
48 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# ----------------------------------------------------------------------- #
# initialize the server information
# ----------------------------------------------------------------------- #
identity = ModbusDeviceIdentification()
[Link] = 'pymodbus'
[Link] = 'PM'
[Link] = '[Link]
[Link] = 'pymodbus Server'
[Link] = 'pymodbus Server'
[Link] = [Link]()
# ----------------------------------------------------------------------- #
# run the server you want
# ----------------------------------------------------------------------- #
p = Process(target=device_writer, args=(queue,))
[Link]()
StartTcpServer(context, identity=identity, address=("localhost", 5020))
if __name__ == "__main__":
run_callback_server()
#!/usr/bin/env python
"""
Pymodbus Client Framer Overload
--------------------------------------------------------------------------
It should be noted that although you are not limited to trying whatever
you would like, the library makes no gurantees that all framers with
all transports will produce predictable or correct results (for example
tcp transport with an RTU framer). However, please let us know of any
success cases that are not documented!
"""
# --------------------------------------------------------------------------- #
# import the modbus client and the framers
# --------------------------------------------------------------------------- #
from [Link] import ModbusTcpClient as ModbusClient
# --------------------------------------------------------------------------- #
(continues on next page)
# --------------------------------------------------------------------------- #
# configure the client logging
# --------------------------------------------------------------------------- #
import logging
[Link]()
log = [Link]()
[Link]([Link])
if __name__ == "__main__":
# ----------------------------------------------------------------------- #
# Initialize the client
# ----------------------------------------------------------------------- #
client = ModbusClient('localhost', port=5020, framer=ModbusFramer)
[Link]()
# ----------------------------------------------------------------------- #
# perform your requests
# ----------------------------------------------------------------------- #
rq = client.write_coil(1, True)
rr = client.read_coils(1,1)
assert(not [Link]()) # test that we are not an error
assert([Link][0] == True) # test the expected value
# ----------------------------------------------------------------------- #
# close the client
# ---------------------------------------------------------------------- #
[Link]()
#!/usr/bin/env python
"""
Pymodbus Server With Custom Datablock Side Effect
--------------------------------------------------------------------------
50 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# --------------------------------------------------------------------------- #
# configure the service logging
# --------------------------------------------------------------------------- #
import logging
[Link]()
log = [Link]()
[Link]([Link])
# --------------------------------------------------------------------------- #
# create your custom data block here
# --------------------------------------------------------------------------- #
class CustomDataBlock(ModbusSparseDataBlock):
""" A datablock that stores the new value in memory
and performs a custom action after it has been stored.
"""
def run_custom_db_server():
# ----------------------------------------------------------------------- #
# initialize your data store
# ----------------------------------------------------------------------- #
block = CustomDataBlock([0]*100)
store = ModbusSlaveContext(di=block, co=block, hr=block, ir=block)
context = ModbusServerContext(slaves=store, single=True)
# ----------------------------------------------------------------------- #
# initialize the server information
# ----------------------------------------------------------------------- #
identity = ModbusDeviceIdentification()
[Link] = 'pymodbus'
[Link] = 'PM'
[Link] = '[Link]
[Link] = 'pymodbus Server'
[Link] = 'pymodbus Server'
[Link] = [Link]()
# p = Process(target=device_writer, args=(queue,))
# [Link]()
StartTcpServer(context, identity=identity, address=("localhost", 5020))
if __name__ == "__main__":
run_custom_db_server()
#!/usr/bin/env python
"""
Pymodbus Synchronous Client Examples
--------------------------------------------------------------------------
# --------------------------------------------------------------------------- #
# create your custom message
# --------------------------------------------------------------------------- #
# The following is simply a read coil request that always reads 16 coils.
# Since the function code is already registered with the decoder factory,
# this will be decoded as a read coil response. If you implement a new
# method that is not currently implemented, you must register the request
(continues on next page)
52 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
class CustomModbusResponse(ModbusResponse):
function_code = 55
_rtu_byte_count_pos = 2
def encode(self):
""" Encodes response pdu
class CustomModbusRequest(ModbusRequest):
function_code = 55
_rtu_frame_size = 8
def encode(self):
return [Link]('>HH', [Link], [Link])
# --------------------------------------------------------------------------- #
# This could also have been defined as
# --------------------------------------------------------------------------- #
class Read16CoilsRequest(ReadCoilsRequest):
# --------------------------------------------------------------------------- #
# execute the request with your client
# --------------------------------------------------------------------------- #
# using the with context, the client will automatically be connected
# and closed when it leaves the current scope.
# --------------------------------------------------------------------------- #
if __name__ == "__main__":
with ModbusClient(host='localhost', port=5020) as client:
[Link](CustomModbusResponse)
request = CustomModbusRequest(1, unit=1)
result = [Link](request)
print([Link])
"""
Pymodbus Server With Updating Thread
--------------------------------------------------------------------------
This is an example of having a background thread updating the
context in an SQLite4 database while the server is operating.
This scrit generates a random address range (within 0 - 65000) and a random
value and stores it in a database. It then reads the same address to verify
that the process works as expected
54 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# --------------------------------------------------------------------------- #
# import the twisted libraries we need
# --------------------------------------------------------------------------- #
from [Link] import LoopingCall
# --------------------------------------------------------------------------- #
# configure the service logging
# --------------------------------------------------------------------------- #
import logging
[Link]()
log = [Link]()
[Link]([Link])
# --------------------------------------------------------------------------- #
# define your callback process
# --------------------------------------------------------------------------- #
def updating_writer(a):
""" A worker process that runs every so often and
updates live values of the context which resides in an SQLite3 database.
It should be noted that there is a race condition for the update.
:param arguments: The input arguments to the call
"""
[Link]("Updating the database context")
context = a[0]
readfunction = 0x03 # read holding registers
writefunction = 0x10
slave_id = 0x01 # slave address
count = 50
def run_dbstore_update_server():
# ----------------------------------------------------------------------- #
# initialize your data store
# ----------------------------------------------------------------------- #
# ----------------------------------------------------------------------- #
# initialize the server information
# ----------------------------------------------------------------------- #
identity = ModbusDeviceIdentification()
[Link] = 'pymodbus'
[Link] = 'PM'
[Link] = '[Link]
[Link] = 'pymodbus Server'
[Link] = 'pymodbus Server'
[Link] = [Link]()
# ----------------------------------------------------------------------- #
# run the server you want
# ----------------------------------------------------------------------- #
time = 5 # 5 seconds delay
loop = LoopingCall(f=updating_writer, a=(context,))
[Link](time, now=False) # initially delay by time
[Link]()
StartTcpServer(context, identity=identity, address=("", 5020))
if __name__ == "__main__":
run_dbstore_update_server()
#!/usr/bin/env python
"""
Pymodbus Logging Examples
--------------------------------------------------------------------------
"""
import logging
import [Link] as Handlers
if __name__ == "__main__":
# ----------------------------------------------------------------------- #
# This will simply send everything logged to console
# ----------------------------------------------------------------------- #
[Link]()
log = [Link]()
[Link]([Link])
# ----------------------------------------------------------------------- #
# This will send the error messages in the specified namespace to a file.
# The available namespaces in pymodbus are as follows:
# ----------------------------------------------------------------------- #
# * pymodbus.* - The root namespace
# * [Link].* - all logging messages involving the modbus server
# * [Link].* - all logging messages involving the client
# * [Link].* - all logging messages inside the protocol layer
# ----------------------------------------------------------------------- #
(continues on next page)
56 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# ----------------------------------------------------------------------- #
# This will send the error messages to the specified handlers:
# * [Link]/library/[Link]
# ----------------------------------------------------------------------- #
log = [Link]('pymodbus')
[Link]([Link])
handlers = [
[Link]("logfile", maxBytes=1024*1024),
[Link]("[Link]",
"pymodbus@[Link]",
["support@[Link]"],
"Pymodbus"),
[Link](facility="daemon"),
[Link]('localhost', 12345),
]
[[Link](h) for h in handlers]
#!/usr/bin/env python
"""
Pymodbus Payload Building/Decoding Example
--------------------------------------------------------------------------
# --------------------------------------------------------------------------- #
# configure the client logging
# --------------------------------------------------------------------------- #
import logging
FORMAT = ('%(asctime)-15s %(threadName)-15s'
' %(levelname)-8s %(module)-15s:%(lineno)-8s %(message)s')
[Link](format=FORMAT)
log = [Link]()
[Link]([Link])
ORDER_DICT = {
"<": "LITTLE",
">": "BIG"
}
def run_binary_payload_ex():
# ----------------------------------------------------------------------- #
# We are going to use a simple client to send our requests
# ----------------------------------------------------------------------- #
client = ModbusClient('[Link]', port=5020)
[Link]()
# ----------------------------------------------------------------------- #
# If you need to build a complex message to send, you can use the payload
# builder to simplify the packing logic.
#
# Here we demonstrate packing a random payload layout, unpacked it looks
# like the following:
#
# - a 8 byte string 'abcdefgh'
# - a 32 bit float 22.34
# - a 16 bit unsigned int 0x1234
# - another 16 bit unsigned int 0x5678
# - an 8 bit int 0x12
# - an 8 bit bitstring [0,1,0,1,1,0,1,0]
# - an 32 bit uint 0x12345678
# - an 32 bit signed int -0x1234
# - an 64 bit signed int 0x12345678
# The packing can also be applied to the word (wordorder) and bytes in each
# word (byteorder)
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #
# Word Order - Big Byte Order - Big
# word1 =0x1234 word2 = 0x5678
# ----------------------------------------------------------------------- #
combos = [(wo, bo) for wo in [[Link], [Link]] for bo in [[Link],
˓→[Link]]]
58 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
decoded = OrderedDict([
('string', decoder.decode_string(len(strng))),
('bits', decoder.decode_bits()),
('8int', decoder.decode_8bit_int()),
('8uint', decoder.decode_8bit_uint()),
('16int', decoder.decode_16bit_int()),
('16uint', decoder.decode_16bit_uint()),
('32int', decoder.decode_32bit_int()),
('32uint', decoder.decode_32bit_uint()),
('16float', decoder.decode_16bit_float()),
('16float2', decoder.decode_16bit_float()),
('32float', decoder.decode_32bit_float()),
('32float2', decoder.decode_32bit_float()),
('64int', decoder.decode_64bit_int()),
('64uint', decoder.decode_64bit_uint()),
('ignore', decoder.skip_bytes(8)),
('64float', decoder.decode_64bit_float()),
('64float2', decoder.decode_64bit_float()),
])
print("-" * 60)
print("Decoded Data")
print("-" * 60)
for name, value in iteritems(decoded):
print("%s\t" % name, hex(value) if isinstance(value, int) else value)
# ----------------------------------------------------------------------- #
# close the client
# ----------------------------------------------------------------------- #
[Link]()
if __name__ == "__main__":
run_binary_payload_ex()
#!/usr/bin/env python
"""
Pymodbus Server Payload Example
--------------------------------------------------------------------------
60 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# --------------------------------------------------------------------------- #
# import the payload builder
# --------------------------------------------------------------------------- #
# --------------------------------------------------------------------------- #
# configure the service logging
# --------------------------------------------------------------------------- #
import logging
FORMAT = ('%(asctime)-15s %(threadName)-15s'
' %(levelname)-8s %(module)-15s:%(lineno)-8s %(message)s')
[Link](format=FORMAT)
log = [Link]()
[Link]([Link])
def run_payload_server():
# ----------------------------------------------------------------------- #
# build your payload
# ----------------------------------------------------------------------- #
builder = BinaryPayloadBuilder(byteorder=[Link],
wordorder=[Link])
builder.add_string('abcdefgh')
builder.add_bits([0, 1, 0, 1, 1, 0, 1, 0])
builder.add_8bit_int(-0x12)
builder.add_8bit_uint(0x12)
builder.add_16bit_int(-0x5678)
builder.add_16bit_uint(0x1234)
builder.add_32bit_int(-0x1234)
builder.add_32bit_uint(0x12345678)
builder.add_16bit_float(12.34)
builder.add_16bit_float(-12.34)
builder.add_32bit_float(22.34)
builder.add_32bit_float(-22.34)
builder.add_64bit_int(-0xDEADBEEF)
builder.add_64bit_uint(0x12345678DEADBEEF)
builder.add_64bit_uint(0xDEADBEEFDEADBEED)
builder.add_64bit_float(123.45)
builder.add_64bit_float(-123.45)
# ----------------------------------------------------------------------- #
# use that payload in the data store
# ----------------------------------------------------------------------- #
(continues on next page)
# ----------------------------------------------------------------------- #
# initialize the server information
# ----------------------------------------------------------------------- #
# If you don't set this or any fields, they are defaulted to empty strings.
# ----------------------------------------------------------------------- #
identity = ModbusDeviceIdentification()
[Link] = 'Pymodbus'
[Link] = 'PM'
[Link] = '[Link]
[Link] = 'Pymodbus Server'
[Link] = 'Pymodbus Server'
[Link] = [Link]()
# ----------------------------------------------------------------------- #
# run the server you want
# ----------------------------------------------------------------------- #
StartTcpServer(context, identity=identity, address=("localhost", 5020))
if __name__ == "__main__":
run_payload_server()
#!/usr/bin/env python
"""
Pymodbus Performance Example
--------------------------------------------------------------------------
try:
from multiprocessing import log_to_stderr
except ImportError:
import logging
[Link]()
log_to_stderr = [Link]
(continues on next page)
62 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# --------------------------------------------------------------------------- #
# choose between threads or processes
# --------------------------------------------------------------------------- #
# --------------------------------------------------------------------------- #
# perform the test
# --------------------------------------------------------------------------- #
# This test is written such that it can be used by many threads of processes
# although it should be noted that there are performance penalties
# associated with each strategy.
# --------------------------------------------------------------------------- #
def single_client_test(host, cycles):
""" Performs a single threaded test of a synchronous
client against the specified host
try:
count = 0
client = ModbusTcpClient(host, port=5020)
# client = ModbusSerialClient(method="rtu",
# port="/dev/ttyp0", baudrate=9600)
while count < cycles:
# print(count)
# with _thread_lock:
client.read_holding_registers(10, 123, unit=1)
count += 1
except:
[Link]("failed to run test successfully")
[Link]("finished worker: %d" % [Link]())
# --------------------------------------------------------------------------- #
# run our test and check results
# --------------------------------------------------------------------------- #
# We shard the total number of requests to perform between the number of
# threads that was specified. We then start all the threads and block on
# them to finish. This may need to switch to another mechanism to signal
# finished as the process/thread start up/shut down may skew the test a bit.
# --------------------------------------------------------------------------- #
if __name__ == "__main__":
args = (host, int(cycles * 1.0 / workers))
# with Worker(max_workers=workers, thread_name_prefix="Perform") as exe:
# futures = {[Link](single_client_test, *args): job for job in
˓→range(workers)}
64 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
#!/usr/bin/env python
"""
Pymodbus Synchronous Client Examples
--------------------------------------------------------------------------
# --------------------------------------------------------------------------- #
# configure the client logging
# --------------------------------------------------------------------------- #
import logging
FORMAT = ('%(asctime)-15s %(threadName)-15s '
'%(levelname)-8s %(module)-15s:%(lineno)-8s %(message)s')
[Link](format=FORMAT)
log = [Link]()
[Link]([Link])
UNIT = 0x1
def run_sync_client():
# ------------------------------------------------------------------------#
# choose the client you want
# ------------------------------------------------------------------------#
(continues on next page)
# ------------------------------------------------------------------------#
# specify slave to query
# ------------------------------------------------------------------------#
# The slave to query is specified in an optional parameter for each
# individual request. This can be done by specifying the `unit` parameter
# which defaults to `0x00`
# ----------------------------------------------------------------------- #
[Link]("Reading Coils")
rr = client.read_coils(1, 1, unit=UNIT)
[Link](rr)
# ----------------------------------------------------------------------- #
# example requests
# ----------------------------------------------------------------------- #
# simply call the methods that you would like to use. An example session
# is displayed below along with some assert checks. Note that some modbus
# implementations differentiate holding/input discrete/coils and as such
(continues on next page)
66 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
[Link]([False]*3)
assert([Link] == resp) # test the expected value
arguments = {
(continues on next page)
# ----------------------------------------------------------------------- #
# close the client
# ----------------------------------------------------------------------- #
[Link]()
if __name__ == "__main__":
run_sync_client()
#!/usr/bin/env python
"""
Pymodbus Synchronous Client Extended Examples
--------------------------------------------------------------------------
# --------------------------------------------------------------------------- #
# import the extended messages to perform
# --------------------------------------------------------------------------- #
from pymodbus.diag_message import *
from pymodbus.file_message import *
from pymodbus.other_message import *
from pymodbus.mei_message import *
# --------------------------------------------------------------------------- #
# configure the client logging
# --------------------------------------------------------------------------- #
import logging
FORMAT = ('%(asctime)-15s %(threadName)-15s '
(continues on next page)
68 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
UNIT = 0x01
def execute_extended_requests():
# ------------------------------------------------------------------------#
# choose the client you want
# ------------------------------------------------------------------------#
# make sure to start an implementation to hit against. For this
# you can use an existing device, the reference implementation in the tools
# directory, or start a pymodbus server.
#
# It should be noted that you can supply an ipv4 or an ipv6 host address
# for both the UDP and TCP clients.
# ------------------------------------------------------------------------#
client = ModbusClient(method='rtu', port="/dev/ptyp0")
# client = ModbusClient(method='ascii', port="/dev/ptyp0")
# client = ModbusClient(method='binary', port="/dev/ptyp0")
# client = ModbusClient('[Link]', port=5020)
# from [Link] import ModbusRtuFramer
# client = ModbusClient('[Link]', port=5020, framer=ModbusRtuFramer)
[Link]()
# ----------------------------------------------------------------------- #
# extra requests
# ----------------------------------------------------------------------- #
# If you are performing a request that is not available in the client
# mixin, you have to perform the request like this instead::
#
# from pymodbus.diag_message import ClearCountersRequest
# from pymodbus.diag_message import ClearCountersResponse
#
# request = ClearCountersRequest()
# response = [Link](request)
# if isinstance(response, ClearCountersResponse):
# ... do something with the response
#
#
# What follows is a listing of all the supported methods. Feel free to
# comment, uncomment, or modify each result set to match with your ref.
# ----------------------------------------------------------------------- #
# ----------------------------------------------------------------------- #
# information requests
# ----------------------------------------------------------------------- #
[Link]("Running ReadDeviceInformationRequest")
rq = ReadDeviceInformationRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
# assert (not [Link]()) # test that we are not an error
# assert ([Link][0] == b'Pymodbus') # test the vendor name
# assert ([Link][1] == b'PM') # test the product code
(continues on next page)
[Link]("Running ReportSlaveIdRequest")
rq = ReportSlaveIdRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
# assert(not [Link]()) # test that we are not an error
# assert([Link] == 0x00) # test the slave identifier
# assert([Link] == 0x00) # test that the status is ok
[Link]("Running ReadExceptionStatusRequest")
rq = ReadExceptionStatusRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
# assert(not [Link]()) # test that we are not an error
# assert([Link] == 0x55) # test the status code
[Link]("Running GetCommEventCounterRequest")
rq = GetCommEventCounterRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
# assert(not [Link]()) # test that we are not an error
# assert([Link] == True) # test the status code
# assert([Link] == 0x00) # test the status code
[Link]("Running GetCommEventLogRequest")
rq = GetCommEventLogRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
# assert(not [Link]()) # test that we are not an error
# assert([Link] == True) # test the status code
# assert(rr.event_count == 0x00) # test the number of events
# assert(rr.message_count == 0x00) # test the number of messages
# assert(len([Link]) == 0x00) # test the number of events
# ------------------------------------------------------------------------#
# diagnostic requests
# ------------------------------------------------------------------------#
[Link]("Running ReturnQueryDataRequest")
rq = ReturnQueryDataRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
# assert([Link][0] == 0x0000) # test the resulting message
[Link]("Running RestartCommunicationsOptionRequest")
rq = RestartCommunicationsOptionRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
# assert([Link] == 0x0000) # test the resulting message
[Link]("Running ReturnDiagnosticRegisterRequest")
(continues on next page)
70 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
[Link]("Running ChangeAsciiInputDelimiterRequest")
rq = ChangeAsciiInputDelimiterRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
[Link]("Running ForceListenOnlyModeRequest")
rq = ForceListenOnlyModeRequest(unit=UNIT)
rr = [Link](rq) # does not send a response
[Link](rr)
[Link]("Running ClearCountersRequest")
rq = ClearCountersRequest()
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
[Link]("Running ReturnBusCommunicationErrorCountRequest")
rq = ReturnBusCommunicationErrorCountRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
[Link]("Running ReturnBusExceptionErrorCountRequest")
rq = ReturnBusExceptionErrorCountRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
[Link]("Running ReturnSlaveMessageCountRequest")
rq = ReturnSlaveMessageCountRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
[Link]("Running ReturnSlaveNoResponseCountRequest")
rq = ReturnSlaveNoResponseCountRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
[Link]("Running ReturnSlaveNAKCountRequest")
rq = ReturnSlaveNAKCountRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
[Link]("Running ReturnSlaveBusyCountRequest")
rq = ReturnSlaveBusyCountRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
(continues on next page)
[Link]("Running ReturnSlaveBusCharacterOverrunCountRequest")
rq = ReturnSlaveBusCharacterOverrunCountRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
[Link]("Running ReturnIopOverrunCountRequest")
rq = ReturnIopOverrunCountRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
[Link]("Running ClearOverrunCountRequest")
rq = ClearOverrunCountRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
[Link]("Running GetClearModbusPlusRequest")
rq = GetClearModbusPlusRequest(unit=UNIT)
rr = [Link](rq)
[Link](rr)
# assert(rr == None) # not supported by reference
# ------------------------------------------------------------------------#
# close the client
# ------------------------------------------------------------------------#
[Link]()
if __name__ == "__main__":
execute_extended_requests()
#!/usr/bin/env python
"""
Pymodbus Synchronous Server Example
--------------------------------------------------------------------------
72 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
def run_server():
# ----------------------------------------------------------------------- #
# initialize your data store
# ----------------------------------------------------------------------- #
# The datastores only respond to the addresses that they are initialized to
# Therefore, if you initialize a DataBlock to addresses of 0x00 to 0xFF, a
# request to 0x100 will respond with an invalid address exception. This is
# because many devices exhibit this kind of behavior (but not all)::
#
# block = ModbusSequentialDataBlock(0x00, [0]*0xff)
#
# Continuing, you can choose to use a sequential or a sparse DataBlock in
# your data context. The difference is that the sequential has no gaps in
# the data while the sparse can. Once again, there are devices that exhibit
# both forms of behavior::
#
# block = ModbusSparseDataBlock({0x00: 0, 0x05: 1})
# block = ModbusSequentialDataBlock(0x00, [0]*5)
#
# Alternately, you can use the factory methods to initialize the DataBlocks
# or simply do not pass them to have them initialized to 0x00 on the full
# address range::
#
# store = ModbusSlaveContext(di = [Link]())
# store = ModbusSlaveContext()
#
# Finally, you are allowed to use the same DataBlock reference for every
# table or you may use a separate DataBlock for each table.
# This depends if you would like functions to be able to access and modify
# the same data or not::
#
# block = ModbusSequentialDataBlock(0x00, [0]*0xff)
# store = ModbusSlaveContext(di=block, co=block, hr=block, ir=block)
#
# The server then makes use of a server context that allows the server to
(continues on next page)
# ----------------------------------------------------------------------- #
# initialize the server information
# ----------------------------------------------------------------------- #
# If you don't set this or any fields, they are defaulted to empty strings.
# ----------------------------------------------------------------------- #
identity = ModbusDeviceIdentification()
[Link] = 'Pymodbus'
[Link] = 'PM'
[Link] = '[Link]
[Link] = 'Pymodbus Server'
[Link] = 'Pymodbus Server'
[Link] = [Link]()
# ----------------------------------------------------------------------- #
# run the server you want
# ----------------------------------------------------------------------- #
# Tcp:
StartTcpServer(context, identity=identity, address=("", 5020))
#
# TCP with different framer
# StartTcpServer(context, identity=identity,
# framer=ModbusRtuFramer, address=("[Link]", 5020))
# TLS
# StartTlsServer(context, identity=identity, certfile="[Link]",
# keyfile="[Link]", address=("[Link]", 8020))
# Udp:
# StartUdpServer(context, identity=identity, address=("[Link]", 5020))
(continues on next page)
74 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# RTU:
# StartSerialServer(context, framer=ModbusRtuFramer, identity=identity,
# port='/tmp/ttyp0', timeout=.005, baudrate=9600)
# Binary
# StartSerialServer(context,
# identity=identity,
# framer=ModbusBinaryFramer,
# port='/dev/ttyp0',
# timeout=1)
if __name__ == "__main__":
run_server()
#!/usr/bin/env python
"""
Pymodbus Server With Updating Thread
--------------------------------------------------------------------------
# --------------------------------------------------------------------------- #
# import the twisted libraries we need
# --------------------------------------------------------------------------- #
from [Link] import LoopingCall
# --------------------------------------------------------------------------- #
# define your callback process
# --------------------------------------------------------------------------- #
def updating_writer(a):
""" A worker process that runs every so often and
updates live values of the context. It should be noted
that there is a race condition for the update.
def run_updating_server():
# ----------------------------------------------------------------------- #
# initialize your data store
# ----------------------------------------------------------------------- #
store = ModbusSlaveContext(
di=ModbusSequentialDataBlock(0, [17]*100),
co=ModbusSequentialDataBlock(0, [17]*100),
hr=ModbusSequentialDataBlock(0, [17]*100),
ir=ModbusSequentialDataBlock(0, [17]*100))
context = ModbusServerContext(slaves=store, single=True)
# ----------------------------------------------------------------------- #
# initialize the server information
# ----------------------------------------------------------------------- #
identity = ModbusDeviceIdentification()
[Link] = 'pymodbus'
[Link] = 'PM'
[Link] = '[Link]
[Link] = 'pymodbus Server'
[Link] = 'pymodbus Server'
[Link] = [Link]()
# ----------------------------------------------------------------------- #
# run the server you want
# ----------------------------------------------------------------------- #
(continues on next page)
76 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
if __name__ == "__main__":
run_updating_server()
# ----------------------------------------------------------------------- #
# configure the client logging
# ----------------------------------------------------------------------- #
import logging
[Link]()
log = [Link]()
[Link]([Link])
UNIT = 0x01
# ----------------------------------------------------------------------- #
# example requests
# ----------------------------------------------------------------------- #
# simply call the methods that you would like to use. An example session
# is displayed below along with some assert checks. Note that some modbus
# implementations differentiate holding/input discrete/coils and as such
# you will not be able to write to these, therefore the starting values
# are not known to these tests. Furthermore, some use the same memory
(continues on next page)
[Link]([False]*3)
assert([Link] == resp) # test the expected value
arguments = {
'read_address': 1,
'read_count': 8,
'write_address': 1,
'write_registers': [20]*8,
}
(continues on next page)
78 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
if __name__ == '__main__':
loop = asyncio.get_event_loop()
coro = create_serial_connection(loop, make_protocol, '/dev/ptyp0',
baudrate=9600)
transport, protocol = loop.run_until_complete([Link](coro))[0]
loop.run_until_complete(start_async_test(protocol))
[Link]()
"""
Modbus BCD Payload Builder
-----------------------------------------------------------
def convert_to_bcd(decimal):
""" Converts a decimal value to a bcd value
def convert_from_bcd(bcd):
""" Converts a bcd value to a decimal value
def count_bcd_digits(bcd):
""" Count the number of digits in a bcd value
class BcdPayloadBuilder(IPayloadBuilder):
"""
A utility that helps build binary coded decimal payload
messages to be written with the various modbus messages.
example::
builder = BcdPayloadBuilder()
builder.add_number(1)
builder.add_number(int(2.234 * 1000))
payload = [Link]()
"""
def __str__(self):
""" Return the payload buffer as a string
80 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
def reset(self):
""" Reset the payload buffer
"""
self._payload = []
def build(self):
""" Return the payload buffer as a list
class BcdPayloadDecoder(object):
"""
A utility that helps decode binary coded decimal payload
(continues on next page)
decoder = BcdPayloadDecoder(payload)
first = decoder.decode_int(2)
second = decoder.decode_int(5) / 100
"""
@staticmethod
def fromRegisters(registers, endian=[Link]):
""" Initialize a payload decoder with the result of
reading a collection of registers from a modbus device.
@staticmethod
def fromCoils(coils, endian=[Link]):
""" Initialize a payload decoder with the result of
reading a collection of coils from a modbus device.
def reset(self):
""" Reset the decoder pointer back to the start
"""
self._pointer = 0x00
82 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
def decode_bits(self):
""" Decodes a byte worth of bits from the buffer
"""
self._pointer += 1
handle = self._payload[self._pointer - 1:self._pointer]
return unpack_bitstring(handle)
# --------------------------------------------------------------------------- #
# Exported Identifiers
# --------------------------------------------------------------------------- #
#!/usr/bin/env python
"""
Concurrent Modbus Client
---------------------------------------------------------------------------
# -------------------------------------------------------------------------- #
# import neccessary modbus libraries
# -------------------------------------------------------------------------- #
from [Link] import ModbusClientMixin
# -------------------------------------------------------------------------- #
# configure the client logging
# -------------------------------------------------------------------------- #
import logging
log = [Link]("pymodbus")
[Link]([Link])
[Link]()
# -------------------------------------------------------------------------- #
# Initialize out concurrency primitives
# -------------------------------------------------------------------------- #
class _Primitives(object):
""" This is a helper class used to group the
threading primitives depending on the type of
worker situation we want to run (threads or processes).
"""
@classmethod
def create(cls, in_process=False):
""" Initialize a new instance of the concurrency
primitives.
# -------------------------------------------------------------------------- #
# Define our data transfer objects
# -------------------------------------------------------------------------- #
# These will be used to serialize state between the various workers.
(continues on next page)
84 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# -------------------------------------------------------------------------- #
# Define our worker processes
# -------------------------------------------------------------------------- #
def _client_worker_process(factory, input_queue, output_queue, is_shutdown):
""" This worker process takes input requests, issues them on its
client handle, and then sends the client response (success or failure)
to the manager to deliver back to the application.
It should be noted that there are N of these workers and they can
be run in process or out of process as all the state serializes.
It should be noted that there are one of these threads and it must
be an in process thread as the futures will not serialize across
processes..
# -------------------------------------------------------------------------- #
# Define our concurrent client
# -------------------------------------------------------------------------- #
class ConcurrentClient(ModbusClientMixin):
""" This is a high performance client that can be used
to read/write a large number of reqeusts at once asyncronously.
This operates with a backing worker pool of processes or threads
to achieve its performance.
"""
86 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
if __name__ == "__main__":
from [Link] import ModbusTcpClient
def client_factory():
[Link]("creating client for: %s", threading.current_thread())
client = ModbusTcpClient('[Link]', port=5020)
[Link]()
return client
#!/usr/bin/env python
"""
Libmodbus Protocol Wrapper
------------------------------------------------------------
* LibmodbusLevel1Client
* LibmodbusClient
This is just another modbus client that can be used just like
any other client in pymodbus.
For these to work, you must have `cffi` and `libmodbus-dev` installed:
# -------------------------------------------------------------------------- #
# import pymodbus libraries
# -------------------------------------------------------------------------- #
# --------------------------------------------------------------------------- #
# create the C interface
# --------------------------------------------------------------------------- #
# * TODO add the protocol needed for the servers
# --------------------------------------------------------------------------- #
compiler = FFI()
(continues on next page)
88 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# -------------------------------------------------------------------------- #
# helper utilites
# -------------------------------------------------------------------------- #
def get_float(data):
return LIB.modbus_get_float(data)
def cast_to_int16(data):
return int([Link]('int16_t', data))
def cast_to_int32(data):
return int([Link]('int32_t', data))
class NotImplementedException(Exception):
pass
# -------------------------------------------------------------------------- #
# level1 client
# -------------------------------------------------------------------------- #
class LibmodbusLevel1Client(object):
""" A raw wrapper around the libmodbus c library. Feel free
to use it if you want increased performance and don't mind the
entire protocol not being implemented.
"""
@classmethod
def create_tcp_client(klass, host='[Link]', port=[Link]):
""" Create a TCP modbus client for the supplied parameters.
@classmethod
def create_rtu_client(klass, **kwargs):
""" Create a TCP modbus client for the supplied parameters.
90 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
* LibmodbusLevel1Client.create_rtu_client(...)
* LibmodbusLevel1Client.create_tcp_client(...)
def connect(self):
""" Attempt to connect to the client target.
def flush(self):
""" Discards the existing bytes on the wire.
def close(self):
""" Closes and frees the underlying connection
and context structure.
92 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# -------------------------------------------------------------------------- #
# level2 client
# -------------------------------------------------------------------------- #
class LibmodbusClient(ModbusClientMixin):
""" A facade around the raw level 1 libmodbus client
that implements the pymodbus protocol on top of the lower level
client.
"""
# ----------------------------------------------------------------------- #
# these are used to convert from the pymodbus request types to the
# libmodbus operations (overloaded operator).
# ----------------------------------------------------------------------- #
(continues on next page)
__methods = {
'ReadCoilsRequest': lambda c, r: c.read_bits([Link], [Link]),
'ReadDiscreteInputsRequest': lambda c, r: c.read_input_bits([Link],
[Link]),
'WriteSingleCoilRequest': lambda c, r: c.write_bit([Link],
[Link]),
'WriteMultipleCoilsRequest': lambda c, r: c.write_bits([Link],
[Link]),
'WriteSingleRegisterRequest': lambda c, r: c.write_register([Link],
[Link]),
'WriteMultipleRegistersRequest':
lambda c, r: c.write_registers([Link], [Link]),
'ReadHoldingRegistersRequest':
lambda c, r: c.read_registers([Link], [Link]),
'ReadInputRegistersRequest':
lambda c, r: c.read_input_registers([Link], [Link]),
'ReadWriteMultipleRegistersRequest':
lambda c, r: c.read_and_write_registers(r.read_address,
r.read_count,
r.write_address,
r.write_registers),
}
# ----------------------------------------------------------------------- #
# these are used to convert from the libmodbus result to the
# pymodbus response type
# ----------------------------------------------------------------------- #
__adapters = {
'ReadCoilsRequest':
lambda tx, rx: ReadCoilsResponse(list(rx)),
'ReadDiscreteInputsRequest':
lambda tx, rx: ReadDiscreteInputsResponse(list(rx)),
'WriteSingleCoilRequest':
lambda tx, rx: WriteSingleCoilResponse([Link], rx),
'WriteMultipleCoilsRequest':
lambda tx, rx: WriteMultipleCoilsResponse([Link], rx),
'WriteSingleRegisterRequest':
lambda tx, rx: WriteSingleRegisterResponse([Link], rx),
'WriteMultipleRegistersRequest':
lambda tx, rx: WriteMultipleRegistersResponse([Link], rx),
'ReadHoldingRegistersRequest':
lambda tx, rx: ReadHoldingRegistersResponse(list(rx)),
'ReadInputRegistersRequest':
lambda tx, rx: ReadInputRegistersResponse(list(rx)),
'ReadWriteMultipleRegistersRequest':
lambda tx, rx: ReadWriteMultipleRegistersResponse(list(rx)),
}
* LibmodbusLevel1Client.create_rtu_client(...)
* LibmodbusLevel1Client.create_tcp_client(...)
:param client: The underlying client instance to operate with.
(continues on next page)
94 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# ----------------------------------------------------------------------- #
# We use the client mixin to implement the api methods which are all
# forwarded to this method. It is implemented using the previously
# defined lookup tables. Any method not defined simply throws.
# ----------------------------------------------------------------------- #
method = request.__class__.__name__
operation = self.__methods.get(method, None)
adapter = self.__adapters.get(method, None)
# ----------------------------------------------------------------------- #
# Other methods can simply be forwarded using the decorator pattern
# ----------------------------------------------------------------------- #
def connect(self):
return [Link]()
def close(self):
return [Link]()
# ----------------------------------------------------------------------- #
# magic methods
# ----------------------------------------------------------------------- #
def __enter__(self):
""" Implement the client with enter block
# -------------------------------------------------------------------------- #
# main example runner
(continues on next page)
if __name__ == '__main__':
#!/usr/bin/env python
"""
Modbus Message Generator
--------------------------------------------------------------------------
96 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# -------------------------------------------------------------------------- #
# enumerate all request messages
# -------------------------------------------------------------------------- #
_request_messages = [
ReadHoldingRegistersRequest,
ReadDiscreteInputsRequest,
ReadInputRegistersRequest,
ReadCoilsRequest,
WriteMultipleCoilsRequest,
WriteMultipleRegistersRequest,
WriteSingleRegisterRequest,
WriteSingleCoilRequest,
ReadWriteMultipleRegistersRequest,
ReadExceptionStatusRequest,
GetCommEventCounterRequest,
GetCommEventLogRequest,
ReportSlaveIdRequest,
ReadFileRecordRequest,
WriteFileRecordRequest,
MaskWriteRegisterRequest,
ReadFifoQueueRequest,
ReadDeviceInformationRequest,
ReturnQueryDataRequest,
RestartCommunicationsOptionRequest,
ReturnDiagnosticRegisterRequest,
ChangeAsciiInputDelimiterRequest,
ForceListenOnlyModeRequest,
ClearCountersRequest,
ReturnBusMessageCountRequest,
ReturnBusCommunicationErrorCountRequest,
ReturnBusExceptionErrorCountRequest,
ReturnSlaveMessageCountRequest,
ReturnSlaveNoResponseCountRequest,
ReturnSlaveNAKCountRequest,
ReturnSlaveBusyCountRequest,
ReturnSlaveBusCharacterOverrunCountRequest,
ReturnIopOverrunCountRequest,
ClearOverrunCountRequest,
GetClearModbusPlusRequest
]
# -------------------------------------------------------------------------- #
# enumerate all response messages
# -------------------------------------------------------------------------- #
_response_messages = [
(continues on next page)
ReadExceptionStatusResponse,
GetCommEventCounterResponse,
GetCommEventLogResponse,
ReportSlaveIdResponse,
ReadFileRecordResponse,
WriteFileRecordResponse,
MaskWriteRegisterResponse,
ReadFifoQueueResponse,
ReadDeviceInformationResponse,
ReturnQueryDataResponse,
RestartCommunicationsOptionResponse,
ReturnDiagnosticRegisterResponse,
ChangeAsciiInputDelimiterResponse,
ForceListenOnlyModeResponse,
ClearCountersResponse,
ReturnBusMessageCountResponse,
ReturnBusCommunicationErrorCountResponse,
ReturnBusExceptionErrorCountResponse,
ReturnSlaveMessageCountResponse,
ReturnSlaveNoReponseCountResponse,
ReturnSlaveNAKCountResponse,
ReturnSlaveBusyCountResponse,
ReturnSlaveBusCharacterOverrunCountResponse,
ReturnIopOverrunCountResponse,
ClearOverrunCountResponse,
GetClearModbusPlusResponse
]
# -------------------------------------------------------------------------- #
# build an arguments singleton
# -------------------------------------------------------------------------- #
# Feel free to override any values here to generate a specific message
# in question. It should be noted that many argument names are reused
# between different messages, and a number of messages are simply using
# their default values.
# -------------------------------------------------------------------------- #
_arguments = {
'address': 0x12,
'count': 0x08,
'value': 0x01,
'values': [0x01] * 8,
'read_address': 0x12,
'read_count': 0x08,
(continues on next page)
98 Chapter 4. Examples
PyModbus Documentation, Release 2.5.0
# -------------------------------------------------------------------------- #
# generate all the requested messages
# -------------------------------------------------------------------------- #
def generate_messages(framer, options):
""" A helper method to parse the command line options
# -------------------------------------------------------------------------- #
# initialize our program settings
# -------------------------------------------------------------------------- #
def get_options():
""" A helper method to parse the command line options
parser.add_option("-f", "--framer",
help="The type of framer to use "
"(tcp, rtu, binary, ascii)",
dest="framer", default="tcp")
parser.add_option("-D", "--debug",
help="Enable debug tracing",
action="store_true", dest="debug", default=False)
parser.add_option("-a", "--ascii",
help="The indicates that the message is ascii",
action="store_true", dest="ascii", default=True)
parser.add_option("-b", "--binary",
(continues on next page)
parser.add_option("-m", "--messages",
help="The messages to encode (rx, tx)",
dest="messages", default='rx')
def main():
""" The main runner function
"""
option = get_options()
if [Link]:
try:
modbus_log.setLevel([Link])
[Link]()
except Exception as e:
print("Logging is not supported on this system")
framer = lookup = {
'tcp': ModbusSocketFramer,
'rtu': ModbusRtuFramer,
'binary': ModbusBinaryFramer,
'ascii': ModbusAsciiFramer,
}.get([Link], ModbusSocketFramer)(None)
generate_messages(framer, option)
if __name__ == "__main__":
main()
#!/usr/bin/env python
"""
Modbus Message Parser
--------------------------------------------------------------------------
* tcp
* ascii
* rtu
* binary
"""
# -------------------------------------------------------------------------- #
# import needed libraries
# -------------------------------------------------------------------------- #
(continues on next page)
# -------------------------------------------------------------------------- #
# build a quick wrapper around the framers
# -------------------------------------------------------------------------- #
class Decoder(object):
# -------------------------------------------------------------------------- #
# and decode our message
# -------------------------------------------------------------------------- #
def get_options():
""" A helper method to parse the command line options
parser.add_option("-p", "--parser",
help="The type of parser to use "
"(tcp, rtu, binary, ascii)",
dest="parser", default="tcp")
parser.add_option("-D", "--debug",
help="Enable debug tracing",
action="store_true", dest="debug", default=False)
(continues on next page)
parser.add_option("-m", "--message",
help="The message to parse",
dest="message", default=None)
parser.add_option("-a", "--ascii",
help="The indicates that the message is ascii",
action="store_true", dest="ascii", default=False)
parser.add_option("-b", "--binary",
help="The indicates that the message is binary",
action="store_false", dest="ascii")
parser.add_option("-f", "--file",
help="The file containing messages to parse",
dest="file", default=None)
parser.add_option("-t", "--transaction",
help="If the incoming message is in hexadecimal format",
action="store_true", dest="transaction", default=False)
parser.add_option("--framer",
help="Framer to use", dest="framer", default=None,
)
return opt
def get_messages(option):
""" A helper method to generate the messages to parse
if not [Link]:
if not IS_PYTHON3:
[Link] = [Link]('hex')
else:
[Link] = [Link]([Link](), 'hex_codec')
yield [Link]
elif [Link]:
with open([Link], "r") as handle:
for line in handle:
if [Link]('#'): continue
(continues on next page)
def main():
""" The main runner function
"""
option = get_options()
if [Link]:
try:
[Link]([Link])
[Link]()
except Exception as e:
print("Logging is not supported on this system- {}".format(e))
framer = lookup = {
'tcp': ModbusSocketFramer,
'rtu': ModbusRtuFramer,
'binary': ModbusBinaryFramer,
'ascii': ModbusAsciiFramer,
}.get([Link] or [Link], ModbusSocketFramer)
if __name__ == "__main__":
main()
"""
Given a modbus mapping file, this is used to generate
decoder blocks so that non-programmers can define the
register values and then decode a modbus device all
without having to write a line of code for decoding.
* csv
* json
* xml
# --------------------------------------------------------------------------- #
# raw mapping input parsers
# --------------------------------------------------------------------------- #
# These generate the raw mapping_blocks from some form of input
# which can then be passed to the decoder in question to supply
# the requested output result.
# --------------------------------------------------------------------------- #
template = {
'Start': 'address',
'DataType': 'type',
'Length': 'size'
# the remaining keys will just pass through
}
mappings = json_mapping_parser('[Link]', template)
# --------------------------------------------------------------------------- #
# modbus context decoders
# --------------------------------------------------------------------------- #
# These are used to decode a raw mapping_block into a slave context with
# populated function data blocks.
# --------------------------------------------------------------------------- #
def modbus_context_decoder(mapping_blocks):
""" Given a mapping block input, generate a backing
slave context with initialized data blocks.
# --------------------------------------------------------------------------- #
# modbus mapping decoder
# --------------------------------------------------------------------------- #
# These are used to decode a raw mapping_block into a request decoder.
# So this allows one to simply grab a number of registers, and then
# pass them to this decoder which will do the rest.
# --------------------------------------------------------------------------- #
class ModbusTypeDecoder(object):
""" This is a utility to determine the correct
decoder to use given a type name. By default this
supports all the types available in the default modbus
decoder, however this can easily be extended this class
and adding new types to the mapper::
class CustomTypeDecoder(ModbusTypeDecoder):
(continues on next page)
"""
def __init__(self):
""" Initializes a new instance of the decoder
"""
[Link] = lambda m: self.parse_16bit_uint
[Link] = {
'uint': self.parse_16bit_uint,
'uint8': self.parse_8bit_uint,
'uint16': self.parse_16bit_uint,
'uint32': self.parse_32bit_uint,
'uint64': self.parse_64bit_uint,
'int': self.parse_16bit_int,
'int8': self.parse_8bit_int,
'int16': self.parse_16bit_int,
'int32': self.parse_32bit_int,
'int64': self.parse_64bit_int,
'float': self.parse_32bit_float,
'float32': self.parse_32bit_float,
'float64': self.parse_64bit_float,
'string': self.parse_32bit_int,
'bits': self.parse_bits,
}
# ------------------------------------------------------------ #
# Type parsers
# ------------------------------------------------------------ #
@staticmethod
def parse_string(tokens):
_ = [Link]()
size = int([Link]())
return lambda d: d.decode_string(size=size)
@staticmethod
def parse_bits(tokens):
return lambda d: d.decode_bits()
@staticmethod
def parse_8bit_uint(tokens):
return lambda d: d.decode_8bit_uint()
@staticmethod
def parse_16bit_uint(tokens):
return lambda d: d.decode_16bit_uint()
@staticmethod
def parse_32bit_uint(tokens):
return lambda d: d.decode_32bit_uint()
@staticmethod
def parse_64bit_uint(tokens):
(continues on next page)
@staticmethod
def parse_8bit_int(tokens):
return lambda d: d.decode_8bit_int()
@staticmethod
def parse_16bit_int(tokens):
return lambda d: d.decode_16bit_int()
@staticmethod
def parse_32bit_int(tokens):
return lambda d: d.decode_32bit_int()
@staticmethod
def parse_64bit_int(tokens):
return lambda d: d.decode_64bit_int()
@staticmethod
def parse_32bit_float(tokens):
return lambda d: d.decode_32bit_float()
@staticmethod
def parse_64bit_float(tokens):
return lambda d: d.decode_64bit_float()
#------------------------------------------------------------
# Public Interface
#------------------------------------------------------------
def tokenize(self, value):
""" Given a value, return the tokens
"""
These are a collection of helper methods that can be
used to save a modbus server context to file for backup,
checkpointing, or any other purpose. There use is very
simple::
context = [Link]
saver = JsonDatastoreSaver(context)
[Link]()
* csv
* json
* xml
* handle_store_start(self, store)
* handle_store_end(self, store)
* handle_slave_start(self, slave)
* handle_slave_end(self, slave)
* handle_save_start(self)
* handle_save_end(self)
"""
import json
import [Link] as xml
class ModbusDatastoreSaver(object):
""" An abstract base class that can be used to implement
a persistance format for the modbus server context. In
order to use it, just complete the neccessary callbacks
(SAX style) that your persistance format needs.
"""
def save(self):
""" The main runner method to save the
context to file which calls the various
callbacks which the sub classes will
implement.
"""
with open([Link], 'w') as self.file_handle:
self.handle_save_start()
for slave_name, slave in [Link]:
self.handle_slave_start(slave_name)
for store_name, store in [Link]():
self.handle_store_start(store_name)
self.handle_store_values(iter(store))
self.handle_store_end(store_name)
self.handle_slave_end(slave_name)
self.handle_save_end()
#------------------------------------------------------------
# predefined state machine callbacks
#------------------------------------------------------------
def handle_save_start(self):
pass
def handle_save_end(self):
pass
# ---------------------------------------------------------------- #
# Implementations of the data store savers
# ---------------------------------------------------------------- #
class JsonDatastoreSaver(ModbusDatastoreSaver):
""" An implementation of the modbus datastore saver
that persists the context as a json document.
"""
_context = None
_store = None
_slave = None
STORE_NAMES = {
(continues on next page)
def handle_save_start(self):
self._context = dict()
def handle_save_end(self):
[Link](self._context, self.file_handle)
class CsvDatastoreSaver(ModbusDatastoreSaver):
""" An implementation of the modbus datastore saver
that persists the context as a csv document.
"""
_context = None
_store = None
_line = None
NEWLINE = '\r\n'
HEADER = "slave,store,address,value" + NEWLINE
STORE_NAMES = {
'i': 'i',
'd': 'd',
'h': 'h',
'c': 'c',
}
def handle_save_start(self):
self.file_handle.write([Link])
class XmlDatastoreSaver(ModbusDatastoreSaver):
""" An implementation of the modbus datastore saver
that persists the context as a XML document.
"""
_context = None
_store = None
STORE_NAMES = {
'i' : 'input-registers',
'd' : 'discretes',
'h' : 'holding-registers',
'c' : 'coils',
}
def handle_save_start(self):
self._context = [Link]("context")
self._root = [Link](self._context)
def handle_save_end(self):
self._root.write(self.file_handle)
#!/usr/bin/env python
"""
This is a simple scraper that can be pointed at a
modbus device to pull down all its values and store
them as a collection of sequential data blocks.
"""
import pickle
from optparse import OptionParser
from [Link] import serialport, reactor
from [Link] import ClientFactory
from [Link] import ModbusSequentialDataBlock
from [Link] import ModbusSlaveContext
from [Link] import ClientDecoder
from [Link] import ModbusClientProtocol
# -------------------------------------------------------------------------- #
(continues on next page)
# --------------------------------------------------------------------------- #
# Choose the framer you want to use
# --------------------------------------------------------------------------- #
from [Link] import ModbusBinaryFramer
from [Link] import ModbusAsciiFramer
from [Link] import ModbusRtuFramer
from [Link] import ModbusSocketFramer
# --------------------------------------------------------------------------- #
# Define some constants
# --------------------------------------------------------------------------- #
COUNT = 8 # The number of bits/registers to read at once
DELAY = 0 # The delay between subsequent reads
SLAVE = 0x01 # The slave unit id to read from
# --------------------------------------------------------------------------- #
# A simple scraper protocol
# --------------------------------------------------------------------------- #
# I tried to spread the load across the device, but feel free to modify the
# logic to suit your own purpose.
# --------------------------------------------------------------------------- #
class ScraperProtocol(ModbusClientProtocol):
address = None
def connectionMade(self):
""" Callback for when the client has connected
to the remote server.
"""
super(ScraperProtocol, self).connectionMade()
[Link]("Beginning the processing loop")
[Link] = [Link]
[Link](DELAY, self.scrape_holding_registers)
def scrape_holding_registers(self):
""" Defer fetching holding registers
"""
[Link]("reading holding registers: %d" % [Link])
d = self.read_holding_registers([Link], count=COUNT, unit=SLAVE)
[Link](self.scrape_discrete_inputs, self.error_handler)
# --------------------------------------------------------------------------- #
(continues on next page)
protocol = ScraperProtocol
# --------------------------------------------------------------------------- #
# a custom client for our device
# --------------------------------------------------------------------------- #
# Twisted provides a number of helper methods for creating and starting
# clients:
# - [Link]
# - [Link]
#
# How you start your client is really up to you.
# --------------------------------------------------------------------------- #
class SerialModbusClient([Link]):
# --------------------------------------------------------------------------- #
# a custom endpoint for our results
# --------------------------------------------------------------------------- #
# An example line reader, this can replace with:
# - the TCP protocol
# - a context recorder
# - a database or file recorder
# --------------------------------------------------------------------------- #
(continues on next page)
def finalize(self):
with open([Link], "w") as handle:
[Link]([Link], handle)
# -------------------------------------------------------------------------- #
# Main start point
# -------------------------------------------------------------------------- #
def get_options():
""" A helper method to parse the command line options
parser.add_option("-o", "--output",
help="The resulting output file for the scrape",
dest="output", default="[Link]")
parser.add_option("-p", "--port",
help="The port to connect to", type='int',
dest="port", default=502)
parser.add_option("-s", "--server",
help="The server to scrape",
dest="host", default="[Link]")
parser.add_option("-r", "--range",
help="The address range to scan",
dest="query", default="0:1000")
parser.add_option("-d", "--debug",
help="Enable debug tracing",
action="store_true", dest="debug", default=False)
(continues on next page)
def main():
""" The main runner function """
options = get_options()
if [Link]:
try:
[Link]([Link])
[Link]()
except Exception as ex:
print("Logging is not supported on this system")
try:
[Link]("Initializing the client")
framer = ModbusSocketFramer(ClientDecoder())
reader = LoggingContextReader([Link])
factory = ScraperFactory(framer, reader, query)
# --------------------------------------------------------------------------- #
# Main jumper
# --------------------------------------------------------------------------- #
if __name__ == "__main__":
main()
#!/usr/bin/env python
"""
An example of creating a fully implemented modbus server
with read/write data as well as user configurable base data
"""
import pickle
(continues on next page)
# -------------------------------------------------------------------------- #
# Logging
# -------------------------------------------------------------------------- #
import logging
[Link]()
server_log = [Link]("[Link]")
protocol_log = [Link]("[Link]")
# -------------------------------------------------------------------------- #
# Extra Global Functions
# -------------------------------------------------------------------------- #
# These are extra helper functions that don't belong in a class
# -------------------------------------------------------------------------- #
import getpass
def root_test():
""" Simple test to see if we are running as root """
return True # removed for the time being as it isn't portable
#return [Link]() == "root"
# -------------------------------------------------------------------------- #
# Helper Classes
# -------------------------------------------------------------------------- #
class ConfigurationException(Exception):
""" Exception for configuration error """
def __str__(self):
""" Builds a representation of the object
class Configuration:
"""
Class used to parse configuration file and create and modbus
datastore.
(continues on next page)
def parse(self):
""" Parses the config file and creates a server context
"""
handle = [Link]([Link])
try: # test for existance, or bomb
dsd = handle['di']
csd = handle['ci']
hsd = handle['hr']
isd = handle['ir']
except Exception:
raise ConfigurationException("Invalid Configuration")
slave = ModbusSlaveContext(d=dsd, c=csd, h=hsd, i=isd)
return ModbusServerContext(slaves=slave)
# -------------------------------------------------------------------------- #
# Main start point
# -------------------------------------------------------------------------- #
def main():
""" Server launcher """
parser = OptionParser()
parser.add_option("-c", "--conf",
help="The configuration file to load",
dest="file")
parser.add_option("-D", "--debug",
help="Turn on to enable tracing",
action="store_true", dest="debug", default=False)
(opt, arg) = parser.parse_args()
# -------------------------------------------------------------------------- #
# Main jumper
# -------------------------------------------------------------------------- #
if __name__ == "__main__":
if root_test():
main()
else:
print("This script must be run as root!")
"""
Modbus Modicon Payload Builder
-----------------------------------------------------------
class ModiconPayloadBuilder(IPayloadBuilder):
"""
A utility that helps build modicon encoded payload
messages to be written with the various modbus messages.
example::
builder = ModiconPayloadBuilder()
builder.add_8bit_uint(1)
builder.add_16bit_uint(2)
payload = [Link]()
"""
def __str__(self):
""" Return the payload buffer as a string
def reset(self):
""" Reset the payload buffer
"""
self._payload = []
def build(self):
""" Return the payload buffer as a list
class ModiconPayloadDecoder(object):
(continues on next page)
decoder = ModiconPayloadDecoder(payload)
first = decoder.decode_8bit_uint()
second = decoder.decode_16bit_uint()
"""
@staticmethod
def from_registers(registers, endian=[Link]):
""" Initialize a payload decoder with the result of
reading a collection of registers from a modbus device.
@staticmethod
def from_coils(coils, endian=[Link]):
""" Initialize a payload decoder with the result of
reading a collection of coils from a modbus device.
def reset(self):
""" Reset the decoder pointer back to the start
"""
(continues on next page)
def decode_8bit_uint(self):
""" Decodes a 8 bit unsigned int from the buffer
"""
self._pointer += 1
fstring = self._endian + 'B'
handle = self._payload[self._pointer - 1:self._pointer]
return unpack(fstring, handle)[0]
def decode_16bit_uint(self):
""" Decodes a 16 bit unsigned int from the buffer
"""
self._pointer += 2
fstring = self._endian + 'H'
handle = self._payload[self._pointer - 2:self._pointer]
return unpack(fstring, handle)[0]
def decode_32bit_uint(self):
""" Decodes a 32 bit unsigned int from the buffer
"""
self._pointer += 4
fstring = self._endian + 'I'
handle = self._payload[self._pointer - 4:self._pointer]
handle = handle[2:] + handle[:2]
return unpack(fstring, handle)[0]
def decode_8bit_int(self):
""" Decodes a 8 bit signed int from the buffer
"""
self._pointer += 1
fstring = self._endian + 'b'
handle = self._payload[self._pointer - 1:self._pointer]
return unpack(fstring, handle)[0]
def decode_16bit_int(self):
""" Decodes a 16 bit signed int from the buffer
"""
self._pointer += 2
fstring = self._endian + 'h'
handle = self._payload[self._pointer - 2:self._pointer]
return unpack(fstring, handle)[0]
def decode_32bit_int(self):
""" Decodes a 32 bit signed int from the buffer
"""
self._pointer += 4
fstring = self._endian + 'i'
handle = self._payload[self._pointer - 4:self._pointer]
handle = handle[2:] + handle[:2]
return unpack(fstring, handle)[0]
def decode_bits(self):
""" Decodes a byte worth of bits from the buffer
"""
self._pointer += 1
handle = self._payload[self._pointer - 1:self._pointer]
return unpack_bitstring(handle)
# -------------------------------------------------------------------------- #
# Exported Identifiers
# -------------------------------------------------------------------------- #
__all__ = ["ModiconPayloadBuilder", "ModiconPayloadDecoder"]
"""
Although there is a remote server context already in the main library,
it works under the assumption that users would have a server context
of the following form::
server_context = {
0x00: client('[Link]'),
0x01: client('[Link]'),
0x02: client('[Link]')
}
server_context = {
0x00: client('[Link]', 0x00),
0x01: client('[Link]', 0x01),
0x02: client('[Link]', 0x02)
}
"""
from [Link] import NotImplementedException
from [Link] import IModbusSlaveContext
# -------------------------------------------------------------------------- #
# Logging
# -------------------------------------------------------------------------- #
(continues on next page)
import logging
_logger = [Link](__name__)
# -------------------------------------------------------------------------- #
# Slave Context
# -------------------------------------------------------------------------- #
# Basically we create a new slave context for the given slave identifier so
# that this slave context will only make requests to that slave with the
# client that the server is maintaining.
# -------------------------------------------------------------------------- #
class RemoteSingleSlaveContext(IModbusSlaveContext):
""" This is a remote server context that allows one
to create a server context backed by a single client that
may be attached to many slave units. This can be used to
effectively create a modbus forwarding server.
"""
def reset(self):
""" Resets all the datastores to their default values """
raise NotImplementedException()
def __str__(self):
""" Returns a string representation of the context
# -------------------------------------------------------------------------- #
# Server Context
# -------------------------------------------------------------------------- #
# Think of this as simply a dictionary of { unit_id: client(req, unit_id) }
# -------------------------------------------------------------------------- #
class RemoteServerContext(object):
""" This is a remote server context that allows one
to create a server context backed by a single client that
may be attached to many slave units. This can be used to
effectively create a modbus forwarding server.
"""
def __str__(self):
""" Returns a string representation of the context
def __iter__(self):
""" Iterater over the current collection of slave
contexts.
#!/usr/bin/env python
"""
Pymodbus Synchronous Serial Forwarder
--------------------------------------------------------------------------
We basically set the context for the tcp serial server to be that of a
serial client! This is just an example of how clever you can be with
the data context (basically anything can become a modbus device).
"""
# --------------------------------------------------------------------------- #
# import the various server implementations
# --------------------------------------------------------------------------- #
from [Link] import StartTcpServer as StartServer
from [Link] import ModbusSerialClient as ModbusClient
# --------------------------------------------------------------------------- #
# configure the service logging
# --------------------------------------------------------------------------- #
import logging
[Link]()
log = [Link]()
[Link]([Link])
def run_serial_forwarder():
# ----------------------------------------------------------------------- #
# initialize the datastore(serial client)
# Note this would send the requests on the serial client with address = 0
# ----------------------------------------------------------------------- #
client = ModbusClient(method='rtu', port='/tmp/ptyp0')
# If required to communicate with a specified client use unit=<unit_id>
# in RemoteSlaveContext
# For e.g to forward the requests to slave with unit address 1 use
# store = RemoteSlaveContext(client, unit=1)
store = RemoteSlaveContext(client)
context = ModbusServerContext(slaves=store, single=True)
if __name__ == "__main__":
run_serial_forwarder()
# --------------------------------------------------------------------------- #
# Logging
# --------------------------------------------------------------------------- #
import logging
_logger = [Link](__name__)
_logger.setLevel([Link])
[Link]()
# --------------------------------------------------------------------------- #
# Sunspec Common Constants
# --------------------------------------------------------------------------- #
class SunspecDefaultValue(object):
""" A collection of constants to indicate if
a value is not implemented.
"""
Signed16 = 0x8000
Unsigned16 = 0xffff
Accumulator16 = 0x0000
Scale = 0x8000
Signed32 = 0x80000000
Float32 = 0x7fc00000
Unsigned32 = 0xffffffff
Accumulator32 = 0x00000000
Signed64 = 0x8000000000000000
Unsigned64 = 0xffffffffffffffff
Accumulator64 = 0x0000000000000000
String = '\x00'
class SunspecStatus(object):
""" Indicators of the current status of a
sunspec device
"""
Normal = 0x00000000
Error = 0xfffffffe
Unknown = 0xffffffff
(continues on next page)
class SunspecIdentifier(object):
""" Assigned identifiers that are pre-assigned
by the sunspec protocol.
"""
Sunspec = 0x53756e53
class SunspecModel(object):
""" Assigned device indentifiers that are pre-assigned
by the sunspec protocol.
"""
#---------------------------------------------
# 0xx Common Models
#---------------------------------------------
CommonBlock = 1
AggregatorBlock = 2
#---------------------------------------------
# 1xx Inverter Models
#---------------------------------------------
SinglePhaseIntegerInverter = 101
SplitPhaseIntegerInverter = 102
ThreePhaseIntegerInverter = 103
SinglePhaseFloatsInverter = 103
SplitPhaseFloatsInverter = 102
ThreePhaseFloatsInverter = 103
#---------------------------------------------
# 2xx Meter Models
#---------------------------------------------
SinglePhaseMeter = 201
SplitPhaseMeter = 201
WyeConnectMeter = 201
DeltaConnectMeter = 201
#---------------------------------------------
# 3xx Environmental Models
#---------------------------------------------
BaseMeteorological = 301
Irradiance = 302
BackOfModuleTemperature = 303
Inclinometer = 304
Location = 305
ReferencePoint = 306
BaseMeteorological = 307
MiniMeteorological = 308
#---------------------------------------------
# 4xx String Combiner Models
#---------------------------------------------
BasicStringCombiner = 401
AdvancedStringCombiner = 402
#---------------------------------------------
# 5xx Panel Models
(continues on next page)
#---------------------------------------------
# 641xx Outback Blocks
#---------------------------------------------
OutbackDeviceIdentifier = 64110
OutbackChargeController = 64111
OutbackFMSeriesChargeController = 64112
OutbackFXInverterRealTime = 64113
OutbackFXInverterConfiguration = 64114
OutbackSplitPhaseRadianInverter = 64115
OutbackRadianInverterConfiguration = 64116
OutbackSinglePhaseRadianInverterRealTime = 64117
OutbackFLEXNetDCRealTime = 64118
OutbackFLEXNetDCConfiguration = 64119
OutbackSystemControl = 64120
#---------------------------------------------
# 64xxx Vender Extension Block
#---------------------------------------------
EndOfSunSpecMap = 65535
@classmethod
def lookup(klass, code):
""" Given a device identifier, return the
device model name for that identifier
class SunspecOffsets(object):
""" Well known offsets that are used throughout
the sunspec protocol
"""
CommonBlock = 40000
CommonBlockLength = 69
AlternateCommonBlock = 50000
# --------------------------------------------------------------------------- #
# Common Functions
# --------------------------------------------------------------------------- #
def defer_or_apply(func):
""" Decorator to apply an adapter method
to a result regardless if it is a deferred
or a concrete response.
def create_sunspec_sync_client(host):
""" A quick helper method to create a sunspec
client.
# --------------------------------------------------------------------------- #
# Sunspec Client
# --------------------------------------------------------------------------- #
class SunspecDecoder(BinaryPayloadDecoder):
""" A decoder that deals correctly with the sunspec
binary format.
"""
class SunspecClient(object):
def initialize(self):
""" Initialize the underlying client values
def get_common_block(self):
""" Read and return the sunspec common information
block.
def get_all_device_blocks(self):
""" Retrieve all the available blocks in the supplied
sunspec device.
#------------------------------------------------------------
# A quick test runner
#------------------------------------------------------------
if __name__ == "__main__":
client = create_sunspec_sync_client("[Link]")
[Link]()
import threading
from contextlib import contextmanager
from [Link] import BaseModbusDataBlock
class ContextWrapper(object):
""" This is a simple wrapper around enter
and exit functions that conforms to the pyhton
context manager protocol:
def __enter__(self):
if [Link]: self._enter()
return self if not self._factory else self._factory()
class ReadWriteLock(object):
""" This reader writer lock gurantees write order, but not
read order and is generally biased towards allowing writes
if they are available to prevent starvation.
TODO:
def __init__(self):
""" Initializes a new instance of the ReadWriteLock
"""
[Link] = [] # the current writer queue
[Link] = [Link]() # the underlying condition lock
self.read_condition = [Link]([Link]) # the single reader
˓→condition
def __is_pending_writer(self):
return ([Link] # if there is a current writer
or ([Link] # or if there is a waiting writer
and ([Link][0] != self.read_condition))) # or if the queue head is
˓→not a reader
def acquire_reader(self):
""" Notifies the lock that a new reader is requesting
the underlying resource.
"""
with [Link]:
if self.__is_pending_writer(): # if there are existing
˓→writers waiting
def acquire_writer(self):
""" Notifies the lock that a new writer is requesting
the underlying resource.
"""
with [Link]:
if [Link] or [Link]: # if we need to wait on a
˓→writer or readers
def release_reader(self):
""" Notifies the lock that an existing reader is
finished with the underlying resource.
"""
with [Link]:
[Link] = max(0, [Link] - 1) # readers should never go
˓→below 0
def release_writer(self):
""" Notifies the lock that an existing writer is
finished with the underlying resource.
"""
with [Link]:
[Link] = False # give up current writing
˓→handle
@contextmanager
def get_reader_lock(self):
""" Wrap some code with a reader lock using the
(continues on next page)
with rwlock.get_reader_lock():
do_read_operation()
"""
try:
self.acquire_reader()
yield self
finally: self.release_reader()
@contextmanager
def get_writer_lock(self):
""" Wrap some code with a writer lock using the
python context manager protocol::
with rwlock.get_writer_lock():
do_read_operation()
"""
try:
self.acquire_writer()
yield self
finally: self.release_writer()
class ThreadSafeDataBlock(BaseModbusDataBlock):
""" This is a simple decorator for a data block. This allows
a user to inject an existing data block which can then be
safely operated on from multiple cocurrent threads.
It should be noted that the choice was made to lock around the
datablock instead of the manager as there is less source of
contention (writes can occur to slave 0x01 while reads can
occur to slave 0x02).
"""
if __name__ == "__main__":
class AtomicCounter(object):
def __init__(self, **kwargs):
[Link] = [Link]('start', 0)
[Link] = [Link]('finish', 1000)
[Link] = [Link]()
def is_running(self):
return [Link] <= [Link]
locker = ReadWriteLock()
readers, writers = AtomicCounter(), AtomicCounter()
def read():
while writers.is_running() and readers.is_running():
with locker.get_reader_lock():
[Link]()
def write():
while writers.is_running() and readers.is_running():
with locker.get_writer_lock():
[Link]()
#!/usr/bin/env python
# -------------------------------------------------------------------------- #
(continues on next page)
# -------------------------------------------------------------------------- #
# SNMP Simulator
# -------------------------------------------------------------------------- #
from [Link] import reactor
from [Link] import error as twisted_error
from [Link] import ModbusServerFactory
from [Link] import ModbusServerContext,ModbusSlaveContext
# -------------------------------------------------------------------------- #
# Logging
# -------------------------------------------------------------------------- #
import logging
log = [Link]("pymodbus")
# -------------------------------------------------------------------------- #
# Application Error
# -------------------------------------------------------------------------- #
class ConfigurationException(Exception):
""" Exception for configuration error """
pass
# -------------------------------------------------------------------------- #
# Extra Global Functions
# -------------------------------------------------------------------------- #
# These are extra helper functions that don't belong in a class
# -------------------------------------------------------------------------- #
def root_test():
""" Simple test to see if we are running as root """
return [Link]() == "root"
# -------------------------------------------------------------------------- #
# Simulator Class
# -------------------------------------------------------------------------- #
class Simulator(object):
"""
Class used to parse configuration file and create and modbus
datastore.
def _parse(self):
""" Parses the config file and creates a server context """
try:
handle = [Link]([Link])
dsd = handle['di']
csd = handle['ci']
hsd = handle['hr']
isd = handle['ir']
except KeyError:
raise ConfigurationException("Invalid Configuration")
slave = ModbusSlaveContext(d=dsd, c=csd, h=hsd, i=isd)
return ModbusServerContext(slaves=slave)
def _simulator(self):
""" Starts the snmp simulator """
ports = [502]+range(20000,25000)
for port in ports:
try:
[Link](port, ModbusServerFactory(self._parse()))
[Link]('listening on port %d' % port)
return port
except twisted_error.CannotListenError:
pass
def run(self):
""" Used to run the simulator """
[Link]('simulator started')
[Link](self._simulator)
# -------------------------------------------------------------------------- #
# Network reset thread
# -------------------------------------------------------------------------- #
# This is linux only, maybe I should make a base class that can be filled
# in for linux(debian/redhat)/windows/nix
# -------------------------------------------------------------------------- #
class NetworkReset(Thread):
"""
This class is simply a daemon that is spun off at the end of the
program to call the network restart function (an easy way to
remove all the virtual interfaces)
"""
def __init__(self):
""" Initialize a new network reset thread """
(continues on next page)
def run(self):
""" Run the network reset """
[Link]("/etc/init.d/networking restart")
Pymodbus
5.1.2 Subpackages
[Link] package
Subpackages
[Link] package
Example run:
145
PyModbus Documentation, Release 2.5.0
# Here event_loop is a thread which would control the backend and future is
# a Future/deffered object which would be used to
# add call backs to run asynchronously.
# For asyncio the actual client is returned and event loop is asyncio loop
Subpackages
[Link] package
[Link] package
Submodules
[Link] module
[Link] module
[Link] module
[Link].async_io_factory(host=’[Link]’,
port=502,
framer=None,
source_address=None,
timeout=None,
**kwargs)
Factory to create asyncio based asynchronous udp clients :param host: Host IP address :param port: Port :param
framer: Modbus Framer :param source_address: Bind address :param timeout: Timeout in seconds :param
kwargs: :return: asyncio event loop and udp client
[Link].get_factory(scheduler)
Gets protocol factory based on the backend scheduler being used :param scheduler: REAC-
TOR/IO_LOOP/ASYNC_IO :return
[Link].io_loop_factory(host=’[Link]’,
port=502, framer=None,
source_address=None,
timeout=None,
**kwargs)
Factory to create Tornado based asynchronous udp clients :param host: Host IP address :param port: Port
:param framer: Modbus Framer :param source_address: Bind address :param timeout: Timeout in seconds
:param kwargs: :return: event_loop_thread and tornado future
[Link].reactor_factory(host=’[Link]’,
port=502, framer=None,
source_address=None,
timeout=None,
**kwargs)
Factory to create twisted udp asynchronous client :param host: Host IP address :param port: Port :param framer:
Modbus Framer :param source_address: Bind address :param timeout: Timeout in seconds :param kwargs:
:return: event_loop_thread and twisted_deferred
[Link] package
[Link] package
[Link] package
Example run:
def printResult(result):
print "Result: %d" % [Link][0]
def process(client):
result = client.write_coil(1, True)
[Link](printResult)
[Link](1, [Link])
Another example:
def process():
factory = [Link]("localhost", 502, ModbusClientFactory())
[Link]()
if __name__ == "__main__":
[Link](1, process)
[Link]()
class [Link](framer=None,
**kwargs)
Bases: [Link], [Link].
[Link]
This represents the base modbus client protocol. All the application layer code is deferred to a higher level
wrapper.
close()
Closes underlying transport layer ,essentially closing the client :return:
connectionLost(reason=None)
Called upon a client disconnect
Parameters reason – The reason for the disconnect
connectionMade()
Called upon a successful client connection.
dataReceived(data)
Get response, check for valid message, decode result
Parameters data – The data returned from the server
execute(request)
Starts the producer to send the next request to [Link](Frame(request))
framer = None
class [Link](host=’[Link]’,
port=502,
framer=None,
source_address=None,
time-
out=None,
**kwargs)
Bases: [Link], [Link].
[Link]
This represents the base modbus client protocol. All the application layer code is deferred to a higher level
wrapper.
datagramReceived(data, params)
Get response, check for valid message, decode result
Parameters
• data – The data returned from the server
• params – The host parameters sending the datagram
execute(request)
Starts the producer to send the next request to [Link](Frame(request))
class [Link]
Bases: [Link]
Simple client protocol factory
protocol
alias of ModbusClientProtocol
Submodules
[Link] module
class [Link]
Bases: object
Actual Async Serial Client to be used.
To use do:
[Link] module
class [Link]
Bases: object
Actual Async Serial Client to be used.
To use do:
[Link] module
[Link] module
class [Link]
Bases: object
Actual Async UDP Client to be used.
To use do:
Submodules
[Link] module
This is a common client mixin that can be used by both the synchronous and asynchronous clients to simplify the
interface.
class [Link]
Bases: object
This is a modbus client mixin that provides additional factory methods for all the current modbus methods. This
can be used instead of the normal pattern of:
# instead of this
client = ModbusClient(...)
request = ReadCoilsRequest(1,10)
response = [Link](request)
last_frame_end = 0
mask_write_register(*args, **kwargs)
Parameters
• address – The address of the register to write
silent_interval = 0
state = 0
write_coil(address, value, **kwargs)
Parameters
• address – The starting address to write to
• value – The value to write to the specified address
• unit – The slave unit this request is targeting
Returns A deferred response handle
write_coils(address, values, **kwargs)
Parameters
• address – The starting address to write to
• values – The values to write to the specified address
• unit – The slave unit this request is targeting
Returns A deferred response handle
write_register(address, value, **kwargs)
Parameters
• address – The starting address to write to
• value – The value to write to the specified address
• unit – The slave unit this request is targeting
Returns A deferred response handle
write_registers(address, values, **kwargs)
Parameters
• address – The starting address to write to
• values – The values to write to the specified address
• unit – The slave unit this request is targeting
Returns A deferred response handle
[Link] module
[Link] package
Subpackages
[Link] package
Submodules
[Link].redis_datastore module
class [Link].redis_datastore.RedisSlaveContext(**kwargs)
Bases: [Link]
This is a modbus slave context using redis as a backing store.
[Link].sql_datastore module
class [Link].sql_datastore.SqlSlaveContext(*args,
**kwargs)
Bases: [Link]
This creates a modbus data model with each data access stored in its own personal block
getValues(fx, address, count=1)
Get count values from datastore
Parameters
• fx – The function we are working with
• address – The starting address
• count – The number of values to retrieve
Returns The requested values from a:a+c
reset()
Resets all the datastores to their default values
setValues(fx, address, values, update=True)
Sets the datastore with the supplied values
Parameters
• fx – The function we are working with
• address – The starting address
• values – The new values to be set
• update – Update existing register in the db
validate(fx, address, count=1)
Validates the request to make sure it is in range
Parameters
• fx – The function we are working with
• address – The starting address
• count – The number of values to test
Returns True if the request in within range, False otherwise
Submodules
[Link] module
[Link] module
[Link] module
For each server, you will create a ModbusServerContext and pass in the default address space for each data access.
The class will create and manage the data.
Further modification of said data accesses should be performed with [get,set][access]Values(address, count)
Datastore Implementation
There are two ways that the server datastore can be implemented. The first is a complete range from ‘address’ start to
‘count’ number of indecies. This can be thought of as a straight array:
The other way that the datastore can be implemented (and how many devices implement it) is a associate-array:
The difference between the two is that the latter will allow arbitrary gaps in its datastore while the former will not.
This is seen quite commonly in some modbus implementations. What follows is a clear example from the field:
Say a company makes two devices to monitor power usage on a rack. One works with three-phase and the other with
a single phase. The company will dictate a modbus data mapping such that registers:
n: phase 1 power
n+1: phase 2 power
n+2: phase 3 power
Using this, layout, the first device will implement n, n+1, and n+2, however, the second device may set the latter two
values to 0 or will simply not implmented the registers thus causing a single read or a range read to fail.
I have both methods implemented, and leave it up to the user to change based on their preference.
class [Link]
Bases: object
Base class for a modbus datastore
Derived classes must create the following fields: @address The starting address point @defult_value The de-
fault value of the datastore @values The actual datastore values
Derived classes must implemented the following methods: validate(self, address, count=1) getValues(self,
address, count=1) setValues(self, address, values)
default(count, value=False)
Used to initialize a store to one value
Parameters
• count – The number of fields to set
• value – The default value to set to the fields
getValues(address, count=1)
Returns the requested values from the datastore
Parameters
• address – The starting address
• count – The number of values to retrieve
Returns The requested values from a:a+c
reset()
Resets the datastore to the initialized default value
setValues(address, values)
Returns the requested values from the datastore
Parameters
• address – The starting address
• values – The values to store
validate(address, count=1)
Checks to see if the request is in range
Parameters
• address – The starting address
• count – The number of values to test for
Returns True if the request in within range, False otherwise
class [Link](address, values)
Bases: [Link]
Creates a sequential modbus datastore
classmethod create()
Factory method to create a datastore with the full address space initialized to 0x00
Returns An initialized datastore
getValues(address, count=1)
Returns the requested values of the datastore
Parameters
• address – The starting address
• count – The number of values to retrieve
Returns The requested values from a:a+c
setValues(address, values)
Sets the requested values of the datastore
Parameters
• address – The starting address
• values – The new values to be set
validate(address, count=1)
Checks to see if the request is in range
Parameters
• address – The starting address
• count – The number of values to test for
[Link] package
Submodules
[Link].ascii_framer module
This framer is used for serial transmission. Unlike the RTU protocol, the data in this framer is transferred in
plain text ascii.
addToFrame(message)
Add the next message to the frame buffer This should be used before the decoding while loop to add the
received data to the buffer handle.
Parameters message – The most recent packet
advanceFrame()
Skip over the current framed message This allows us to skip over the current message after we have
processed it or determined that it contains an error. It also has to reset the current frame header handle
buildPacket(message)
Creates a ready to send modbus packet Built off of a modbus request/response
Parameters message – The request/response to send
Returns The encoded packet
checkFrame()
Check and decode the next frame
Returns True if we successful, False otherwise
decode_data(data)
getFrame()
Get the next frame from the buffer
Returns The frame data or ‘’
isFrameReady()
Check if we should continue decode logic This is meant to be used in a while loop in the decoding phase
to let the decoder know that there is still data in the buffer.
Returns True if ready, False otherwise
populateResult(result)
Populates the modbus result header
The serial packets do not have any header information that is copied.
[Link].binary_framer module
The idea here is that we implement the RTU protocol, however, instead of using timing for message delimiting,
we use start and end of message characters (in this case { and }). Basically, this is a binary framer.
The only case we have to watch out for is when a message contains the { or } characters. If we encounter these
characters, we simply duplicate them. Hopefully we will not encounter those characters that often and will save
a little bit of bandwitch without a real-time system.
Protocol defined by [Link].
addToFrame(message)
Add the next message to the frame buffer This should be used before the decoding while loop to add the
received data to the buffer handle.
Parameters message – The most recent packet
advanceFrame()
Skip over the current framed message This allows us to skip over the current message after we have
processed it or determined that it contains an error. It also has to reset the current frame header handle
buildPacket(message)
Creates a ready to send modbus packet
[Link].rtu_framer module
Wait refers to the amount of time required to transmit at least x many characters. In this case it is 3.5 characters.
Also, if we receive a wait of 1.5 characters at any point, we must trigger an error message. Also, it appears as
though this message is little endian. The logic is simplified as the following:
block-on-read:
read until 3.5 delay
check for errors
decode
The following table is a listing of the baud wait times for the specified baud rates:
------------------------------------------------------------------
Baud 1.5c (18 bits) 3.5c (38 bits)
------------------------------------------------------------------
1200 13333.3 us 31666.7 us
4800 3333.3 us 7916.7 us
9600 1666.7 us 3958.3 us
19200 833.3 us 1979.2 us
38400 416.7 us 989.6 us
------------------------------------------------------------------
1 Byte = start + 8 bits + parity + stop = 11 bits
(1/Baud)(bits) = delay seconds
addToFrame(message)
This should be used before the decoding while loop to add the received data to the buffer handle.
Parameters message – The most recent packet
advanceFrame()
Skip over the current framed message This allows us to skip over the current message after we have
processed it or determined that it contains an error. It also has to reset the current frame header handle
buildPacket(message)
Creates a ready to send modbus packet
Parameters message – The populated request/response to send
checkFrame()
Check if the next frame is available. Return True if we were successful.
1. Populate header
2. Discard frame if UID does not match
decode_data(data)
getFrame()
Get the next frame from the buffer
Returns The frame data or ‘’
getRawFrame()
Returns the complete buffer
isFrameReady()
Check if we should continue decode logic This is meant to be used in a while loop in the decoding phase
to let the decoder know that there is still data in the buffer.
Returns True if ready, False otherwise
populateHeader(data=None)
Try to set the headers uid, len and crc.
This method examines self._buffer and writes meta information into self._header.
Beware that this method will raise an IndexError if self._buffer is not yet long enough.
populateResult(result)
Populates the modbus result header
The serial packets do not have any header information that is copied.
Parameters result – The response packet
processIncomingPacket(data, callback, unit, **kwargs)
The new packet processing pattern
This takes in a new request packet, adds it to the current packet stream, and performs framing on it. That
is, checks for complete messages, and once found, will process all that exist. This handles the case when
we read N + 1 or 1 // N messages at a time instead of 1.
The processed and decoded messages are pushed to the callback function to process and send.
Parameters
• data – The new packet data
• callback – The function to send results to
• unit – Process if unit id matches, ignore otherwise (could be a list of unit ids (server) or
single unit id(client/server)
• single – True or False (If True, ignore unit address validation)
recvPacket(size)
Receives packet from the bus with specified len :param size: Number of bytes to read :return:
resetFrame()
Reset the entire message frame. This allows us to skip over errors that may be in the stream. It is hard to
know if we are simply out of sync or if there is an error in the stream as we have no way to check the start
or end of the message (python just doesn’t have the resolution to check for millisecond delays).
sendPacket(message)
Sends packets on the bus with 3.5char delay between frames :param message: Message to be sent over the
bus :return:
[Link].socket_framer module
addToFrame(message)
Adds new packet data to the current frame buffer
Parameters message – The most recent packet
advanceFrame()
Skip over the current framed message This allows us to skip over the current message after we have
processed it or determined that it contains an error. It also has to reset the current frame header handle
buildPacket(message)
Creates a ready to send modbus packet
Parameters message – The populated request/response to send
checkFrame()
Check and decode the next frame Return true if we were successful
decode_data(data)
getFrame()
Return the next frame from the buffered data
Returns The next full frame buffer
getRawFrame()
Returns the complete buffer
isFrameReady()
Check if we should continue decode logic This is meant to be used in a while loop in the decoding phase
to let the decoder factory know that there is still data in the buffer.
Returns True if ready, False otherwise
populateResult(result)
Populates the modbus result with the transport specific header information (pid, tid, uid, checksum, etc)
Parameters result – The response packet
processIncomingPacket(data, callback, unit, **kwargs)
The new packet processing pattern
This takes in a new request packet, adds it to the current packet stream, and performs framing on it. That
is, checks for complete messages, and once found, will process all that exist. This handles the case when
we read N + 1 or 1 // N messages at a time instead of 1.
The processed and decoded messages are pushed to the callback function to process and send.
Parameters
• data – The new packet data
• callback – The function to send results to
• unit – Process if unit id matches, ignore otherwise (could be a list of unit ids (server) or
single unit id(client/server)
• single – True or False (If True, ignore unit address validation)
Returns
resetFrame()
Reset the entire message frame. This allows us to skip ovver errors that may be in the stream. It is hard to
know if we are simply out of sync or if there is an error in the stream as we have no way to check the start
or end of the message (python just doesn’t have the resolution to check for millisecond delays).
Module contents
class [Link]
Bases: [Link]
Base Framer class
recvPacket(size)
Receives packet from the bus with specified len :param size: Number of bytes to read :return:
sendPacket(message)
Sends packets on the bus with 3.5char delay between frames :param message: Message to be sent over the
bus :return:
[Link] package
Submodules
[Link] module
Parameters
• namespace – The data to constrain the server to
• users – The users to login with
• port – The port to host the server on
[Link] package
Submodules
[Link] module
[Link]()
Helper method to stop Async Server
[Link] module
[Link] package
Submodules
[Link] module
[Link] module
[Link] module
[Link] module
5.1.3 Submodules
If the returned input quantity is not a multiple of eight, the remaining bits in the final data byte will be padded
with zeros (toward the high order end of the byte). The Byte Count field specifies the quantity of complete bytes
of data.
function_code = 2
This is the single location for storing default values for the servers and clients.
class [Link]
Bases: [Link]
A collection of modbus default values
Port
The default modbus tcp server port (502)
TLSPort
The default modbus tcp over tls server port (802)
Backoff
The default exponential backoff delay (0.3 seconds)
Retries
The default number of times a client should retry the given request before failing (3)
RetryOnEmpty
A flag indicating if a transaction should be retried in the case that an empty response is received. This is
useful for slow clients that may need more time to process a request.
RetryOnInvalid
A flag indicating if a transaction should be retried in the case that an invalid response is received.
Timeout
The default amount of time a client should wait for a request to be processed (3 seconds)
Reconnects
The default number of times a client should attempt to reconnect before deciding the server is down (0)
TransactionId
The starting transaction identifier number (0)
ProtocolId
The modbus protocol id. Currently this is set to 0 in all but proprietary implementations.
UnitId
The modbus slave addrss. Currently this is set to 0x00 which means this request should be broadcast to all
the slave devices (really means that all the devices should respons).
Baudrate
The speed at which the data is transmitted over the serial line. This defaults to 19200.
Parity
The type of checksum to use to verify data integrity. This can be on of the following:
- (E)ven - 1 0 1 0 | P(0)
- (O)dd - 1 0 1 0 | P(1)
- (N)one - 1 0 1 0 | no parity
UnitId = 0
ZeroMode = False
broadcast_enable = False
class [Link]
Bases: [Link]
These represent various status codes in the modbus protocol.
Waiting
This indicates that a modbus device is currently waiting for a given request to finish some running task.
Ready
This indicates that a modbus device is currently free to perform the next request task.
On
This indicates that the given modbus entity is on
Off
This indicates that the given modbus entity is off
SlaveOn
This indicates that the given modbus slave is running
SlaveOff
This indicates that the given modbus slave is not running
Off = 0
On = 65280
Ready = 0
SlaveOff = 0
SlaveOn = 255
Waiting = 65535
class [Link]
Bases: [Link]
An enumeration representing the various byte endianess.
Auto
This indicates that the byte order is chosen by the current native environment.
Big
This indicates that the bytes are in little endian format
Little
This indicates that the bytes are in big endian format
Note: I am simply borrowing the format strings from the python struct module for my convenience.
Auto = '@'
Big = '>'
Little = '<'
class [Link]
Bases: [Link]
Represents the type of modbus plus request
GetStatistics
Operation requesting that the current modbus plus statistics be returned in the response.
ClearStatistics
Operation requesting that the current modbus plus statistics be cleared and not returned in the response.
ClearStatistics = 4
GetStatistics = 3
class [Link]
Bases: [Link]
Represents what type of device information to read
Basic
This is the basic (required) device information to be returned. This includes VendorName, ProductCode,
and MajorMinorRevision code.
Regular
In addition to basic data objects, the device provides additional and optinoal identification and description
data objects. All of the objects of this category are defined in the standard but their implementation is
optional.
Extended
In addition to regular data objects, the device provides additional and optional identification and description
private data about the physical device itself. All of these data are device dependent.
Specific
Request to return a single data object.
Basic = 1
Extended = 3
Regular = 2
Specific = 4
class [Link]
Bases: [Link]
Represents the more follows condition
Nothing
This indiates that no more objects are going to be returned.
KeepReading
This indicates that there are more objects to be returned.
KeepReading = 255
Nothing = 0
These are the device management handlers. They should be maintained in the server context and the various methods
should be inserted in the correct locations.
class [Link]
Bases: [Link]
This is a simple implementation of a Network Management System table. Its purpose is to control access to the
server (if it is used). We assume that if an entry is in the table, it is allowed accesses to resources. However, if
the host does not appear in the table (all unknown hosts) its connection will simply be closed.
Since it is a singleton, only one version can possible exist and all instances pull from here.
add(host)
Add allowed host(s) from the NMS table
Parameters host – The host to add
check(host)
Check if a host is allowed to access resources
Parameters host – The host to check
remove(host)
Remove allowed host(s) from the NMS table
Parameters host – The host to remove
class [Link]
Bases: object
This is used to maintain the current modbus plus statistics count. As of right now this is simply a stub to
complete the modbus implementation. For more information, see the modbus implementation guide page 87.
encode()
Returns a summary of the modbus plus statistics
Returns 54 16-bit words representing the status
reset()
This clears all of the modbus plus statistics
summary()
Returns a summary of the modbus plus statistics
Returns 54 16-bit words representing the status
class [Link](info=None)
Bases: object
This is used to supply the device identification for the readDeviceIdentification function
For more information read section 6.21 of the modbus application protocol.
MajorMinorRevision
ModelName
ProductCode
ProductName
UserApplicationName
VendorName
VendorUrl
summary()
Return a summary of the main items
Returns An dictionary of the main items
update(value)
Update the values of this identity using another identify as the value
Parameters value – The value to copy values from
class [Link]
Bases: [Link]
This is a helper factory that really just hides some of the complexity of processing the device information
requests (function code 0x2b 0x0e).
classmethod get(control, read_code=1, object_id=0)
Get the requested device data from the system
Parameters
• control – The control block to pull data from
• read_code – The read code to process
• object_id – The specific object_id to read
Returns The requested data (id, length, value)
class [Link]
Bases: [Link]
This is a global singleotn that controls all system information
All activity should be logged here and all diagnostic requests should come from here.
Counter
Delimiter
Events
Identity
ListenOnly
Mode
Plus
addEvent(event)
Adds a new event to the event log
Parameters event – A new event to add to the log
clearEvents()
Clears the current list of events
getDiagnostic(bit)
This gets the value in the diagnostic register
Parameters bit – The bit to get
Returns The current value of the requested bit
getDiagnosticRegister()
This gets the entire diagnostic register
Returns The diagnostic register collection
getEvents()
Returns an encoded collection of the event log.
Returns The encoded events packet
reset()
This clears all of the system counters and the diagnostic register
setDiagnostic(mapping)
This sets the value in the diagnostic register
Parameters mapping – Dictionary of key:value pairs to set
These need to be tied into a the current server context or linked to the appropriate data
class pymodbus.diag_message.DiagnosticStatusRequest(**kwargs)
Bases: [Link]
This is a base class for all of the diagnostic request functions
decode(data)
Base decoder for a diagnostic request
Parameters data – The data to decode into the function code
encode()
Base encoder for a diagnostic response we encode the data set in [Link]
Returns The encoded packet
function_code = 8
get_response_pdu_size()
Func_code (1 byte) + Sub function code (2 byte) + Data (2 * N bytes) :return:
class pymodbus.diag_message.DiagnosticStatusResponse(**kwargs)
Bases: [Link]
This is a base class for all of the diagnostic response functions
It works by performing all of the encoding and decoding of variable data and lets the higher classes define what
extra data to append and how to execute a request
decode(data)
Base decoder for a diagnostic response
Parameters data – The data to decode into the function code
encode()
Base encoder for a diagnostic response we encode the data set in [Link]
Returns The encoded packet
function_code = 8
The goal is to clear ll counters and the diagnostic register. Also, counters are cleared upon power-up
sub_function_code = 10
class pymodbus.diag_message.ReturnBusMessageCountRequest(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
The response data field returns the quantity of messages that the remote device has detected on the communica-
tions systems since its last restart, clear counters operation, or power-up
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
sub_function_code = 11
class pymodbus.diag_message.ReturnBusMessageCountResponse(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
The response data field returns the quantity of messages that the remote device has detected on the communica-
tions systems since its last restart, clear counters operation, or power-up
sub_function_code = 11
class pymodbus.diag_message.ReturnBusCommunicationErrorCountRequest(data=0,
**kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
The response data field returns the quantity of CRC errors encountered by the remote device since its last restart,
clear counter operation, or power-up
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
sub_function_code = 12
class pymodbus.diag_message.ReturnBusCommunicationErrorCountResponse(data=0,
**kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
The response data field returns the quantity of CRC errors encountered by the remote device since its last restart,
clear counter operation, or power-up
sub_function_code = 12
class pymodbus.diag_message.ReturnBusExceptionErrorCountRequest(data=0,
**kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
The response data field returns the quantity of modbus exception responses returned by the remote device since
its last restart, clear counters operation, or power-up
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
sub_function_code = 13
class pymodbus.diag_message.ReturnBusExceptionErrorCountResponse(data=0,
**kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
The response data field returns the quantity of modbus exception responses returned by the remote device since
its last restart, clear counters operation, or power-up
sub_function_code = 13
class pymodbus.diag_message.ReturnSlaveMessageCountRequest(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
The response data field returns the quantity of messages addressed to the remote device, or broadcast, that the
remote device has processed since its last restart, clear counters operation, or power-up
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
sub_function_code = 14
class pymodbus.diag_message.ReturnSlaveMessageCountResponse(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
The response data field returns the quantity of messages addressed to the remote device, or broadcast, that the
remote device has processed since its last restart, clear counters operation, or power-up
sub_function_code = 14
class pymodbus.diag_message.ReturnSlaveNoResponseCountRequest(data=0,
**kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
The response data field returns the quantity of messages addressed to the remote device, or broadcast, that the
remote device has processed since its last restart, clear counters operation, or power-up
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
sub_function_code = 15
class pymodbus.diag_message.ReturnSlaveNoReponseCountResponse(data=0,
**kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
The response data field returns the quantity of messages addressed to the remote device, or broadcast, that the
remote device has processed since its last restart, clear counters operation, or power-up
sub_function_code = 15
class pymodbus.diag_message.ReturnSlaveNAKCountRequest(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
The response data field returns the quantity of messages addressed to the remote device for which it returned a
Negative Acknowledge (NAK) exception response, since its last restart, clear counters operation, or power-up.
Exception responses are described and listed in section 7 .
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
sub_function_code = 16
class pymodbus.diag_message.ReturnSlaveNAKCountResponse(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
The response data field returns the quantity of messages addressed to the remote device for which it returned a
Negative Acknowledge (NAK) exception response, since its last restart, clear counters operation, or power-up.
Exception responses are described and listed in section 7.
sub_function_code = 16
class pymodbus.diag_message.ReturnSlaveBusyCountRequest(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
The response data field returns the quantity of messages addressed to the remote device for which it returned a
Slave Device Busy exception response, since its last restart, clear counters operation, or power-up.
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
sub_function_code = 17
class pymodbus.diag_message.ReturnSlaveBusyCountResponse(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
The response data field returns the quantity of messages addressed to the remote device for which it returned a
Slave Device Busy exception response, since its last restart, clear counters operation, or power-up.
sub_function_code = 17
class pymodbus.diag_message.ReturnSlaveBusCharacterOverrunCountRequest(data=0,
**kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
The response data field returns the quantity of messages addressed to the remote device that it could not handle
due to a character overrun condition, since its last restart, clear counters operation, or power-up. A character
overrun is caused by data characters arriving at the port faster than they can be stored, or by the loss of a character
due to a hardware malfunction.
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
sub_function_code = 18
class pymodbus.diag_message.ReturnSlaveBusCharacterOverrunCountResponse(data=0,
**kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
The response data field returns the quantity of messages addressed to the remote device that it could not handle
due to a character overrun condition, since its last restart, clear counters operation, or power-up. A character
overrun is caused by data characters arriving at the port faster than they can be stored, or by the loss of a character
due to a hardware malfunction.
sub_function_code = 18
class pymodbus.diag_message.ReturnIopOverrunCountRequest(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
An IOP overrun is caused by data characters arriving at the port faster than they can be stored, or by the loss of
a character due to a hardware malfunction. This function is specific to the 884.
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
sub_function_code = 19
class pymodbus.diag_message.ReturnIopOverrunCountResponse(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
The response data field returns the quantity of messages addressed to the slave that it could not handle due to an
884 IOP overrun condition, since its last restart, clear counters operation, or power-up.
sub_function_code = 19
class pymodbus.diag_message.ClearOverrunCountRequest(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
Clears the overrun error counter and reset the error flag
An error flag should be cleared, but nothing else in the specification mentions is, so it is ignored.
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
sub_function_code = 20
class pymodbus.diag_message.ClearOverrunCountResponse(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
Clears the overrun error counter and reset the error flag
sub_function_code = 20
class pymodbus.diag_message.GetClearModbusPlusRequest(**kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleRequest
In addition to the Function code (08) and Subfunction code (00 15 hex) in the query, a two-byte Operation field
is used to specify either a ‘Get Statistics’ or a ‘Clear Statistics’ operation. The two operations are exclusive - the
‘Get’ operation cannot clear the statistics, and the ‘Clear’ operation does not return statistics prior to clearing
them. Statistics are also cleared on power-up of the slave device.
encode()
Base encoder for a diagnostic response we encode the data set in [Link]
Returns The encoded packet
execute(*args)
Execute the diagnostic request on the given device
Returns The initialized response message
get_response_pdu_size()
Returns a series of 54 16-bit words (108 bytes) in the data field of the response (this function differs from
the usual two-byte length of the data field). The data contains the statistics for the Modbus Plus peer
processor in the slave device. Func_code (1 byte) + Sub function code (2 byte) + Operation (2 byte) +
Data (108 bytes) :return:
sub_function_code = 21
class pymodbus.diag_message.GetClearModbusPlusResponse(data=0, **kwargs)
Bases: pymodbus.diag_message.DiagnosticStatusSimpleResponse
Returns a series of 54 16-bit words (108 bytes) in the data field of the response (this function differs from the
usual two-byte length of the data field). The data contains the statistics for the Modbus Plus peer processor in
the slave device.
sub_function_code = 21
An event byte returned by the Get Communications Event Log function can be any one of four types. The type is
defined by bit 7 (the high-order bit) in each byte. It may be further defined by bit 6.
class [Link]
Bases: [Link]
Remote device Initiated Communication Restart
The remote device stores this type of event byte when its communications port is restarted. The remote device
can be restarted by the Diagnostics function (code 08), with sub-function Restart Communications Option (code
00 01).
That function also places the remote device into a ‘Continue on Error’ or ‘Stop on Error’ mode. If the remote
device is placed into ‘Continue on Error’ mode, the event byte is added to the existing event log. If the remote
device is placed into ‘Stop on Error’ mode, the byte is added to the log and the rest of the log is cleared to zeros.
The event is defined by a content of zero.
decode(event)
Decodes the event message to its status bits
Parameters event – The event to decode
encode()
Encodes the status bits to an event message
Returns The encoded event message
value = 0
class [Link]
Bases: [Link]
Remote device Entered Listen Only Mode
The remote device stores this type of event byte when it enters the Listen Only Mode. The event is defined by a
content of 04 hex.
decode(event)
Decodes the event message to its status bits
Parameters event – The event to decode
encode()
Encodes the status bits to an event message
Returns The encoded event message
value = 4
class [Link]
Bases: object
decode(event)
Decodes the event message to its status bits
Parameters event – The event to decode
encode()
Encodes the status bits to an event message
Bit Contents
----------------------------------
0 Not Used
2 Not Used
3 Not Used
4 Character Overrun
5 Currently in Listen Only Mode
6 Broadcast Receive
7 1
decode(event)
Decodes the event message to its status bits
Parameters event – The event to decode
encode()
Encodes the status bits to an event message
Returns The encoded event message
class [Link](**kwargs)
Bases: [Link]
Remote device MODBUS Send Event
The remote device stores this type of event byte when it finishes processing a request message. It is stored if the
remote device returned a normal or exception response, or no response.
This event is defined by bit 7 set to a logic ‘0’, with bit 6 set to a ‘1’. The other bits will be set to a logic ‘1’ if
the corresponding condition is TRUE. The bit layout is:
Bit Contents
-----------------------------------------------------------
0 Read Exception Sent (Exception Codes 1-3)
1 Slave Abort Exception Sent (Exception Code 4)
2 Slave Busy Exception Sent (Exception Codes 5-6)
3 Slave Program NAK Exception Sent (Exception Code 7)
4 Write Timeout Error Occurred
5 Currently in Listen Only Mode
6 1
7 0
decode(event)
Decodes the event message to its status bits
Parameters event – The event to decode
encode()
Encodes the status bits to an event message
Returns The encoded event message
Pymodbus Exceptions
The following factories make it easy to decode request/response messages. To add a new request/response pair to be
decodeable by the library, simply add them to the respective function lookup table (order doesn’t matter, but it does
help keep things organized).
Regardless of how many functions are added to the lookup, O(1) behavior is kept as a result of a pre-computed lookup
dictionary.
class [Link]
Bases: [Link]
Request Message Factory (Server)
To add more implemented functions, simply add them to the list
decode(message)
Wrapper to decode a request packet
Parameters message – The raw modbus request packet
Returns The decoded modbus message or None if error
lookupPduClass(function_code)
Use function_code to determine the class of the PDU.
Parameters function_code – The function code specified in a frame.
Returns The class of the PDU that has a matching function_code.
register(function=None)
Registers a function and sub function class with the decoder :param function: Custom function class to
register :return:
class [Link]
Bases: [Link]
Response Message Factory (Client)
To add more implemented functions, simply add them to the list
decode(message)
Wrapper to decode a response packet
Parameters message – The raw packet to decode
Returns The decoded modbus message or None if error
lookupPduClass(function_code)
Use function_code to determine the class of the PDU.
Parameters function_code – The function code specified in a frame.
Returns The class of the PDU that has a matching function_code.
register(function=None, sub_function=None, force=False)
Registers a function and sub function class with the decoder :param function: Custom function class to
register :param sub_function: Custom sub function class to register :param force: Force update the existing
class :return:
The quantity of registers to be read, combined with all other fields in the expected response, must not exceed
the allowable length of the MODBUS PDU: 235 bytes.
decode(data)
Decodes the incoming request
Parameters data – The data to decode into the address
encode()
Encodes the request packet
Returns The byte encoded packet
execute(context)
Run a read exeception status request against the store
Parameters context – The datastore to request from
Returns The populated response
function_code = 20
class pymodbus.file_message.ReadFileRecordResponse(records=None, **kwargs)
Bases: [Link]
The normal response is a series of ‘sub-responses,’ one for each ‘sub-request.’ The byte count field is the total
combined count of bytes in all ‘sub-responses.’ In addition, each ‘sub-response’ contains a field that shows its
own byte count.
decode(data)
Decodes a the response
Parameters data – The packet data to decode
encode()
Encodes the response
Returns The byte encoded message
function_code = 20
class pymodbus.file_message.WriteFileRecordRequest(records=None, **kwargs)
Bases: [Link]
This function code is used to perform a file record write. All request data lengths are provided in terms of
number of bytes and all record lengths are provided in terms of the number of 16 bit words.
decode(data)
Decodes the incoming request
Parameters data – The data to decode into the address
encode()
Encodes the request packet
Returns The byte encoded packet
execute(context)
Run the write file record request against the context
Parameters context – The datastore to request from
Returns The populated response
function_code = 21
class pymodbus.file_message.WriteFileRecordResponse(records=None, **kwargs)
Bases: [Link]
The normal response is an echo of the request.
decode(data)
Decodes the incoming request
Parameters data – The data to decode into the address
encode()
Encodes the response
Returns The byte encoded message
function_code = 21
class pymodbus.file_message.ReadFifoQueueRequest(address=0, **kwargs)
Bases: [Link]
This function code allows to read the contents of a First-In-First-Out (FIFO) queue of register in a remote device.
The function returns a count of the registers in the queue, followed by the queued data. Up to 32 registers can
be read: the count, plus up to 31 queued data registers.
The queue count register is returned first, followed by the queued data registers. The function reads the queue
contents, but does not clear them.
decode(data)
Decodes the incoming request
Parameters data – The data to decode into the address
encode()
Encodes the request packet
Returns The byte encoded packet
execute(context)
Run a read exeception status request against the store
Parameters context – The datastore to request from
Returns The populated response
function_code = 24
Pymodbus Interfaces
A collection of base classes that are used throughout the pymodbus library.
class [Link]
Bases: object
Singleton base class [Link]
class [Link]
Bases: object
Modbus Decoder Base Class
This interface must be implemented by a modbus message decoder factory. These factories are responsible for
abstracting away converting a raw packet into a request / response message object.
decode(message)
Wrapper to decode a given packet
Parameters message – The raw modbus request packet
Returns The decoded modbus message or None if error
lookupPduClass(function_code)
Use function_code to determine the class of the PDU.
Parameters function_code – The function code specified in a frame.
Returns The class of the PDU that has a matching function_code.
register(function=None)
Registers a function and sub function class with the decoder :param function: Custom function class to
register :return:
class [Link]
Bases: object
A framer strategy interface. The idea is that we abstract away all the detail about how to detect if a current
message frame exists, decoding it, sending it, etc so that we can plug in a new Framer object (tcp, rtu, ascii).
addToFrame(message)
Add the next message to the frame buffer
This should be used before the decoding while loop to add the received data to the buffer handle.
Parameters message – The most recent packet
advanceFrame()
Skip over the current framed message This allows us to skip over the current message after we have
processed it or determined that it contains an error. It also has to reset the current frame header handle
buildPacket(message)
Creates a ready to send modbus packet
The raw packet is built off of a fully populated modbus request / response message.
Parameters message – The request/response to send
Returns The built packet
checkFrame()
Check and decode the next frame
Returns True if we successful, False otherwise
getFrame()
Get the next frame from the buffer
Returns The frame data or ‘’
isFrameReady()
Check if we should continue decode logic
This is meant to be used in a while loop in the decoding phase to let the decoder know that there is still
data in the buffer.
Returns True if ready, False otherwise
populateResult(result)
Populates the modbus result with current frame header
We basically copy the data back over from the current header to the result header. This may not be needed
for serial messages.
Parameters result – The response packet
processIncomingPacket(data, callback)
The new packet processing pattern
This takes in a new request packet, adds it to the current packet stream, and performs framing on it. That
is, checks for complete messages, and once found, will process all that exist. This handles the case when
we read N + 1 or 1 / N messages at a time instead of 1.
The processed and decoded messages are pushed to the callback function to process and send.
Parameters
• data – The new packet data
• callback – The function to send results to
class [Link]
Bases: object
Interface for a modbus slave data context
Derived classes must implemented the following methods: reset(self) validate(self, fx, address, count=1)
getValues(self, fx, address, count=1) setValues(self, fx, address, values)
decode(fx)
Converts the function code to the datastore to
Parameters fx – The function we are working with
Returns one of [d(iscretes),i(nputs),h(olding),c(oils)
getValues(fx, address, count=1)
Get count values from datastore
Parameters
• fx – The function we are working with
• address – The starting address
• count – The number of values to retrieve
Returns The requested values from a:a+c
reset()
Resets all the datastores to their default values
setValues(fx, address, values)
Sets the datastore with the supplied values
Parameters
• fx – The function we are working with
• address – The starting address
• values – The new values to be set
validate(fx, address, count=1)
Validates the request to make sure it is in range
Parameters
• fx – The function we are working with
• address – The starting address
• count – The number of values to test
Returns True if the request in within range, False otherwise
class [Link]
Bases: object
This is an interface to a class that can build a payload for a modbus register write command. It should abstract
the codec for encoding data to the required format (bcd, binary, char, etc).
build()
Return the payload buffer as a list
This list is two bytes per element and can thus be treated as a list of registers.
Returns The payload buffer as a list
The normal response contains a two-byte status word field, a two-byte event count field, a two-byte message
count field, and a field containing 0-64 bytes of events. A byte count field defines the total length of the data in
these four field
decode(data)
Decodes a the response
Parameters data – The packet data to decode
encode()
Encodes the response
Returns The byte encoded message
function_code = 12
class pymodbus.other_message.ReportSlaveIdRequest(**kwargs)
Bases: [Link]
This function code is used to read the description of the type, the current status, and other information specific
to a remote device.
decode(data)
Decodes data part of the message.
Parameters data – The incoming data
encode()
Encodes the message
execute(context=None)
Run a report slave id request against the store
Returns The populated response
function_code = 17
class pymodbus.other_message.ReportSlaveIdResponse(identifier=b’x00’, status=True,
**kwargs)
Bases: [Link]
The format of a normal response is shown in the following example. The data contents are specific to each type
of device.
decode(data)
Decodes a the response
Since the identifier is device dependent, we just return the raw value that a user can decode to whatever it
should be.
Parameters data – The packet data to decode
encode()
Encodes the response
Returns The byte encoded message
function_code = 17
builder = BinaryPayloadBuilder(byteorder=[Link])
builder.add_8bit_uint(1)
builder.add_16bit_uint(2)
payload = [Link]()
add_16bit_float(value)
Adds a 16 bit float to the buffer
Parameters value – The value to add to the buffer
add_16bit_int(value)
Adds a 16 bit signed int to the buffer
Parameters value – The value to add to the buffer
add_16bit_uint(value)
Adds a 16 bit unsigned int to the buffer
Parameters value – The value to add to the buffer
add_32bit_float(value)
Adds a 32 bit float to the buffer
Parameters value – The value to add to the buffer
add_32bit_int(value)
Adds a 32 bit signed int to the buffer
Parameters value – The value to add to the buffer
add_32bit_uint(value)
Adds a 32 bit unsigned int to the buffer
Parameters value – The value to add to the buffer
add_64bit_float(value)
Adds a 64 bit float(double) to the buffer
Parameters value – The value to add to the buffer
add_64bit_int(value)
Adds a 64 bit signed int to the buffer
Parameters value – The value to add to the buffer
add_64bit_uint(value)
Adds a 64 bit unsigned int to the buffer
Parameters value – The value to add to the buffer
add_8bit_int(value)
Adds a 8 bit signed int to the buffer
Parameters value – The value to add to the buffer
add_8bit_uint(value)
Adds a 8 bit unsigned int to the buffer
decoder = BinaryPayloadDecoder(payload)
first = decoder.decode_8bit_uint()
second = decoder.decode_16bit_uint()
decode_32bit_uint()
Decodes a 32 bit unsigned int from the buffer
decode_64bit_float()
Decodes a 64 bit float(double) from the buffer
decode_64bit_int()
Decodes a 64 bit signed int from the buffer
decode_64bit_uint()
Decodes a 64 bit unsigned int from the buffer
decode_8bit_int()
Decodes a 8 bit signed int from the buffer
decode_8bit_uint()
Decodes a 8 bit unsigned int from the buffer
decode_bits()
Decodes a byte worth of bits from the buffer
decode_string(size=1)
Decodes a string from the buffer
Parameters size – The size of the string to decode
classmethod fromCoils(coils, byteorder=’<’, wordorder=’>’)
Initialize a payload decoder with the result of reading a collection of coils from a modbus device.
The coils are treated as a list of bit(boolean) values.
Parameters
• coils – The coil results to initialize with
• byteorder – The endianess of the payload
Returns An initialized PayloadDecoder
classmethod fromRegisters(registers, byteorder=’<’, wordorder=’>’)
Initialize a payload decoder with the result of reading a collection of registers from a modbus device.
The registers are treated as a list of 2 byte values. We have to do this because of how the data has already
been decoded by the rest of the library.
Parameters
• registers – The register results to initialize with
• byteorder – The Byte order of each word
• wordorder – The endianess of the word (when wordcount is >= 2)
Returns An initialized PayloadDecoder
reset()
Reset the decoder pointer back to the start
skip_bytes(nbytes)
Skip n bytes in the buffer
Parameters nbytes – The number of bytes to skip
decode(data)
Decodes a modbus exception response
Parameters data – The packet data to decode
encode()
Encodes a modbus exception response
Returns The encoded exception packet
class [Link](function_code, **kwargs)
Bases: [Link]
Defines the Modbus slave exception type ‘Illegal Function’ This exception code is returned if the slave:
ErrorCode = 1
decode(data)
This is here so this failure will run correctly
Parameters data – Not used
execute(context)
Builds an illegal function request error response
Parameters context – The current context for the message
Returns The error response packet
class pymodbus.register_read_message.ReadHoldingRegistersRequest(address=None,
count=None,
**kwargs)
Bases: pymodbus.register_read_message.ReadRegistersRequestBase
This function code is used to read the contents of a contiguous block of holding registers in a remote device.
The Request PDU specifies the starting register address and the number of registers. In the PDU Registers are
addressed starting at zero. Therefore registers numbered 1-16 are addressed as 0-15.
execute(context)
Run a read holding request against a datastore
Parameters context – The datastore to request from
Returns An initialized response, exception message otherwise
function_code = 3
class pymodbus.register_read_message.ReadHoldingRegistersResponse(values=None,
**kwargs)
Bases: pymodbus.register_read_message.ReadRegistersResponseBase
This function code is used to read the contents of a contiguous block of holding registers in a remote device.
The Request PDU specifies the starting register address and the number of registers. In the PDU Registers are
addressed starting at zero. Therefore registers numbered 1-16 are addressed as 0-15.
function_code = 3
class pymodbus.register_read_message.ReadInputRegistersRequest(address=None,
count=None,
**kwargs)
Bases: pymodbus.register_read_message.ReadRegistersRequestBase
This function code is used to read from 1 to approx. 125 contiguous input registers in a remote device. The
Request PDU specifies the starting register address and the number of registers. In the PDU Registers are
addressed starting at zero. Therefore input registers numbered 1-16 are addressed as 0-15.
execute(context)
Run a read input request against a datastore
Parameters context – The datastore to request from
Returns An initialized response, exception message otherwise
function_code = 4
class pymodbus.register_read_message.ReadInputRegistersResponse(values=None,
**kwargs)
Bases: pymodbus.register_read_message.ReadRegistersResponseBase
This function code is used to read from 1 to approx. 125 contiguous input registers in a remote device. The
Request PDU specifies the starting register address and the number of registers. In the PDU Registers are
addressed starting at zero. Therefore input registers numbered 1-16 are addressed as 0-15.
function_code = 4
class pymodbus.register_read_message.ReadWriteMultipleRegistersRequest(**kwargs)
Bases: [Link]
This function code performs a combination of one read operation and one write operation in a single MODBUS
transaction. The write operation is performed before the read.
Holding registers are addressed starting at zero. Therefore holding registers 1-16 are addressed in the PDU as
0-15.
The request specifies the starting address and number of holding registers to be read as well as the starting
address, number of holding registers, and the data to be written. The byte count specifies the number of bytes to
follow in the write data field.”
decode(data)
Decode the register request packet
Parameters data – The request to decode
encode()
Encodes the request packet
Returns The encoded packet
execute(context)
Run a write single register request against a datastore
Parameters context – The datastore to request from
Returns An initialized response, exception message otherwise
function_code = 23
get_response_pdu_size()
Func_code (1 byte) + Byte Count(1 byte) + 2 * Quantity of Coils (n Bytes) :return:
class pymodbus.register_read_message.ReadWriteMultipleRegistersResponse(values=None,
**kwargs)
Bases: [Link]
The normal response contains the data from the group of registers that were read. The byte count field specifies
the quantity of bytes to follow in the read data field.
decode(data)
Decode the register response packet
Parameters data – The response to decode
encode()
Encodes the response packet
Returns The encoded packet
function_code = 23
class pymodbus.register_write_message.WriteSingleRegisterRequest(address=None,
value=None,
**kwargs)
Bases: [Link]
This function code is used to write a single holding register in a remote device.
The Request PDU specifies the address of the register to be written. Registers are addressed starting at zero.
Therefore register numbered 1 is addressed as 0.
decode(data)
Decode a write single register packet packet request
Parameters data – The request to decode
encode()
Encode a write single register packet packet request
Returns The encoded packet
execute(context)
Run a write single register request against a datastore
Parameters context – The datastore to request from
Returns An initialized response, exception message otherwise
function_code = 6
get_response_pdu_size()
Func_code (1 byte) + Register Address(2 byte) + Register Value (2 bytes) :return:
class pymodbus.register_write_message.WriteSingleRegisterResponse(address=None,
value=None,
**kwargs)
Bases: [Link]
The normal response is an echo of the request, returned after the register contents have been written.
decode(data)
Decode a write single register packet packet request
Parameters data – The request to decode
encode()
Encode a write single register packet packet request
Returns The encoded packet
function_code = 6
class pymodbus.register_write_message.WriteMultipleRegistersRequest(address=None,
val-
ues=None,
**kwargs)
Bases: [Link]
This function code is used to write a block of contiguous registers (1 to approx. 120 registers) in a remote
device.
The requested written values are specified in the request data field. Data is packed as two bytes per register.
decode(data)
Decode a write single register packet packet request
Parameters data – The request to decode
encode()
Encode a write single register packet packet request
Returns The encoded packet
execute(context)
Run a write single register request against a datastore
Parameters context – The datastore to request from
Returns An initialized response, exception message otherwise
function_code = 16
get_response_pdu_size()
Func_code (1 byte) + Starting Address (2 byte) + Quantity of Reggisters (2 Bytes) :return:
class pymodbus.register_write_message.WriteMultipleRegistersResponse(address=None,
count=None,
**kwargs)
Bases: [Link]
“The normal response returns the function code, starting address, and quantity of registers written.
decode(data)
Decode a write single register packet packet request
Parameters data – The request to decode
encode()
Encode a write single register packet packet request
Returns The encoded packet
function_code = 16
class pymodbus.register_write_message.MaskWriteRegisterRequest(address=0,
and_mask=65535,
or_mask=0,
**kwargs)
Bases: [Link]
This function code is used to modify the contents of a specified holding register using a combination of an AND
mask, an OR mask, and the register’s current contents. The function can be used to set or clear individual bits
in the register.
decode(data)
Decodes the incoming request
Parameters data – The data to decode into the address
encode()
Encodes the request packet
Returns The byte encoded packet
execute(context)
Run a mask write register request against the store
Parameters context – The datastore to request from
Returns The populated response
function_code = 22
class pymodbus.register_write_message.MaskWriteRegisterResponse(address=0,
and_mask=65535,
or_mask=0,
**kwargs)
Bases: [Link]
The normal response is an echo of the request. The response is returned after the register has been written.
decode(data)
Decodes a the response
Parameters data – The packet data to decode
encode()
Encodes the response
Returns The byte encoded message
function_code = 22
addToFrame(message)
Adds new packet data to the current frame buffer
No prefix MBAP header before decrypted PDU is used as a message frame for Modbus Security Application
Protocol. It allows us to easily separate decrypted messages which is PDU as follows:
[ Function Code] [ Data ] 1b Nb
addToFrame(message)
Adds new packet data to the current frame buffer
Parameters message – The most recent packet
advanceFrame()
Skip over the current framed message This allows us to skip over the current message after we have
processed it or determined that it contains an error. It also has to reset the current frame header handle
buildPacket(message)
Creates a ready to send modbus packet
Parameters message – The populated request/response to send
checkFrame()
Check and decode the next frame Return true if we were successful
decode_data(data)
getFrame()
Return the next frame from the buffered data
Returns The next full frame buffer
getRawFrame()
Returns the complete buffer
isFrameReady()
Check if we should continue decode logic This is meant to be used in a while loop in the decoding phase
to let the decoder factory know that there is still data in the buffer.
Returns True if ready, False otherwise
populateResult(result)
Populates the modbus result with the transport specific header information (no header before PDU in
decrypted message)
Parameters result – The response packet
processIncomingPacket(data, callback, unit, **kwargs)
The new packet processing pattern
This takes in a new request packet, adds it to the current packet stream, and performs framing on it. That
is, checks for complete messages, and once found, will process all that exist. This handles the case when
we read N + 1 or 1 // N messages at a time instead of 1.
The processed and decoded messages are pushed to the callback function to process and send.
Parameters
• data – The new packet data
• callback – The function to send results to
• unit – Process if unit id matches, ignore otherwise (could be a list of unit ids (server) or
single unit id(client/server)
• single – True or False (If True, ignore unit address validation)
Returns
resetFrame()
Reset the entire message frame. This allows us to skip ovver errors that may be in the stream. It is hard to
know if we are simply out of sync or if there is an error in the stream as we have no way to check the start
or end of the message (python just doesn’t have the resolution to check for millisecond delays).
class [Link](decoder, client=None)
Bases: [Link]
Modbus RTU Frame controller:
Wait refers to the amount of time required to transmit at least x many characters. In this case it is 3.5 characters.
Also, if we receive a wait of 1.5 characters at any point, we must trigger an error message. Also, it appears as
though this message is little endian. The logic is simplified as the following:
block-on-read:
read until 3.5 delay
check for errors
decode
The following table is a listing of the baud wait times for the specified baud rates:
------------------------------------------------------------------
Baud 1.5c (18 bits) 3.5c (38 bits)
------------------------------------------------------------------
1200 13333.3 us 31666.7 us
4800 3333.3 us 7916.7 us
9600 1666.7 us 3958.3 us
19200 833.3 us 1979.2 us
38400 416.7 us 989.6 us
------------------------------------------------------------------
1 Byte = start + 8 bits + parity + stop = 11 bits
(1/Baud)(bits) = delay seconds
addToFrame(message)
This should be used before the decoding while loop to add the received data to the buffer handle.
Parameters message – The most recent packet
advanceFrame()
Skip over the current framed message This allows us to skip over the current message after we have
processed it or determined that it contains an error. It also has to reset the current frame header handle
buildPacket(message)
Creates a ready to send modbus packet
Parameters message – The populated request/response to send
checkFrame()
Check if the next frame is available. Return True if we were successful.
1. Populate header
2. Discard frame if UID does not match
decode_data(data)
getFrame()
Get the next frame from the buffer
This framer is used for serial transmission. Unlike the RTU protocol, the data in this framer is transferred in
plain text ascii.
addToFrame(message)
Add the next message to the frame buffer This should be used before the decoding while loop to add the
received data to the buffer handle.
Parameters message – The most recent packet
advanceFrame()
Skip over the current framed message This allows us to skip over the current message after we have
processed it or determined that it contains an error. It also has to reset the current frame header handle
buildPacket(message)
Creates a ready to send modbus packet Built off of a modbus request/response
Parameters message – The request/response to send
Returns The encoded packet
checkFrame()
Check and decode the next frame
Returns True if we successful, False otherwise
decode_data(data)
getFrame()
Get the next frame from the buffer
Returns The frame data or ‘’
isFrameReady()
Check if we should continue decode logic This is meant to be used in a while loop in the decoding phase
to let the decoder know that there is still data in the buffer.
Returns True if ready, False otherwise
populateResult(result)
Populates the modbus result header
The serial packets do not have any header information that is copied.
Parameters result – The response packet
processIncomingPacket(data, callback, unit, **kwargs)
The new packet processing pattern
This takes in a new request packet, adds it to the current packet stream, and performs framing on it. That
is, checks for complete messages, and once found, will process all that exist. This handles the case when
we read N + 1 or 1 // N messages at a time instead of 1.
The processed and decoded messages are pushed to the callback function to process and send.
Parameters
The idea here is that we implement the RTU protocol, however, instead of using timing for message delimiting,
we use start and end of message characters (in this case { and }). Basically, this is a binary framer.
The only case we have to watch out for is when a message contains the { or } characters. If we encounter these
characters, we simply duplicate them. Hopefully we will not encounter those characters that often and will save
a little bit of bandwitch without a real-time system.
Protocol defined by [Link].
addToFrame(message)
Add the next message to the frame buffer This should be used before the decoding while loop to add the
received data to the buffer handle.
Parameters message – The most recent packet
advanceFrame()
Skip over the current framed message This allows us to skip over the current message after we have
processed it or determined that it contains an error. It also has to reset the current frame header handle
buildPacket(message)
Creates a ready to send modbus packet
Parameters message – The request/response to send
Returns The encoded packet
checkFrame()
Check and decode the next frame
Returns True if we are successful, False otherwise
decode_data(data)
getFrame()
Get the next frame from the buffer
Returns The frame data or ‘’
isFrameReady()
Check if we should continue decode logic This is meant to be used in a while loop in the decoding phase
to let the decoder know that there is still data in the buffer.
Returns True if ready, False otherwise
populateResult(result)
Populates the modbus result header
The serial packets do not have any header information that is copied.
Parameters result – The response packet
processIncomingPacket(data, callback, unit, **kwargs)
The new packet processing pattern
This takes in a new request packet, adds it to the current packet stream, and performs framing on it. That
is, checks for complete messages, and once found, will process all that exist. This handles the case when
we read N + 1 or 1 // N messages at a time instead of 1.
The processed and decoded messages are pushed to the callback function to process and send.
Parameters
• data – The new packet data
• callback – The function to send results to
• unit – Process if unit id matches, ignore otherwise (could be a list of unit ids (server) or
single unit id(client/server)
• single – True or False (If True, ignore unit address validation)
resetFrame()
Reset the entire message frame. This allows us to skip ovver errors that may be in the stream. It is hard to
know if we are simply out of sync or if there is an error in the stream as we have no way to check the start
or end of the message (python just doesn’t have the resolution to check for millisecond delays).
Modbus Utilities
A collection of utilities for packing data, unpacking data computing checksums, and decode checksums.
[Link].pack_bitstring(bits)
Creates a string out of an array of bits
Parameters bits – A bit array
example:
[Link].unpack_bitstring(string)
Creates bit array out of a string
Parameters string – The modbus data packet to decode
example:
[Link](value)
Given a python object, return the default value of that object.
Parameters value – The value to get the default of
Returns The default value
[Link](data)
Computes a crc16 on the passed in string. For modbus, this is only used on the binary serial protocols (in this
case RTU).
The difference between modbus’s crc16 and a normal crc16 is that modbus starts the crc value out at 0xffff.
Parameters data – The data to create a crc16 of
Returns The calculated CRC
[Link](data, check)
Checks if the data matches the passed in CRC
Parameters
• data – The data to create a crc16 of
• check – The CRC to validate
Returns True if matched, False otherwise
[Link](data)
Used to compute the longitudinal redundancy check against a string. This is only used on the serial ASCII
modbus protocol. A full description of this implementation can be found in appendex B of the serial line
modbus description.
Parameters data – The data to apply a lrc to
Returns The calculated LRC
[Link](data, check)
Checks if the passed in data matches the LRC
Parameters
• data – The data to calculate
• check – The LRC to validate
Returns True if matched, False otherwise
[Link](data, byte_count_pos)
Calculates the size of the frame based on the byte count.
Parameters
• data – The buffer containing the frame.
• byte_count_pos – The index of the byte count in the buffer.
Returns The size of the frame.
The structure of frames with a byte count field is always the same:
• first, there are some header fields
• then the byte count field
Handle the version information here; you should only have to change the version tuple.
Since we are using twisted’s version class, we can also query the svn version as well using the local .entries file.
• genindex
• modindex
• search
225
PyModbus Documentation, Release 2.5.0
p [Link], 192
pymodbus, 145 [Link], 194
pymodbus.bit_read_message, 175 [Link], 194
pymodbus.bit_write_message, 177 pymodbus.file_message, 195
[Link], 145 [Link], 172
[Link], 145 [Link].ascii_framer, 166
[Link], [Link].binary_framer, 167
146 [Link].rtu_framer, 168
[Link].socket_framer, 170
[Link],
146 [Link], 198
[Link],[Link], 172
147 [Link], 172
[Link],pymodbus.mei_message, 201
147 pymodbus.other_message, 202
[Link], [Link], 204
148 [Link], 208
[Link], 151 pymodbus.register_read_message, 209
[Link], 151 pymodbus.register_write_message, 211
[Link], 152 [Link], 175
[Link], [Link], 175
148 [Link], 172
[Link], [Link], 172
150 [Link], 174
[Link], 152 [Link], 213
[Link], 152 [Link], 221
[Link], 154 [Link], 223
[Link], 178
[Link], 179
[Link], 156
[Link], 161
[Link], 158
[Link].redis_datastore,
159
[Link].sql_datastore,
160
[Link], 162
[Link], 163
[Link], 182
pymodbus.diag_message, 185
227
PyModbus Documentation, Release 2.5.0
229
PyModbus Documentation, Release 2.5.0
230 Index
PyModbus Documentation, Release 2.5.0
Index 231
PyModbus Documentation, Release 2.5.0
232 Index
PyModbus Documentation, Release 2.5.0
Index 233
PyModbus Documentation, Release 2.5.0
234 Index
PyModbus Documentation, Release 2.5.0
execute() (pymodbus.diag_message.ReturnSlaveBusCharacterOverrunCountRequest
framer ([Link]
method), 190 attribute), 150
execute() (pymodbus.diag_message.ReturnSlaveBusyCountRequest
fromCoils() (pymod-
method), 190 [Link] class
execute() (pymodbus.diag_message.ReturnSlaveMessageCountRequest
method), 207
method), 189 fromRegisters() (pymod-
execute() (pymodbus.diag_message.ReturnSlaveNAKCountRequest [Link] class
method), 189 method), 207
execute() (pymodbus.diag_message.ReturnSlaveNoResponseCountRequest
function_code (pymod-
method), 189 bus.bit_read_message.ReadCoilsRequest
execute() (pymodbus.file_message.ReadFifoQueueRequest attribute), 176
method), 197 function_code (pymod-
execute() (pymodbus.file_message.ReadFileRecordRequest bus.bit_read_message.ReadCoilsResponse
method), 196 attribute), 176
execute() (pymodbus.file_message.WriteFileRecordRequest
function_code (pymod-
method), 197 bus.bit_read_message.ReadDiscreteInputsRequest
execute() (pymodbus.mei_message.ReadDeviceInformationRequest attribute), 176
method), 201 function_code (pymod-
execute() (pymodbus.other_message.GetCommEventCounterRequest bus.bit_read_message.ReadDiscreteInputsResponse
method), 203 attribute), 177
execute() (pymodbus.other_message.GetCommEventLogRequest
function_code (pymod-
method), 203 bus.bit_write_message.WriteMultipleCoilsRequest
execute() (pymodbus.other_message.ReadExceptionStatusRequestattribute), 178
method), 202 function_code (pymod-
execute() (pymodbus.other_message.ReportSlaveIdRequest bus.bit_write_message.WriteMultipleCoilsResponse
method), 204 attribute), 178
execute() ([Link] function_code (pymod-
method), 209 bus.bit_write_message.WriteSingleCoilRequest
execute() (pymodbus.register_read_message.ReadHoldingRegistersRequest
attribute), 177
method), 209 function_code (pymod-
execute() (pymodbus.register_read_message.ReadInputRegistersRequest
bus.bit_write_message.WriteSingleCoilResponse
method), 210 attribute), 178
execute() (pymodbus.register_read_message.ReadWriteMultipleRegistersRequest
function_code (pymod-
method), 210 bus.diag_message.DiagnosticStatusRequest
execute() (pymodbus.register_write_message.MaskWriteRegisterRequest
attribute), 185
method), 213 function_code (pymod-
execute() (pymodbus.register_write_message.WriteMultipleRegistersRequest
bus.diag_message.DiagnosticStatusResponse
method), 212 attribute), 185
execute() (pymodbus.register_write_message.WriteSingleRegisterRequest
function_code (pymod-
method), 211 bus.file_message.ReadFifoQueueRequest
Extended ([Link] at- attribute), 197
tribute), 182 function_code (pymod-
bus.file_message.ReadFifoQueueResponse
F attribute), 198
FifoTransactionManager (class in pymod- function_code (pymod-
[Link]), 213 bus.file_message.ReadFileRecordRequest
fileno() ([Link] attribute), 196
method), 149 function_code (pymod-
FileRecord (class in pymodbus.file_message), 195 bus.file_message.ReadFileRecordResponse
ForceListenOnlyModeRequest (class in pymod- attribute), 196
bus.diag_message), 187 function_code (pymod-
ForceListenOnlyModeResponse (class in pymod- bus.file_message.WriteFileRecordRequest
bus.diag_message), 187 attribute), 197
function_code (pymod-
Index 235
PyModbus Documentation, Release 2.5.0
bus.file_message.WriteFileRecordResponse bus.register_write_message.MaskWriteRegisterResponse
attribute), 197 attribute), 213
function_code (pymod- function_code (pymod-
bus.mei_message.ReadDeviceInformationRequest bus.register_write_message.WriteMultipleRegistersRequest
attribute), 201 attribute), 212
function_code (pymod- function_code (pymod-
bus.mei_message.ReadDeviceInformationResponse bus.register_write_message.WriteMultipleRegistersResponse
attribute), 201 attribute), 212
function_code (pymod- function_code (pymod-
bus.other_message.GetCommEventCounterRequest bus.register_write_message.WriteSingleRegisterRequest
attribute), 203 attribute), 211
function_code (pymod- function_code (pymod-
bus.other_message.GetCommEventCounterResponse bus.register_write_message.WriteSingleRegisterResponse
attribute), 203 attribute), 212
function_code (pymod-
bus.other_message.GetCommEventLogRequest G
attribute), 203 GatewayNoResponse (pymod-
function_code (pymod- [Link] attribute), 208
bus.other_message.GetCommEventLogResponse GatewayPathUnavailable (pymod-
attribute), 204 [Link] attribute), 208
function_code (pymod- get() ([Link]
bus.other_message.ReadExceptionStatusRequest class method), 184
attribute), 202 get_factory() (in module pymod-
function_code (pymod- [Link]), 146
bus.other_message.ReadExceptionStatusResponseget_factory() (in module pymod-
attribute), 202 [Link]), 147
function_code (pymod- get_factory() (in module pymod-
bus.other_message.ReportSlaveIdRequest [Link]), 147
attribute), 204 get_response_pdu_size() (pymod-
function_code (pymod- bus.bit_write_message.WriteMultipleCoilsRequest
bus.other_message.ReportSlaveIdResponse method), 178
attribute), 204 get_response_pdu_size() (pymod-
function_code (pymod- bus.bit_write_message.WriteSingleCoilRequest
bus.register_read_message.ReadHoldingRegistersRequest method), 177
attribute), 209 get_response_pdu_size() (pymod-
function_code (pymod- bus.diag_message.DiagnosticStatusRequest
bus.register_read_message.ReadHoldingRegistersResponse method), 185
attribute), 209 get_response_pdu_size() (pymod-
function_code (pymod- bus.diag_message.GetClearModbusPlusRequest
bus.register_read_message.ReadInputRegistersRequest method), 191
attribute), 210 get_response_pdu_size() (pymod-
function_code (pymod- bus.register_read_message.ReadWriteMultipleRegistersRequest
bus.register_read_message.ReadInputRegistersResponse method), 210
attribute), 210 get_response_pdu_size() (pymod-
function_code (pymod- bus.register_write_message.WriteMultipleRegistersRequest
bus.register_read_message.ReadWriteMultipleRegistersRequest
method), 212
attribute), 210 get_response_pdu_size() (pymod-
function_code (pymod- bus.register_write_message.WriteSingleRegisterRequest
bus.register_read_message.ReadWriteMultipleRegistersResponse
method), 211
attribute), 211 get_socket() (pymod-
function_code (pymod- [Link]
bus.register_write_message.MaskWriteRegisterRequest method), 148
attribute), 213 get_socket() (pymod-
function_code (pymod- [Link]
236 Index
PyModbus Documentation, Release 2.5.0
Index 237
PyModbus Documentation, Release 2.5.0
238 Index
PyModbus Documentation, Release 2.5.0
Index 239
PyModbus Documentation, Release 2.5.0
240 Index
PyModbus Documentation, Release 2.5.0
[Link] R
(module), 152 reactor_factory() (in module pymod-
[Link] [Link]), 146
(module), 148 reactor_factory() (in module pymod-
[Link] [Link]), 147
(module), 150 reactor_factory() (in module pymod-
[Link] (mod- [Link]), 148
ule), 152 read_coils() (pymod-
[Link] (module), 152 [Link]
[Link] (module), 154 method), 153
[Link] (module), 178 read_discrete_inputs() (pymod-
[Link] (module), 179 [Link]
[Link] (module), 156 method), 153
[Link] (module), 161 read_from_fd() (pymod-
[Link] (module), 158 [Link]
[Link].redis_datastore method), 149
(module), 159 read_holding_registers() (pymod-
[Link].sql_datastore [Link]
(module), 160 method), 153
[Link] (module), 162 read_input_registers() (pymod-
[Link] (module), 163 [Link]
[Link] (module), 182 method), 153
pymodbus.diag_message (module), 185 ReadCoilsRequest (class in pymod-
[Link] (module), 192 bus.bit_read_message), 176
[Link] (module), 194 ReadCoilsResponse (class in pymod-
[Link] (module), 194 bus.bit_read_message), 176
pymodbus.file_message (module), 195 ReadDeviceInformationRequest (class in py-
[Link] (module), 172 modbus.mei_message), 201
[Link].ascii_framer (module), 166 ReadDeviceInformationResponse (class in py-
[Link].binary_framer (module), modbus.mei_message), 201
167 ReadDiscreteInputsRequest (class in pymod-
[Link].rtu_framer (module), 168 bus.bit_read_message), 176
[Link].socket_framer (module), ReadDiscreteInputsResponse (class in pymod-
170 bus.bit_read_message), 176
[Link] (module), 198 ReadExceptionStatusRequest (class in pymod-
[Link] (module), 172 bus.other_message), 202
[Link] (module), 172 ReadExceptionStatusResponse (class in pymod-
pymodbus.mei_message (module), 201 bus.other_message), 202
pymodbus.other_message (module), 202 ReadFifoQueueRequest (class in pymod-
[Link] (module), 204 bus.file_message), 197
[Link] (module), 208 ReadFifoQueueResponse (class in pymod-
pymodbus.register_read_message (module), bus.file_message), 197
209 ReadFileRecordRequest (class in pymod-
pymodbus.register_write_message (module), bus.file_message), 195
211 ReadFileRecordResponse (class in pymod-
[Link] (module), 175 bus.file_message), 196
[Link] (module), 175 ReadHoldingRegistersRequest (class in pymod-
[Link] (module), 172 bus.register_read_message), 209
[Link] (module), 172 ReadHoldingRegistersResponse (class in py-
[Link] (module), 174 modbus.register_read_message), 209
[Link] (module), 213 ReadInputRegistersRequest (class in pymod-
[Link] (module), 221 bus.register_read_message), 210
[Link] (module), 223 ReadInputRegistersResponse (class in pymod-
bus.register_read_message), 210
Index 241
PyModbus Documentation, Release 2.5.0
242 Index
PyModbus Documentation, Release 2.5.0
in pymodbus.diag_message), 186 S
RestartCommunicationsOptionResponse sendPacket() ([Link]
(class in pymodbus.diag_message), 186 method), 172
Retries ([Link] attribute), 179, sendPacket() (pymod-
180 [Link].rtu_framer.ModbusRtuFramer
RetryOnEmpty ([Link] at- method), 170
tribute), 179, 180 sendPacket() (pymod-
RetryOnInvalid ([Link] at- [Link] method),
tribute), 179, 180 218
ReturnBusCommunicationErrorCountRequest SerialIOStream (class in pymod-
(class in pymodbus.diag_message), 188 [Link]), 149
ReturnBusCommunicationErrorCountResponseServerDecoder (class in [Link]), 195
(class in pymodbus.diag_message), 188 setDiagnostic() (pymod-
ReturnBusExceptionErrorCountRequest [Link] method),
(class in pymodbus.diag_message), 188 185
ReturnBusExceptionErrorCountResponse setValues() (pymod-
(class in pymodbus.diag_message), 188 [Link]
ReturnBusMessageCountRequest (class in py- method), 161
modbus.diag_message), 188 setValues() (pymod-
ReturnBusMessageCountResponse (class in py- [Link].redis_datastore.RedisSlaveContext
modbus.diag_message), 188 method), 160
ReturnDiagnosticRegisterRequest (class in setValues() (pymod-
pymodbus.diag_message), 186 [Link]
ReturnDiagnosticRegisterResponse (class in method), 159
pymodbus.diag_message), 186 setValues() (pymod-
ReturnIopOverrunCountRequest (class in py- [Link].sql_datastore.SqlSlaveContext
modbus.diag_message), 190 method), 160
ReturnIopOverrunCountResponse (class in py- setValues() (pymod-
modbus.diag_message), 191 [Link]
ReturnQueryDataRequest (class in pymod- method), 158
bus.diag_message), 185 setValues() (pymod-
ReturnQueryDataResponse (class in pymod- [Link]
bus.diag_message), 186 method), 156
ReturnSlaveBusCharacterOverrunCountRequest setValues() (pymod-
(class in pymodbus.diag_message), 190 [Link] method),
ReturnSlaveBusCharacterOverrunCountResponse 157
(class in pymodbus.diag_message), 190 setValues() (pymod-
ReturnSlaveBusyCountRequest (class in pymod- [Link]
bus.diag_message), 190 method), 157
ReturnSlaveBusyCountResponse (class in py- setValues() (pymod-
modbus.diag_message), 190 [Link]
ReturnSlaveMessageCountRequest (class in py- method), 162
modbus.diag_message), 189 setValues() (pymod-
ReturnSlaveMessageCountResponse (class in [Link]
pymodbus.diag_message), 189 method), 164
ReturnSlaveNAKCountRequest (class in pymod- setValues() (pymod-
bus.diag_message), 189 [Link]
ReturnSlaveNAKCountResponse (class in pymod- method), 164
bus.diag_message), 189 setValues() (pymod-
ReturnSlaveNoReponseCountResponse (class [Link]
in pymodbus.diag_message), 189 method), 165
ReturnSlaveNoResponseCountRequest (class setValues() (pymod-
in pymodbus.diag_message), 189 [Link] method),
rtuFrameSize() (in module [Link]), 222 200
Index 243
PyModbus Documentation, Release 2.5.0
244 Index
PyModbus Documentation, Release 2.5.0
bus.diag_message.ReturnBusExceptionErrorCountResponsebus.diag_message.ReturnSlaveNoResponseCountRequest
attribute), 189 attribute), 189
sub_function_code (pymod- sub_function_code (pymod-
bus.diag_message.ReturnBusMessageCountRequest bus.mei_message.ReadDeviceInformationRequest
attribute), 188 attribute), 201
sub_function_code (pymod- sub_function_code (pymod-
bus.diag_message.ReturnBusMessageCountResponse bus.mei_message.ReadDeviceInformationResponse
attribute), 188 attribute), 201
sub_function_code (pymod- summary() ([Link]
bus.diag_message.ReturnDiagnosticRegisterRequest method), 184
attribute), 186 summary() ([Link]
sub_function_code (pymod- method), 183
bus.diag_message.ReturnDiagnosticRegisterResponse
attribute), 186 T
sub_function_code (pymod- Timeout ([Link] attribute), 179,
bus.diag_message.ReturnIopOverrunCountRequest 180
attribute), 190 TimeOutException, 194
sub_function_code (pymod- TLSPort ([Link] attribute), 179,
bus.diag_message.ReturnIopOverrunCountResponse 180
attribute), 191 to_coils() (pymod-
sub_function_code (pymod- [Link] method),
bus.diag_message.ReturnQueryDataRequest 206
attribute), 186 to_registers() (pymod-
sub_function_code (pymod- [Link] method),
bus.diag_message.ReturnQueryDataResponse 206
attribute), 186 to_string() (pymod-
sub_function_code (pymod- [Link] method),
bus.diag_message.ReturnSlaveBusCharacterOverrunCountRequest
206
attribute), 190 TransactionId ([Link]
sub_function_code (pymod- attribute), 179, 180
bus.diag_message.ReturnSlaveBusCharacterOverrunCountResponse
attribute), 190 U
sub_function_code (pymod- UnitId ([Link] attribute), 179,
bus.diag_message.ReturnSlaveBusyCountRequest 180
attribute), 190 unpack_bitstring() (in module pymod-
sub_function_code (pymod- [Link]), 221
bus.diag_message.ReturnSlaveBusyCountResponseupdate() ([Link]
attribute), 190 method), 184
sub_function_code (pymod- UserApplicationName (pymod-
bus.diag_message.ReturnSlaveMessageCountRequest [Link] at-
attribute), 189 tribute), 183
sub_function_code (pymod-
V
bus.diag_message.ReturnSlaveMessageCountResponse
attribute), 189
validate() (pymod-
sub_function_code (pymod-
[Link]
bus.diag_message.ReturnSlaveNAKCountRequest
method), 162
attribute), 189
validate() (pymod-
sub_function_code (pymod-
[Link].redis_datastore.RedisSlaveContext
bus.diag_message.ReturnSlaveNAKCountResponse
method), 160
attribute), 190
validate() (pymod-
sub_function_code (pymod-
[Link]
bus.diag_message.ReturnSlaveNoReponseCountResponse
method), 159
attribute), 189
sub_function_code (pymod-
Index 245
PyModbus Documentation, Release 2.5.0
W
Waiting ([Link] attribute),
181
write_coil() (pymod-
[Link]
method), 154
write_coils() (pymod-
[Link]
method), 154
write_register() (pymod-
[Link]
method), 154
write_registers() (pymod-
[Link]
246 Index