共查询到19条相似文献,搜索用时 109 毫秒
1.
为了适应网络控制系统的发展,对嵌入式网络控制节点进行了研究。构建了以S3C2410嵌入式微处理器为核心具有网络通信功能的嵌入式硬件平台。在此基础上构建了以嵌入式linux操作系统为核心的软件平台.并详细探讨了软件平台的构建过程。节点中的网络应用程序调用驱动程序,控制A/D与D/A转换电路,实现与被控对象和信息传递,同时通过socket接口编程实现了与远程计算机的通信。 相似文献
2.
为了结合物理对象进行网络控制系统的研究,构建了一个嵌入式网络控制仿真平台。在基于S3C2410与CS8900A芯片的嵌入式硬件系统上,移植并安装了U-BOOT系统和嵌入式Linux操作系统,构成了嵌入式网络服务器节点。该节点既与物理对象直接通信,又利用Socket与C MEX函数与远程客户端的Simulink通过物理网络进行通信。结果表明该方法是可行的,且具有物理对象与网络的实际特性与强大仿真功能优势。 相似文献
3.
4.
设计了一个嵌入式异构网络互联网关,实现计算机网络与现场总线异种网络的互联。讨论了网关的硬件构架以及以太网接口、CAN总线接口的具体设计,介绍分析了嵌入式Linux操作系统下的设备驱动程序、嵌入式TCP/IP的实现过程。在实验室条件下模拟了网关的应用环境,对网关的接口和性能的可靠性和正确性进行了测试,实验结果表明,网关较好地实现了数据通信和协议转换功能。 相似文献
5.
基于TCP/IP协议栈的嵌入式网络控制系统设计 总被引:1,自引:0,他引:1
网络控制系统(NCS)是指传感器、执行器以及控制器通过网络进行数据通信的控制系统,它不仅是1个控制系统,还是1个网络系统。网络中的各种复杂因素使得网络控制系统的设计非常复杂。为此,提出了1种基于TCP/IP协议栈的嵌入式网络控制系统体系结构,并对其中的核心模块——网络层进行了实现。在此基础上,开发了远程电机控制系统。开发实例表明,所提出的网络控制系统体系结构简单、方便,即使开发人员不懂通信,也可以很容易地通过模块化构造实际网络控制系统。 相似文献
6.
提出了一种应用嵌入式Xscale 处理器与嵌入式Linux、IEEE 802.11b无线网卡设计无线Mesh网络实验床平台的方法,应用Liod-s嵌入式开发板设计并实现了无线Mesh网络实验床FJNU-Mesh。由于嵌入式linux 的开源特性,该实验床能大大促进无线Mesh网络的理论研究与应用开发工作。 相似文献
7.
无线传感器网络是当前国际上备受关注的、由多学科高度交叉的新兴前沿研究热点领域,被认为是21世纪最重要的技术之一.本文采用当前流行的微处理器芯片AT91SAM7S256、射频芯片CC2420、GPRS模块MC39i、温度传感器TMP05和加速度传感器ADXL202实现无线传感器网络节点的硬件设计,并在软件设计方面进行深入的研究.最后给出一个应用实例一蓝牙技术在无线传感器网络中的应用. 相似文献
8.
基于嵌入式Web服务器集散控制系统的研究 总被引:3,自引:0,他引:3
以电梯控制为例,介绍了一种基于嵌入式Web服务器集散控制系统(DCS)的结构及工作原理。提出了构建嵌入式Web服务器和利用Internet远程访问的方法,实现了远程诊断、远程控制和远程管理等功能。 相似文献
9.
邱丽芳 《自动化与仪器仪表》2007,(1):19-22
介绍软件网络升级嵌入式系统。硬件主要采用C8051F020单片机及RTL8019AS网络芯片设计,软件采用Cx51单片机高级语言编程,网络协议选择通用的TCP/IP协议。介绍了此嵌入式系统硬件和软件的设计方法,并详述了嵌入式系统实现远程软件升级的原理。 相似文献
10.
考虑到传统无线通信网络远程终端控制系统的功能和性能无法满足设计要求,提出了基于嵌入式的无线通信网络远程终端控制系统。基于设计无线通信网络远程终端控制系统总体架构,设计了嵌入式无线通信网络用户授权控制器和无线通信网络远程终端控制电路,完成系统硬件设计。在系统软件设计中,重构无线通信网络远程终端控制信号,通过小波变换设计无线通信网络远程终端控制算法,实现了无线通信网络的远程终端控制。测试结果表明,文中系统的功能满足设计要求,有效提高了控制中心的链路占有率,降低了冲突率,满足系统性能要求。 相似文献
11.
12.
13.
In a recent study, we discovered that many single load/store operations in embedded applications can be parallelized and thus encoded simultaneously in a single‐instruction multiple‐data instruction, called the multiple load/store (MLS) instruction. In this work, we investigate the problem of utilizing MLS instructions to produce optimized machine code, and propose an effective approach to the problem. Specifically, we formalize the MLS problem, that is, the problem of maximizing the use of MLS instructions with an unlimited register file size. Based on this analysis, we show that we can solve the problem efficiently by translating it into a variant of the problem finding a maximum weighted path cover in a dynamic weighted graph. To handle a more realistic case of the finite size of the register file, our solution is then extended to take into account the constraints of register sequencing in MLS instructions and the limited register resource available in the target processor. We demonstrate the effectiveness of our approach experimentally by using a set of benchmark programs. In summary, our approach can reduce the number of loads/stores by 13.3% on average, compared with the code generated from existing compilers. The total code size reduction is 3.6%. This code size reduction comes at almost no cost because the overall increase in compilation time as a result of our technique remains quite minimal. Copyright © 2007 John Wiley & Sons, Ltd. 相似文献
14.
异质网络间移动管理方案研究 总被引:3,自引:0,他引:3
针对下一代移动通信网络的异构性,提出一种可以适用于异质网络间的移动管理方案,通过利用所设计的“主机信息库”结合HIP(Host Identity Protocol)协议实时更新多模移动终端的接入状态信息,以维持服务的连续性。实验仿真结果表明,该方案可以优化接入网络系统的整体性能。 相似文献
15.
The Proxy Mobile IPv6 (PMIPv6) is designed to provide network-based mobility management support to a mobile node (MN) without any involvement of the MN in mobility related signaling; hence, the proxy mobility entity performs all related signaling on behalf of the MN. The new principal functional entities of PMIPv6 are the local mobility anchor (LMA) and the mobile access gateway (MAG). In PMIPv6, all the data traffic sent from the MN gets routed to the LMA through a tunnel between the LMA and the MAG, but it still has a single point of failure (SPOF) and a bottleneck state of traffic. To solve these problems, various approaches directed towards PMIPv6 performance improvements, such as route optimization, have been proposed. However, these approaches add additional signaling to support the MN׳s mobility, which incurs extra network overhead and still provides difficulty when applied to multiple-LMA networks. In this paper, we propose an improved route optimization in PMIPv6-based multiple-LMA networks. All LMAs were connected to the proxy internetworking gateway (PIG), which performs inter-domain distributed mobility control. Each MAG keeps the information of all LMAs in the PMIPv6 domain, so it is possible to perform fast route optimization. Therefore, this method supported route optimization without any additional signaling because the LMA receives the state information of route optimization from the PIG. 相似文献
16.
嵌入式系统安全性的研究逐渐成为网络安全领域的一个重要课题.本文针对嵌入式系统的网络安全性问题进行研究,分析了目前网络安全体系的不足之处对系统中的关键技术做了一一解析,包括VPN及其隧道技术的应用,身份认证等,并将IPSec和SSL协议相整合,提出了一个新型嵌入式系统安全的安全模型和解决方案,特别对系统体系结构、应用优势以及它的具体实现进行了分析研究.最后对试验结果进行了分析.实验证明:运行基于IPSec和SSL协议的嵌入式系统具有良好的可扩展性和安全性能. 相似文献
17.
通过分析车载监控系统的功能,设计了系统的结构,以Hi3512为主控芯片,以嵌入式LinUX为操作系统,完成了车载嵌入式监控系统的硬件和软件设计.经一年多的实际运行测试,该系统稳定可靠,各项指标均已经达到设计要求. 相似文献
18.
19.
在研究传统的离散余弦变换(DCT)编码算法的基础上,结合嵌入式零树小波(EZW)算法,引入位平面编码思想,提出了一种新的基于块DCT(BDCT)的嵌入式编码算法。该方法充分利用了DCT变换实现简单的特点,通过选择一组阈值,逐个阈值对变换系数进行重要性检查,按照重要性从最重要到最不重要的顺序排序依次对变换系数进行编码输出,这样就使得输出码流具有嵌入的特性,支持渐进传输。对于BDCT存在的块效应,利用块间关系,采用不同强度的滤波方法消除块效应。实验结果表明,该方法在获得较高压缩比的同时,呈现出比较好的图像质量,同时还有效地减少了块效应。 相似文献