From 9277b1aedd88ddadfbc28de60f8aea2bcdd30b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=AB=8B=E6=96=B0?= Date: Mon, 14 Feb 2022 09:30:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9moving?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/index.html | 12 +++++---- .../source/LinearShutter/VSMD12XMiscDefines.h | 26 +++++++++---------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/html/index.html b/html/index.html index f0db299..4015d47 100644 --- a/html/index.html +++ b/html/index.html @@ -59,26 +59,28 @@ GPS经度 GPS经度 - GPS高程 + GPS高程

- + - - + + - + + +
安装时间     安装时间      ISIF定标时间   IS1定标时间
设备维护人员 维护人员电话 设备维护人员 维护人员电话
远程资源用户ID 定标文件下载路径定标文件下载路径远程服务器
diff --git a/othersoft/shuttercali/source/LinearShutter/VSMD12XMiscDefines.h b/othersoft/shuttercali/source/LinearShutter/VSMD12XMiscDefines.h index 92e2ac2..c2400a5 100644 --- a/othersoft/shuttercali/source/LinearShutter/VSMD12XMiscDefines.h +++ b/othersoft/shuttercali/source/LinearShutter/VSMD12XMiscDefines.h @@ -65,8 +65,8 @@ typedef struct tagControllerParams bdr = 9600; cra = 0.8; - crh = 0.4; - crn = 0.6; + crh = 0.8; + crn = 0.8; acc = 100000; dec = 100000; @@ -75,7 +75,7 @@ typedef struct tagControllerParams osv = 0; snr = 0; zmd = 3; - zsp = 20; + zsp = 200; zsd = 50000; mcs = 6; @@ -94,15 +94,15 @@ typedef union enum emVSMDTriggerEvent { - NoAction =0, //޶ֻ״̬λ S1 仯֪ͨ - ResetZeroPosition, //ԭλ - DecSpdStop, //ֹͣ - DecSpdStopRZP, //ֹֹͣͣԭλ - Stop, //ֹͣ - StopRZP, //ֹֹͣͣԭλ - RunningPosDirect, //תٶȣ - RunningNegDirect, //תٶȣ - OfflineModeOn, //ģʽ - OfflineModeOff //ģʽֹͣ + NoAction =0, //�޶�����ֻ��״̬λ S1 �仯֪ͨ�� + ResetZeroPosition, //��������ԭ��λ�� + DecSpdStop, //����ֹͣ + DecSpdStopRZP, //����ֹͣ������ֹͣ����������ԭ��λ�� + Stop, //����ֹͣ + StopRZP, //����ֹͣ������ֹͣ����������ԭ��λ�� + RunningPosDirect, //����������ת�����ٶȣ� + RunningNegDirect, //����������ת�����ٶȣ� + OfflineModeOn, //����ģʽ���� + OfflineModeOff //����ģʽֹͣ };