浏览代码

update process log保留小数

jiangjy 2 天之前
父节点
当前提交
6333d5aa28
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Furnace/FurnaceRT/Config/System.sccfg

+ 2 - 0
Furnace/FurnaceRT/Config/System.sccfg

@@ -5,6 +5,8 @@
 		<config default="true" name="AddRobotDelay" description="AddRobotDelay" max="" min="" paramter="" tag="" unit="" type="Bool"  visible="false"/>
 		<config default="0.5" name="RobotDelayTime" description="RobotDelayTime" max="" min="" paramter="" tag="" unit="" type="String" visible="false"  />
 		<config default="1" name="AutoTankDelayTime" description="AutoTankDelayTime" max="" min="" paramter="" tag="" unit="" type="String" visible="false"  />
+		<!--process log 保留小数配置-->
+		<config default="f3" name="DataHistoryResolution" description="DataHistoryResolution" max="" min="" paramter="" tag="" unit="" type="String" visible="false"  />
 		<config default="120" name="BackUpFileMaxNumber" description="BackUpFileMaxNumber" max="1000" min="0" paramter="" tag="" unit="" type="Integer"   />
 		<!--检测断线报警时间-->
 		<config default="10" name="PLCConnectSensorFoolTime" description="PLC Connect Sensor Fool Time" max="1000" min="0" paramter="" tag="" unit="" type="Integer"   visible="false"/>