add data descriptions in fbox
This commit is contained in:
@@ -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},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user