-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-01-25 20:23:37下载
- 积分:1
-
都是_串口线_惹的祸 都是_串口线_惹的祸
都是_串口线_惹的祸 都是_串口线_惹的祸-are Serial Line _ _ Put the Blame on serial lines are _ _ Put the Blame on serial lines are _ _ Put the Blame
- 2022-08-19 15:34:07下载
- 积分:1
-
64和弦芯片资料
64和弦芯片资料-64 chord chip material
- 2022-03-19 00:53:09下载
- 积分:1
-
VISA库文件,给需要做程序控制仪器方面的同学。
VISA是标准化的I/O函数库及其相关范围的总称。作为通用的I/O标准,VISA是面向器件而不是面向接口总线的。因此VISA与其它现有的I/O接口软件相比,最大的优点就在于它与硬件接口无关,是一个标准且独立于硬件设备、接口、操作系统和编程语言的I/O函数库,可以说它是现有I/O接口软件的一个超集。
- 2022-08-08 08:14:21下载
- 积分:1
-
c# plc modibus 通信
c# 串口 以太网通信 modibus 连接 plc
从文本框输入负数 -2 补码=反+1=进位+原数
Vb 清除输入缓冲区 输出缓冲区 c#用不用清除??哪个函数??
//發送二進制數據 ??????????????
private void SendBytesData(SerialPort serialPort)
{ ////从 文本框取得数据 如果负数 -2 怎么办????
byte[] bytesSend = Encoding.Default.GetBytes(txtSend.Text);
spcom.Write(bytesSend, 0, bytesSend.Length);
}
通过MODBUS TCP读写PLC源码
功能模块一:读写PLC主模块
using System;
using System.Net;
using System.Net.Sockets;
public static void WriteWord(int mwAddress,int mwValue)
{写字到以太网
if (init_plc() == 0)
{
try
{
hi = mwAddress / 256;
low = mwAddress - hi * 256;
hi1 = mwValue / 256; ///////////16bit
low1 = mwValue - hi * 256;
sendBuf[7] = 6;
sendBuf[8] = (byte)hi;
sendBuf[9] = (byte)low;
sendBuf[10]
- 2022-07-10 15:42:30下载
- 积分:1
-
多输入空间信道模型
Spatial channel model for Multiple Input
Multiple Output (MIMO) simulations
(Release 6)
- 2023-03-13 08:10:04下载
- 积分:1
-
pci系统流程,对pci进行综述性介绍。可以对pci有很深的理论学习...
pci系统流程,对pci进行综述性介绍。可以对pci有很深的理论学习
-pci system flow, the introduction of pci reviewed. Pci can have a deep theoretical study
- 2022-02-15 04:06:07下载
- 积分:1
-
最简单的VC编写的OPC客户端程序,本程序为OPC同步数据交换。
最简单的VC编写的OPC客户端程序,本程序为OPC同步数据交换。-The simplest VC prepared OPC client program, the procedures for synchronous OPC data exchange.
- 2022-03-19 16:14:38下载
- 积分:1
-
一个功能齐全的串口通讯类及实例(VC)
一个功能齐全的串口通讯类及实例(VC)-A fully functional categories and examples of serial communication (VC)
- 2022-03-13 03:30:10下载
- 积分:1
-
小波分析用于渐进传输(VC)源代码
examples 目录中存放的是渐进传输的应用举例,包含有所需的.dll文件;
wavelet 目录中存放的是具体的...
小波分析用于渐进传输(VC)源代码
examples 目录中存放的是渐进传输的应用举例,包含有所需的.dll文件;
wavelet 目录中存放的是具体的实现源代码;
wavelet 子目录中存放的是基本的小波处理函数代码;
wavelet_plugin 子目录中存放的是.dll的实现代码。-Wavelet analysis for progressive transmission (VC) source code examples directory is stored in the application of progressive transmission, for example, contains the required. Dll files wavelet directory is stored in the realization of specific source code wavelet stored in a subdirectory is the basic treatment of wavelet function code wavelet_plugin subdirectory is stored. dll the realization of the code.
- 2023-08-29 00:50:02下载
- 积分:1