多参数测井仪单片机编码系统.doc
约64页DOC格式手机打开展开
多参数测井仪单片机编码系统,全文64页约23000字论述翔实摘要介绍了一种利用单片机汇编语言进行曼彻斯特编码实现多路测井数据传输的技术方案。系统将采集到的井下数据经过编码、驱动后以曼彻斯特编码的形式发送到电缆上,地面系统将这些信号进行解码,并送至微机系统,从而得到各仪器测得的数据。实测结果验证了数据能够通过编码系统经电缆...
内容介绍
此文档由会员 花季永驻 发布
多参数测井仪单片机编码系统
全文64页 约23000字 论述翔实
摘 要
介绍了一种利用单片机汇编语言进行曼彻斯特编码实现多路测井数据传输的技术方案。系统将采集到的井下数据经过编码、驱动后以曼彻斯特编码的形式发送到电缆上,地面系统将这些信号进行解码,并送至微机系统,从而得到各仪器测得的数据。实测结果验证了数据能够通过编码系统经电缆传至地面,并由解码系统恢复。证明用软件实现曼彻斯特编码是可行的。
关键词:曼彻斯特码,数据传输,测井,编码
Multiplicity Date Coding System
ABSTRACT
This paper presents a technical method of Manchester Coding and decoding with single-chip microcomputer by software to implement multiplicity Logging data transmitting.The whole transmission system is divided into coding system and decoding system.The coding systemdelivers the data, which are gathered to telemetry cable after coding and driving. With the coding signals transmitted to the ground, they are resumed to initial data by the decoding system and then carried to the computer system. It is proved successfully that data can be transmitted from the coding system to the ground through the cable whose length exsceeds and then resumed by decode system. This shows that this method is feasible.
Key words: Manchester code; Data transmission; Logging; Coding
目 录
1. 绪论 1
1.1 测井技术的发展概况 1
1.2 设计任务 1
1.3 本文主要研究内容 2
1.4 本论文研究的目的及意义 2
2. 数据编码传输系统设计 3
2.1 概述 3
2.2 系统性能指标 3
2.3 编码传输系统的设计 3
2.3.1 传输媒质的选择 3
2.3.2 传输方式的选择 5
2.4 Manchester编码原理 9
2.4.1 基本特点 9
2.4.2 数据传输格式 9
2.4.3 Manchester码的编码传输 10
3. 硬件电路设计 12
3.1 概述 12
3.2 电路设计原理 13
3.2.1 WTC控制电路设计 13
3.2.2 电源电路设计 14
3.2.3 驱动电路设计 15
3.3 PCB电路板制作 15
3.3.1 PCB板的布局 16
3.3.2 PCB板的布线 17
3.3.3 退藕电容配置 17
3.3.4 硬件干扰抑制技术 18
3.3.5 PCB板的设计 18
4. 软件程序设计 19
4.1 概述 19
4.2 编码子程序流程图 19
4.3 软件程序清单 22
4.3.1 采集控制系统软件 22
4.3.2 编码传输系统软件 27
5. 系统调试 32
6. 结束语 35
参考文献 36
致谢信 37
附录A: 英文资料 38
附录B: 开题报告 59
附录C: 中期报告 61
部分参考文献
[6] 樊昌信.现代通信原理[M].北京:国防工业出版社,1995
[7] 秦伟.用AT89C2051改进七参数生产测井仪器遥穿短节[J].石油仪器,
2001,15(5):43
[8] 何立民.MCS-51系列单片机应用系统设计[M].北京:北京航空航天大学出版社,1990
[9] 赵庆海.单片机在DDL-III多路生产测井组合仪改造中的应用[J].石油仪器,2003,17(1):20
[10] 李明春.数控生产测井仪器与资料解释.北京,石油工业出版社,1993
全文64页 约23000字 论述翔实
摘 要
介绍了一种利用单片机汇编语言进行曼彻斯特编码实现多路测井数据传输的技术方案。系统将采集到的井下数据经过编码、驱动后以曼彻斯特编码的形式发送到电缆上,地面系统将这些信号进行解码,并送至微机系统,从而得到各仪器测得的数据。实测结果验证了数据能够通过编码系统经电缆传至地面,并由解码系统恢复。证明用软件实现曼彻斯特编码是可行的。
关键词:曼彻斯特码,数据传输,测井,编码
Multiplicity Date Coding System
ABSTRACT
This paper presents a technical method of Manchester Coding and decoding with single-chip microcomputer by software to implement multiplicity Logging data transmitting.The whole transmission system is divided into coding system and decoding system.The coding systemdelivers the data, which are gathered to telemetry cable after coding and driving. With the coding signals transmitted to the ground, they are resumed to initial data by the decoding system and then carried to the computer system. It is proved successfully that data can be transmitted from the coding system to the ground through the cable whose length exsceeds and then resumed by decode system. This shows that this method is feasible.
Key words: Manchester code; Data transmission; Logging; Coding
目 录
1. 绪论 1
1.1 测井技术的发展概况 1
1.2 设计任务 1
1.3 本文主要研究内容 2
1.4 本论文研究的目的及意义 2
2. 数据编码传输系统设计 3
2.1 概述 3
2.2 系统性能指标 3
2.3 编码传输系统的设计 3
2.3.1 传输媒质的选择 3
2.3.2 传输方式的选择 5
2.4 Manchester编码原理 9
2.4.1 基本特点 9
2.4.2 数据传输格式 9
2.4.3 Manchester码的编码传输 10
3. 硬件电路设计 12
3.1 概述 12
3.2 电路设计原理 13
3.2.1 WTC控制电路设计 13
3.2.2 电源电路设计 14
3.2.3 驱动电路设计 15
3.3 PCB电路板制作 15
3.3.1 PCB板的布局 16
3.3.2 PCB板的布线 17
3.3.3 退藕电容配置 17
3.3.4 硬件干扰抑制技术 18
3.3.5 PCB板的设计 18
4. 软件程序设计 19
4.1 概述 19
4.2 编码子程序流程图 19
4.3 软件程序清单 22
4.3.1 采集控制系统软件 22
4.3.2 编码传输系统软件 27
5. 系统调试 32
6. 结束语 35
参考文献 36
致谢信 37
附录A: 英文资料 38
附录B: 开题报告 59
附录C: 中期报告 61
部分参考文献
[6] 樊昌信.现代通信原理[M].北京:国防工业出版社,1995
[7] 秦伟.用AT89C2051改进七参数生产测井仪器遥穿短节[J].石油仪器,
2001,15(5):43
[8] 何立民.MCS-51系列单片机应用系统设计[M].北京:北京航空航天大学出版社,1990
[9] 赵庆海.单片机在DDL-III多路生产测井组合仪改造中的应用[J].石油仪器,2003,17(1):20
[10] 李明春.数控生产测井仪器与资料解释.北京,石油工业出版社,1993