2017-01-24 update 1 document header change
This commit is contained in:
committed by
GitHub
parent
1c89e5590e
commit
ea1bf2da26
@@ -1,7 +1,6 @@
|
|||||||
Modbus.Net
|
Modbus.Net
|
||||||
===================
|
===================
|
||||||
|
[](https://travis-ci.org/parallelbgls/Modbus.Net) [](https://www.nuget.org/packages/Modbus.Net/)
|
||||||
(Document Version 1.2.0)
|
|
||||||
|
|
||||||
An hardware communication Library written by C#.
|
An hardware communication Library written by C#.
|
||||||
|
|
||||||
@@ -199,7 +198,7 @@ For some reasons, AddressUnit has two keys: Id and CommunicationTag, one is inte
|
|||||||
* Zoom : Scale the return value. For example if zoom is 0.1 then return value 150 will change to 15.
|
* Zoom : Scale the return value. For example if zoom is 0.1 then return value 150 will change to 15.
|
||||||
* DecimalPos : Keep to the places after decimal. For example if DecimalPos is 2 then 150.353 will change to 150.35.
|
* DecimalPos : Keep to the places after decimal. For example if DecimalPos is 2 then 150.353 will change to 150.35.
|
||||||
* Name : Name of the Address.
|
* Name : Name of the Address.
|
||||||
* Unit : Unit of the Address. For example "¡æ".
|
* Unit : Unit of the Address. For example "¡æ".
|
||||||
* UnitExtend : If you want to get something else when value returns, extend the class and give it to here.
|
* UnitExtend : If you want to get something else when value returns, extend the class and give it to here.
|
||||||
|
|
||||||
Then using BaseMachine like this.
|
Then using BaseMachine like this.
|
||||||
@@ -520,4 +519,4 @@ public class AddressFormaterModbus : AddressFormater
|
|||||||
* Siemens MPI Support (In Road)
|
* Siemens MPI Support (In Road)
|
||||||
|
|
||||||
###Version 1.4.0
|
###Version 1.4.0
|
||||||
* .NET Core Support (Undetermined)
|
* .NET Core Support (Undetermined)
|
||||||
|
|||||||
Reference in New Issue
Block a user