<Application x:Class="FLY.Thick.BlowingScan.UI.Client.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/FLY.Thick.Base.UI;component/Themes/Styles.xaml"/>
</ResourceDictionary.MergedDictionaries>
<Style TargetType="GroupBox" />
</ResourceDictionary>
</Application.Resources>
</Application>
-
潘栩锋 authored
2.添加 BlowingDetect 支持编码器测量旋转 3.添加 扫描测厚,计算膜距离 界面优化,可以看到线速度,3d膜距离 4.添加 扫描测厚,通过 把答案X代入方程的新Y1, 与原方程的Y0,相关性。 代替原来 记录1与记录2 相关性查找 旋转角度与膜距离。 更简单,且更多数据可以统计旋转角度与膜距离。
12c0a20a