From e7da0cf54ea2de5b02ac722b9d51c2a5372aa637 Mon Sep 17 00:00:00 2001 From: "Chris L.(Luo Sheng)" Date: Wed, 29 Mar 2017 20:51:29 +0800 Subject: [PATCH] Update README.md --- Modbus.Net/Modbus.Net.Siemens/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Modbus.Net/Modbus.Net.Siemens/README.md b/Modbus.Net/Modbus.Net.Siemens/README.md index 4582164..1b775cf 100644 --- a/Modbus.Net/Modbus.Net.Siemens/README.md +++ b/Modbus.Net/Modbus.Net.Siemens/README.md @@ -10,11 +10,11 @@ Table of Content: * [Addres Coding](#coding) * [SubAddress Rules](#subpos) -## Basic Concept +## Basic Concept Siemens Protocal is derived by Profibus and Profinet. -## Address Mapping +## Address Mapping 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 | DB2.DB35.1 | DB2 35.1 | DB2.DB35.1 | -## Address Coding +## Address Coding The Coding of Modbus.Net.Siemens is the same as standard siemens protocal. -## SubAddress Rules +## SubAddress Rules SubAddress Rules is the same as standard siemens protocal. -Area length will always be 1. \ No newline at end of file +Area length will always be 1.