From 7fcc742c1ba962af1d84aaa2975e50f19297db81 Mon Sep 17 00:00:00 2001 From: jkpete <1031139173@qq.com> Date: Sun, 14 Dec 2025 09:45:45 +0800 Subject: [PATCH] add track pages --- Components/Layout/NavMenu.razor | 13 +- Components/Pages/Control.razor | 365 ++++++++++++++++++++++++++ Components/Pages/Home.razor | 81 +++++- Components/Pages/ParamSetting.razor | 386 ++++++++++++++++++++++++++++ Program.cs | 13 +- Properties/launchSettings.json | 2 +- wwwroot/favicon.png | Bin 1148 -> 1154 bytes 7 files changed, 851 insertions(+), 9 deletions(-) create mode 100644 Components/Pages/Control.razor create mode 100644 Components/Pages/ParamSetting.razor diff --git a/Components/Layout/NavMenu.razor b/Components/Layout/NavMenu.razor index 91b07fe..234a450 100644 --- a/Components/Layout/NavMenu.razor +++ b/Components/Layout/NavMenu.razor @@ -1,6 +1,6 @@
@@ -10,7 +10,7 @@ diff --git a/Components/Pages/Control.razor b/Components/Pages/Control.razor new file mode 100644 index 0000000..6776c80 --- /dev/null +++ b/Components/Pages/Control.razor @@ -0,0 +1,365 @@ +@page "/control" +@using Pages +@using System.Numerics +@using EGFramework +@implements IEGFramework +@rendermode InteractiveServer + +当前位置: @dataActionStatus.Position / 25
+旋转角度: @dataActionStatus.Rotate°
+当前定位点: @(currentLocationName ?? "无")
+高效、精准的空轨设备控制与监控解决方案
+博裕空轨设备管理系统是一款先进的自动化控制解决方案,专为工业空轨设备设计。系统提供精确的位置控制、靶机角度调节、运动参数配置和实时状态监控功能。
+ +系统可以精确控制空轨设备前进和后退到指定位置,实现毫米级精确定位,满足各种工业场景的定位需求。
+空轨下方的靶机可以进行0-90度的精确测转,用户可通过系统界面直观地设置和监控靶机角度。
+系统提供完善的运动参数配置功能,包括速度、加速度、减速度等参数设置,用户可根据实际需求灵活调整。
+实时查看空轨当前色标传感器的颜色状态,系统提供直观的颜色显示和状态提示功能。
+请使用右侧导航菜单访问各个功能模块,或联系山东博裕获取相关帮助。
+