汽车操纵稳定性转向回正试验数据处理研究(本科毕业论文设计).doc
约38页DOC格式手机打开展开
汽车操纵稳定性转向回正试验数据处理研究(本科毕业论文设计),摘要本论文研究的是汽车操纵稳定性转向回正性试验数据处理研究。汽车的转向回正性是评价汽车操纵稳定性的一个重要指标。一辆没有回正能力的汽车,或基本上回不到正中(即有较大的残余横摆角速度)、或回正过程中行驶方向往复摆动的汽车,都是令人不满意的。为了提高汽车的操纵稳定性,就必须使汽车的转向回正性能优越,才能提高汽车的整体性能。...
内容介绍
此文档由会员 genmail 发布摘 要
本论文研究的是汽车操纵稳定性转向回正性试验数据处理研究。汽车的转向回正性是评价汽车操纵稳定性的一个重要指标。一辆没有回正能力的汽车,或基本上回不到正中(即有较大的残余横摆角速度)、或回正过程中行驶方向往复摆动的汽车,都是令人不满意的。为了提高汽车的操纵稳定性,就必须使汽车的转向回正性能优越,才能提高汽车的整体性能。由于操纵稳定性转向回正试验测试结果数据繁多,数据处理过程复杂,如果仅靠人工利用现有通用软件进行数据处理,不仅耗费大量的人力和时间,而且很难使处理结果规范统一。数据处理大大加重了试验人员的工作负担,因此需要开发专门的软件对操纵稳定性的试验数据进行快速统一的处理,获得满足测试报告所需的准确规范的数据处理结果。我们根据国家标准GB/T 6323.4-94《汽车操纵稳定性试验方法转向回正性能试验》,分析试验所需要记录的数据及试验数据处理要求,提出试验数据的自动处理方案,采用delphi7开发试验数据自动处理软件,为汽车的转向回正性能数据处理提供方便。本课题采用delphi7编写程序 ,使达到如下功能:待处理数据输入、结果数据输出;按照标准进行数据处理和试验评价;原始数据的图形显示及截取;试验报告自动生成。
关键词:汽车转向回正性,自动处理软件,delphi7
ABSTRACT
This paper is on the stability of vehicle Steering Wheel Returnability tentative test data processing.The returnability tentative is an important indicator to the eva luation of the stability of vehicle operation. It is unsatisfactory if an automobile without returnability, or basically back to less than the median (i.e. a greater residual swaying angular velocity, or in the direction of reciprocation swinging on the automobile during the returnability process. In order to improve automobile operation stability, we must make the returnability tentative superior, which can improve the car's overall performance. Because of the numerous test data and the complex data processing in the stability of vehicle operation and returnability tentative test, if we only depend on the manual use of existing general software for data prcessing that may cause not only massive manpower and time consumption but the difficulty to standardize the results of reunification. The data processing aggravated the work burden greatly, therefore we need to develop a specialized software to handle the fast unification processing of the stability of vehicle operation test data; then meet the accurate standardized data-processing results for required test report. According to the national standards GB / T 6323.4-94 “Automobile Operation Stability Test Method and Returnability Tentative Test ”,we analyzes the data which need to be record and the request of data processing request, proposed an automatic data processing programmes, uses the delphi7 development automatic processing software, providing convenience for returnability tentative test data processing. This topic uses delphi7 written program to achieve the following functions: to deal with data input and data results output; to be in accordance with the standards for data processing and test eva luation; raw data graphics and interception; automatically generated test report.
Key words: Steering Wheel Returnability, automatic processing software, delphi7
目 录
中文摘要 Ⅰ
ABSTRACT Ⅱ
1绪论 1
1.1 汽车的转向回正性能 1
1.1.1汽车操纵稳定性概述 1
1.1.2汽车操纵稳定性的客观试验 1
1.1.3转向回正性的概念 1
1.1.4转向回正试验 1
1.2课题的提出 2
1.3汽车转向回正性能试验数据自动处理系统 3
1.4本论文所作工作 3
2转向回正性能试验方法及标准 5
2.1转向回正性研究及评价 5
2.1.1转向回正性的研究 5
2.1.2试验的评价方法 5
2.2转向回正性的试验标准GB/T 6323.4-94 6
2.2.1测量变量 6
2.2.2试验条件 6
2.2.3试验方法 7
2.2.4试验我据处理与结果表达 7
2.3汽车操纵稳定性指标限值与评价方法QC/T480-1999 10
3汽车转向回正性自动处理软件设计分析 12
3.1开发工具的选择 12
3.1.1 Delphi介绍 12
3.1.2 Delphi7的特点 12
3.2系统应用需求分析 12
3.3系统功能结构框架图 13
3.4系统功能 14
3.4.1试验数据输入 14
3.4.2历史试验数据的处理 14
3.4.3查看低速图形和高速图形 14
3.4.4快速生成试验报告书功能 14
4应用软件设计 15
4.1系统的界面设计 15
4.1.1欢迎窗体的设计 15
4.1.2转向回正数据处理窗体 15
4.2代码设计 17
4.2.1导入数据设计 17
4.2.2截取数据设计 19
4.2.3数据计算设计 20
4.2.4结果评分设计 20
4.2.5查看图形设计 21
4.2.6生成报告设计 22
4.3数据格式 23
5转向回正性数据自动处理软件 25
5.1应用软件的实现功能 25
5.1.1导入低速和高速数据 25
5.1.2数据选取 26
5.1.3截取数据 27
5.1.4数据计算 28
5.1.5结果评分 28
5.1.6后续步骤 29
5.2本章小节 31
6 结论 32
6.1课题介绍 32
6.2总结 32
致 谢 34
参考文献 35