-
Siemens s7300 with pc communication procedures used tchart control
西门子s7300 与pc通讯程序
使用了tchart 控件-Siemens s7300 with pc communication procedures used tchart control
- 2022-03-25 09:21:33下载
- 积分:1
-
Design of High Speed Multichannel Data Gathering System Based on FPGA
Design of High Speed Multichannel Data Gathering System Based on FPGA基于FPGA的高速多通道数据采集系统的设计-Design of High Speed Multichannel Data Gathering System Based on FPGA-based FPGA, high-speed multi-channel data acquisition system design
- 2022-05-25 11:10:07下载
- 积分:1
-
有关调制解调的一些程序,希望大家多多交流哈
有关调制解调的一些程序,希望大家多多交流哈-the modulation and demodulation of a number of procedures in the hope that Members can exchange Kazakhstan
- 2023-08-17 05:45:03下载
- 积分:1
-
VB连接S7 200 PLC的PC ACCESS服务器的OPC源码,很详细
VB连接S7 200 PLC的PC ACCESS服务器的OPC源码,很详细-VB to connect the S7 200 PLC
- 2022-04-15 07:51:30下载
- 积分:1
-
simulink model to demodulate fm signal
simulink model to demodulate fm signal
- 2022-08-17 05:25:46下载
- 积分:1
-
一款配和短信模块报警的软件程序,参考一下吧
一款配和短信模块报警的软件程序,参考一下吧-Allocation and a warning message Module software program, refer to it
- 2022-03-30 21:26:17下载
- 积分:1
-
调试多年的CRC通用程序,适于各种生成多项式.调试通过.与手工算法一致...
调试多年的CRC通用程序,适于各种生成多项式.调试通过.与手工算法一致
-debugging years of CRC program, suitable for a variety of generating polynomial. Debugging through. Consistent with the manual algorithm
- 2022-01-26 05:28:52下载
- 积分:1
-
FFT
FFT 研究的资料,介绍FFT的原理、应用等-fft
- 2022-05-08 00:45:27下载
- 积分: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
-
用于vista上ns2的安装,详细介绍了安装的步骤和注意事项
用于vista上ns2的安装,详细介绍了安装的步骤和注意事项-For vista on the ns2 installation, detailing the installation steps and precautions
- 2022-03-01 20:20:40下载
- 积分:1