注释的更改
This commit is contained in:
@@ -137,8 +137,6 @@ namespace CapMachine.Wpf.Services
|
||||
CycleTimer.AutoReset = true;
|
||||
CycleTimer.Enabled = true;
|
||||
|
||||
|
||||
|
||||
#region 标签管理
|
||||
|
||||
////三电 Sample
|
||||
@@ -188,10 +186,13 @@ namespace CapMachine.Wpf.Services
|
||||
TagManger.AddTag(new Tag<short>("通讯PTC膜温", "通讯PTC膜温[℃]", "ComPTCFlmTemp", "程序", "VW15080", 100, 0, 10, "℃", new ShortTagValue(), false) { DecimalPoint = 1 });
|
||||
TagManger.AddTag(new Tag<short>("通讯PTC模块温度", "通讯PTC模块温度[℃]", "ComPTCMdTemp", "程序", "VW15082", 100, 0, 10, "℃", new ShortTagValue(), false) { DecimalPoint = 1 });
|
||||
|
||||
////【SongZhi】
|
||||
#endregion
|
||||
|
||||
|
||||
#region SongZhi
|
||||
|
||||
////【SongZhi】
|
||||
|
||||
//TagManger.AddTag(new Tag<short>(new ShortTagValue())
|
||||
//{
|
||||
// Name = "转速[rpm]",//名称带单位
|
||||
|
||||
Reference in New Issue
Block a user