1.merge(上次更新内容未发全,下为补充)
2.补偿配置界面设置隐藏,无法通过界面修改
3.标准块模式默认保存图片,和图片保存开关脱钩
4.增加标准块补偿CSV数据输出
5.修改原有OPC输出事件,新的输出事件添加触发值输出。版本号升级到1.0.2022.0613
| | |
| | | //{ |
| | | |
| | | |
| | | // double preValue = 0.0; |
| | | // double uAvg = 0.0; |
| | | |
| | | // Type t = opcConfig.standardCompensationZ.GetType(); |
| | | // FieldInfo fi = t.GetField(string.Format("station{0}", (CommonUtil.mainForm.PlateID + 1) % 5 + 1)); |
| | | // preValue = (double)fi.GetValue(opcConfig.standardCompensationZ); |
| | | // double curCompensation = standardHeightValue - uAvg + preValue; |
| | | |
| | | |
| | | // string resultStr = $"工位 {plateId},检测项 {u.Name},原先补偿值:{preValue},计算补偿值:{curCompensation},标准值:{standardHeightValue},平均值:{uAvg}"; |
| | | //Trace.TraceWarning(resultStr); |
| | |
| | | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, |
| | | // 方法是按如下所示使用“*”: |
| | | // [assembly: AssemblyVersion("1.0.*")] |
| | | [assembly: AssemblyVersion("1.0.4.1")] |
| | | [assembly: AssemblyFileVersion("1.0.4.1")] |
| | | [assembly: AssemblyVersion("1.0.2022.0613")] |
| | | [assembly: AssemblyFileVersion("1.0.2022.0613")] |