-
online bookstore system of the system at the interface are designed modular prog...
在线书店系统
本系统在界面上设计上都采用模块化程序设计,将很多页面共有的部分集成到同一个页面-online bookstore system of the system at the interface are designed modular programming, many pages will be part of a total integrated into pages with a
- 2022-01-24 19:01:36下载
- 积分: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
-
USB总线接口芯片CH375的介绍,对于进行USB开发的人都很大的指导作用。...
USB总线接口芯片CH375的介绍,对于进行USB开发的人都很大的指导作用。-USB bus interface chip CH375 introduction to USB development for people a lot of the guiding role.
- 2023-02-15 07:50:03下载
- 积分:1
-
STK 软件和 Actidyn 模拟器之间的Matlab连接接口
接口程序连接 Actidyn 模拟器 (最准确的 3 轴旋转表) 到仿真软件等系统工具套件 (STK) 通过 Matlab 环境。
- 2022-03-23 10:25:50下载
- 积分:1
-
symbian platform on how fast the screen shows pictures, In symbian platform so p...
symbian平台上如何在屏幕上快速的显示图片,在symbian平台上做播放器时有很大的参考价值-symbian platform on how fast the screen shows pictures, In symbian platform so players have great reference value
- 2022-03-20 19:17:43下载
- 积分:1
-
This procedure is a direct sequence spread spectrum packet simulation. Need matl...
本程序是一个直接扩频序列仿真包。需要matlab中安装了simulink才可以使用。-This procedure is a direct sequence spread spectrum packet simulation. Need matlab installed can only be used simulink.
- 2022-04-29 16:38:30下载
- 积分:1
-
alert 和 timer的示例,初学者可以看看,入门级的示例
alert 和 timer的示例,初学者可以看看,入门级的示例-alert and the timer example, beginners can take a look at an example of entry-level
- 2022-09-03 13:10:02下载
- 积分:1
-
Gallager1963 LDPC published papers.
Gallager1963年发表LDPC论文。-Gallager1963 LDPC published papers.
- 2023-08-13 17:05:03下载
- 积分:1
-
多点源代码
source codes for point to multi-point Bluetooth transaction in Symbian OS. A good beginning to learn Socket programming in Symbian OS.
- 2022-01-28 11:41:35下载
- 积分:1
-
推算星期,万年历,输入日期推算出星期,日程提醒
推算星期,万年历,输入日期推算出星期,日程提醒-projections weeks, calendar, the projected date of the importation of weeks, reminded agenda
- 2023-08-14 09:50:03下载
- 积分:1