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
|
||||
===================
|
||||
|
||||
(Document Version 1.2.0)
|
||||
[](https://travis-ci.org/parallelbgls/Modbus.Net) [](https://www.nuget.org/packages/Modbus.Net/)
|
||||
|
||||
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.
|
||||
* 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.
|
||||
* 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.
|
||||
|
||||
Then using BaseMachine like this.
|
||||
|
||||
Reference in New Issue
Block a user