修改名称
This commit is contained in:
parent
7b564c5994
commit
fd301cd13d
Binary file not shown.
Binary file not shown.
|
@ -9,9 +9,9 @@ using System.Threading.Tasks;
|
|||
using static System.Net.WebRequestMethods;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace UdpServerCMD
|
||||
namespace ShuiBiao
|
||||
{
|
||||
internal class Program
|
||||
internal class ShuiBiao
|
||||
{
|
||||
/// <summary>
|
||||
/// 基数【前置位设备数据总数和】
|
||||
|
@ -1307,7 +1307,8 @@ namespace UdpServerCMD
|
|||
Console.WriteLine("累积运行时间:" + RunTime + "h");
|
||||
Console.WriteLine("电池电压:" + cellVoltage + "v");
|
||||
Console.WriteLine("管径:" + pipeSize + "mm");
|
||||
Console.WriteLine("量程:" + interconvert(0, 0, capacity.ToString()));//???
|
||||
capacity.Clear().Append(interconvert(0, 0, capacity.ToString()));
|
||||
Console.WriteLine("量程:" + capacity);//???
|
||||
typeMalfunction(diagnose);
|
||||
|
||||
//数据校验 --版本号-故障代码
|
||||
|
@ -1488,7 +1489,8 @@ namespace UdpServerCMD
|
|||
Console.WriteLine("累积运行时间:" + RunTime + "h");
|
||||
Console.WriteLine("电池电压:" + cellVoltage + "v");
|
||||
Console.WriteLine("管径:" + pipeSize + "mm");
|
||||
Console.WriteLine("量程:" + interconvert(0, 0, capacity.ToString()));//???
|
||||
capacity.Clear().Append(interconvert(0, 0, capacity.ToString()));
|
||||
Console.WriteLine("量程:" + capacity);//???
|
||||
//Console.WriteLine("阻尼系数:" + hexToASCII(dampingFactor.ToString()));
|
||||
typeMalfunction(diagnose);
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="ShuiBiao.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.4.33213.308
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.32929.386
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UdpServerCMD", "UdpServerCMD.csproj", "{F09542D2-0121-40B2-83C0-5ACBA83C3FC7}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShuiBiao", "ShuiBiao.csproj", "{F09542D2-0121-40B2-83C0-5ACBA83C3FC7}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
Binary file not shown.
Loading…
Reference in New Issue