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高程 |
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 //����ģʽֹͣ
};