You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

271 lines
9.8 KiB

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HybirdFrameworkEntity
{
public class CMD1
{
/// <summary>
/// 预留
/// </summary>
public ushort WorkingData_Reserved1 { get; set; }
/// <summary>
/// 预留
/// </summary>
public ushort WorkingData_Reserved2 { get; set; }
/// <summary>
/// 类型
/// <para>0查询</para>
/// <para>1设置</para>
/// </summary>
public byte Type { get; set; }
/// <summary>
/// 设置/查询参数起始地址
/// </summary>
public uint SetAddress { get; set; }
/// <summary>
/// 设置/查询个数
/// </summary>
public byte SelectNum { get; set; }
/// <summary>
/// 设置参数字节数
/// </summary>
public ushort SetByteNum { get; set; }
/// <summary>
/// 设置数据
/// </summary>
public byte[] SetData { get; set; }
/*
1 4 30 )
2 4
3 4
4 4
5 4
6 4
7 4
1:MT622
2:ID
8 4
9 4
10 4 0- 1-
11 4 0- 1-
12 VIN 4 0- 1-
13 BMS 4
14 BMS 4
15* 1 4 0
16 2 4 0
17 3 4 0
18 4 4 0
19 5 4 0
20 4
15
21 4 0 =3
22 4 0 =3
23
4 0 =3
24 4
1
2
25* 4 3)
26* 4 4)
27 4
28 4
29 广 4
30 广 4
31 广 4
32 广 4
33 4
34 4
35 4 10
36 4 10
37 4 10
39 4 1-12V 2-24V
40 4
41 4
M3+U1+U2
42 4
M3+U1+U2
43 4
0500V 1750V
2:500V 3750V
4 250V 5
6
100V
44 4
0-9
45 4
1-10
46 4
0-9
47 4
1-10
48 4
12
49 4
01N
50 IO 4
01N
2 IO3
SOC
51 4
10
52 4
1
53 4
0 N
1
54 4
0:
1DLT645-200701
2DLT645-2007
CT 013
DLT645-2007广
4DLT645-2007
01
02
55 4
0: M1 1:
M1
0
1
56 CAN3 4
1-100
57 BMS 4
01
02
03
58 4
1使2使
59 4
12
60 4
10
61 4
10
62 - 4
1
63 - 4
1
64 - 4
1
65 - 4
1
66 A B 4 7
67 4 10
68 4 10
69 4 10
70 4 1
71 4 -50-50 - 200
72 4 -50-50 - 200
73 4 0-255
74 4 100 kwh
75 4
0-
1-
201
76 4 -50-50 - 200
77 - 4
1
78 - 4
1
79 - 4
1
80 - 4
1
81 4
82 104 4
83 4
,
84 4
85 4
,使
1
0
6005
6005
86 4
1
0
6000
6001
87 4
0xAA01:
0xAA02: CCU-H2
0xAA03: DCDC
0xAA04: ACDC
0xAA05:
0xAA06:
:
88 线 4
0-
100- 10KW
1000- 100KW
89 SOC 4 100
90 AES 32 90 8
91 8
4
4 0.0001
*/
}
}