Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Modbus
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Modbus data model === Modbus defines its data model based on a series of tables of four primary types:{{Sfn|MODBUS Application Protocol|2012|p=6|ps=, "4.3 MODBUS Data model"}} {| class="wikitable" ! Primary tables ! Access ! Size !Features |- | Discrete input | R |1 bit (0β1) |Read on/off value |- | Coil (discrete output)<ref>{{Cite web |title=Modpoll Modbus Master Simulator |url=https://www.modbusdriver.com/modpoll.html |access-date=2023-10-13 |website=modbusdriver.com |postscript="-t 0" is for "Discrete output (coil) data type"}}</ref> | R/W | 1 bit (0β1) |Read/Write on/off value |- |Input register |R |16 bit words (0β65,535) |Read measurements and statuses |- |Holding register |R/W |16 bit words (0β65,535) |Read/Write configuration values |} For each of the primary tables, the protocol allows individual selection of 65536 data items, and the operations of read or write of those items are designed to span multiple consecutive data items up to a data size limit which is dependent on the transaction function code.{{Sfn|MODBUS Application Protocol|2012|p=6|ps=, "4.3 MODBUS Data model"}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)