add data descriptions in fbox

This commit is contained in:
parallelbgls@outlook.com
2016-06-22 09:23:13 +08:00
parent 9fa0284574
commit 5f3fc5b89e
2 changed files with 6 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ namespace Modbus.Net.FBox
{ {
AreaCodeDictionary = new Dictionary<string, int> AreaCodeDictionary = new Dictionary<string, int>
{ {
{"LW", 0},
{"V", 1}, {"V", 1},
{"VW", 2}, {"VW", 2},
{"VD", 3}, {"VD", 3},
@@ -35,6 +36,10 @@ namespace Modbus.Net.FBox
{"2X", 22}, {"2X", 22},
{"3X", 23}, {"3X", 23},
{"4X", 24}, {"4X", 24},
{"SD", 30},
{"D", 31},
{"T_word", 32},
{"C_word", 33},
{"DB", 10000}, {"DB", 10000},
}; };
} }

View File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>Modbus.Net.FBox</id> <id>Modbus.Net.FBox</id>
<version>1.1.0</version> <version>1.1.2</version>
<title>Modbus.Net.FBox</title> <title>Modbus.Net.FBox</title>
<authors>Chris L.(Luo Sheng)</authors> <authors>Chris L.(Luo Sheng)</authors>
<owners>Hangzhou Delian Information and Science Technology Co., Ltd.</owners> <owners>Hangzhou Delian Information and Science Technology Co., Ltd.</owners>