搜索资源列表
zifuchuanxianshijiequ
- 一个字符串录入、显示与截取的实用程序。在工业控制的数据采集中十分有用-a string input, display and the practical procedures for the interception. In the industrial control data acquisition is very useful
src
- 串口数据采集实时显示程序。本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。
串口温度数据采集并实时显示
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
Sky
- “Sky试验测试与控制系统软件”用于工业控制系统的数据采集、解析、分析和保存,可以读取PCI、RS232、USB、CAN总线数据,将参数以曲线、列表和数码管等不同方式显示。 测控系统目前支持的设备有:RS232串行设备,研华PCI系列采集卡,周立功系列CAN分析仪,ASCL高速CAN采集仪,USB7310数据采集卡等。通过接口扩展,该系统可以支持任意用于计算机的Windows系统下的采集设备。 测控软件采用高精密定时系统,定时精度为1ms,曲线最高显示频率为1K,数据采集频率不限,取决于采集设备
labview_serial
- labview中实现串口数据采集和实时显示-Serial labview in data acquisition and real-time display
MSCOMM
- ADAM4018数据采集卡通信程序 可实现数据的多路采集与显示-ADAM4018 Communications Data Acquisition Card program can be multi-channel data acquisition and display
hezheng
- 上位机数据采集,并更加采集的数据显示相应的曲线图源码-Host computer data acquisition, and more collected data show that the corresponding curve source code
usb_data_card
- 我自已用VC++写的USB 数据采集带示波显示的程序。-I own with VC++ to write the USB data acquisition program with oscilloscope display.
comdataprocess
- 该程序使用与调PID参数使用,对下位机进行数据采集,在列表中显示,然后上位机实时的动态显示响应曲线。这个程序适用于直流电机的位置闭环控制,内速度换,外位置换,很经典。-The program uses the tune PID parameters used for the next bit machine for data collection, displayed in the list, then the PC real-time dynamic display of the respon
ysi
- YSI水质传感器的串口数据采集以及数据的窗口编辑框的显示-YSI water quality sensors serial data acquisition and data display window of the edit box
com
- 串口数据采集并实时显示,使用串口控件使用说明 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。com对初学者有用-Serial data acquisition and real-time display, use the serial port control instructions of the program using VC6.0 to generic serial port control MSCOMM32.OCX sent to th
WSN_PC_Interface
- 基于ZigBee的无线传感网络上位机软件界面的源代码,包含RS232数据采集、参数仪表显示等,用Visual C++编程语言。-Contains the RS232 interface based on the ZigBee wireless sensor network PC software source code, data acquisition, parameter instrument display, the Visual C++ programming language.
Serial-real-time-display
- VC6.0下的串口温度数据采集并实时显示界面,可以实时绘制波形,查看历史数据,保存串口接收数据。-VC6.0 under serial temperature data acquisition and real-time display interface, real-time can draw the waveform view historical data, save the serial port to receive data.
iUSBSample_VB6
- VB的例子显示如何调用iUSBDAQvb.dll。这个例子是一个简单的图形用户界面,可以枚举设备,打开设备会话,读8个模拟通道,流模式 数据采集和关闭设备会话。-VB example shows how to call iUSBDAQvb.dll. This example is a simple graphical user interface that can enumerate the device, open the device session, read eight analog
Get_Camera
- 1、监听8888端口TCP协议采集摄像头数据2、采集数据后显示到窗体上-1, monitor port 8888 TCP protocol data acquisition camera 2, collecting data displayed on the form
Uart
- 单片机串口数据采集,主要是测电压,并在上位机上显示出波形-Microcontroller serial data acquisition, mainly voltage measurement
MODBUS
- MODBUS数据采集,界面通过配置显示,采用XML可配置数据和显示文本-modbus scada,modbus HMI ,config,data and text
COM-port-485-communication
- COM口485通信,与广州致远电子全新系列的基于 RS-485 总线接口的数据采集模块能 通信,同时将模块上的数据能显示在屏幕上-COM port 485, and Guangzhou Zhiyuan electronics based on new series The data acquisition module of the RS-485 bus interface can communicate, and the data on the module can be displa
Serial-port-temperature-data
- 通过读串口数据,实时采集显示温度数据,用于串口开发的例子-By reading the serial data, real-time acquisition of display temperature data for serial port development example
串口数据实时采集显示例程
- 通过调用API函数实时采集来自串口的数据,并将数据实时显示在界面中(function: sample data come from serio port and display information in form)