-
移动方面的资料 以后会多传些
WCDMA高级培训整理的笔记
移动方面的资料 以后会多传些
WCDMA高级培训整理的笔记-Mobile information will more WCDMA multi-Chuan finishing advanced training notebook
- 2022-12-25 05:15:04下载
- 积分:1
-
HNC理论研究,是语义分析的一个理论,可以智能的对语句(包括汉语)进行分析。...
HNC理论研究,是语义分析的一个理论,可以智能的对语句(包括汉语)进行分析。-HNC theory is a semantic analysis of a theory, intelligent pairs of statements (including the Chinese) for analysis.
- 2023-02-10 01:20:04下载
- 积分:1
-
TC35i手机电路TC35i手机电路
tc35i MOBILE phone CIRCUIT tc35i MOBILE phone CIRCUIT -tc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUIT
- 2022-05-28 01:13:01下载
- 积分:1
-
Siemens plc Communication between PC and the source program, detailed descriptio...
西门子plc与上位机通信的源码程序,详细的说明西门子ppi通信协议的应用-Siemens plc Communication between PC and the source program, detailed description of the application of communication protocol Siemens ppi
- 2022-05-18 08:39:58下载
- 积分: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
-
Labview冲激函数的频响
labview冲激函数经滤波器之后的频响曲线,包括幅频曲线和相频曲线,可以作为参考
- 2022-03-16 16:39:04下载
- 积分:1
-
CnComm,VC串口通信类的最新版本,包括所有源C.
CnComm,VC串口通信类最新版,包括所有源码和使用文档-CnComm, VC serial communication class the latest version, including all source code and the use of documents
- 2022-05-22 04:50:35下载
- 积分:1
-
文章中分析了OFDM系统的频谱利用率,研究了OFDM系统中的信道判决反馈均衡问题...
文章中分析了OFDM系统的频谱利用率,研究了OFDM系统中的信道判决反馈均衡问题-Article analyzes the spectral efficiency of OFDM systems to study the OFDM system channel decision feedback equalizer problem
- 2022-05-21 14:10:39下载
- 积分:1
-
China Mobile ADC general technical requirements, industrial applications necessa...
中国移动ADC总体技术要求,行业应用必备文档,中国移动内部资料,网上少见-China Mobile ADC general technical requirements, industrial applications necessary documents, China Mobile" s internal data, on-line rare
- 2022-06-30 09:28:03下载
- 积分:1
-
移动通信中f8f9两种机密算法与完整性算法的运行速率测试程序VC++实现...
移动通信中f8f9两种机密算法与完整性算法的运行速率测试程序VC++实现-Mobile Communications f8 9 confidential algorithms and the integrity of the two algorithms run rate test procedure VC++ Realize
- 2023-04-13 17:55:05下载
- 积分:1