Update README.md

This commit is contained in:
Chris L.(Luo Sheng)
2017-03-29 20:51:29 +08:00
committed by GitHub
parent 04c630d47f
commit e7da0cf54e

View File

@@ -10,11 +10,11 @@ Table of Content:
* [Addres Coding](#coding) * [Addres Coding](#coding)
* [SubAddress Rules](#subpos) * [SubAddress Rules](#subpos)
##<a name="basic"></a> Basic Concept ## <a name="basic"></a> Basic Concept
Siemens Protocal is derived by Profibus and Profinet. Siemens Protocal is derived by Profibus and Profinet.
##<a name="address"></a> Address Mapping ## <a name="address"></a> Address Mapping
Modbus.Net.Siemens has two types of AddressMapping -- Modbus.Net way or Siemens way. Modbus.Net.Siemens has two types of AddressMapping -- Modbus.Net way or Siemens way.
@@ -31,12 +31,12 @@ VB19 | V 19 | V19 |
DB1.DBD22 | DB1 22 | DB1.DB22 | DB1.DBD22 | DB1 22 | DB1.DB22 |
DB2.DB35.1 | DB2 35.1 | DB2.DB35.1 | DB2.DB35.1 | DB2 35.1 | DB2.DB35.1 |
##<a name="coding"></a> Address Coding ## <a name="coding"></a> Address Coding
The Coding of Modbus.Net.Siemens is the same as standard siemens protocal. The Coding of Modbus.Net.Siemens is the same as standard siemens protocal.
##<a name="subpos"></a> SubAddress Rules ## <a name="subpos"></a> SubAddress Rules
SubAddress Rules is the same as standard siemens protocal. SubAddress Rules is the same as standard siemens protocal.
Area length will always be 1. Area length will always be 1.