File: datastore.rst

package info (click to toggle)
pymodbus 3.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,720 kB
  • sloc: python: 14,867; makefile: 27; sh: 17
file content (9 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Simulator datastore
===================

The simulator datastore is an advanced datastore.
The simulator allows to simulate the registers of a real life modbus device by adding a simple dict (definition see :ref:`Device entries`).

The simulator datastore allows to add actions (functions) to a register, and thus allows a low level automation.

Documentation :class:`pymodbus.datastore.ModbusSimulatorContext`