|
@@ -32,7 +32,7 @@ namespace Jdas_Mbic
|
32
|
32
|
public const double Table_Dbm_DefaultValue = 0;//31.5;
|
33
|
33
|
public const int Table_DL_DefaultValue = 7;
|
34
|
34
|
public const int Table_UL_DefaultValue = -15;
|
35
|
|
- public const int Table_Temp_DefaultValue = -10;
|
|
35
|
+ public const int Table_Temp_DefaultValue = 10;
|
36
|
36
|
public Serial serial = new Serial(); // Uart Open
|
37
|
37
|
|
38
|
38
|
const byte ALARM_DLI_P4_LEVEL_LOW = 0x80;
|
|
@@ -2352,7 +2352,7 @@ namespace Jdas_Mbic
|
2352
|
2352
|
{
|
2353
|
2353
|
label_CompileDate.Text = "";
|
2354
|
2354
|
byte[] temp_buf = new byte[TableGetMaxLength];
|
2355
|
|
- // byte[] Temp_MBICResetCmd = { 0x16, 0x16, 0x16, 0x16, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x48, 0x00, 0x14, 0x06, 0x09, 0x00, 0x14, 0x33, 0x00, 0x01, 0x00, 0x04, 0xa7, 0xe0, 0x0e, 0x01, 0x00, 0xac, 0xda, 0x03 };
|
|
2355
|
+ byte[] Temp_MBICResetCmd = { 0x16, 0x16, 0x16, 0x16, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x48, 0x00, 0x14, 0x06, 0x09, 0x00, 0x14, 0x33, 0x00, 0x01, 0x00, 0x04, 0xa7, 0xe0, 0x0e, 0x01, 0x00, 0xac, 0xda, 0x03 };
|
2356
|
2356
|
// serial.Serial_DataSend(Temp_MBICResetCmd, Temp_MBICResetCmd.Length);
|
2357
|
2357
|
//return;
|
2358
|
2358
|
temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_Header] = BLUECELL_HEADER;
|