-
snmp到CORBA通知服务网关,可以将SNMP的TRAP消息转化为CORBA的通知事件。...
snmp到CORBA通知服务网关,可以将SNMP的TRAP消息转化为CORBA的通知事件。-snmp to CORBA notification service gateway can be SNMP TRAP news into the CORBA notification events.
- 2023-08-02 06:00:03下载
- 积分:1
-
digital television system theory and test digital TV introduced the theory of kn...
数字电视系统原理及测试
介绍数字电视方面的原理知识-digital television system theory and test digital TV introduced the theory of knowledge
- 2022-07-01 18:08:02下载
- 积分: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
-
南京邮电大学现代信号处理课程 郑宝玉老师的上课课件,非常实用...
南京邮电大学现代信号处理课程 郑宝玉老师的上课课件,非常实用-Nanjing University of Posts and Telecommunications of modern signal processing courses ZHENG Bao-yu of the class teacher courseware, very useful
- 2022-05-21 04:35:47下载
- 积分:1
-
S60 operating system to use SDK to develop mobile applications NOKIA
用S60操作系统SDK开发NOKIA手机应用程序-范例HelloWorld分析-S60 operating system to use SDK to develop mobile applications NOKIA- HelloWorld Example Analysis
- 2022-02-13 07:55:46下载
- 积分:1
-
MScomm端口控制
MScomm端口控制-MScomm port control
- 2022-12-15 19:05:03下载
- 积分:1
-
OPNET仿真案例,初学者有用,图文说明
OPNET仿真案例,初学者有用,图文说明-OPNET simulation cases, useful for beginners, Graphic Help
- 2022-05-22 18:24:18下载
- 积分:1
-
matlab image processing command Guinness welcome download
matlab 图像处理 命令大全 欢迎下载-matlab image processing command Guinness welcome download
- 2022-06-14 12:15:02下载
- 积分:1
-
内置 ;支持MP3、AAC 、AAC+、WAV等格式的音频文件,不能播放320 Kbps的MP3文件,最高只能支持224Kbps,支持新建播放列表和自动重复播放...
内置 ;支持MP3、AAC 、AAC+、WAV等格式的音频文件,不能播放320 Kbps的MP3文件,最高只能支持224Kbps,支持新建播放列表和自动重复播放不具备均衡器调节,支持低音增强模式,并且具备7个低音增强级别供用户选择,让用户在欣赏不同风格歌曲时选择合适的低音级别供用户选择,让用户在欣赏不同风格歌曲时选择合适的低音级别,支持环绕立体声(SRS) -built; MP3, AAC, AAC, WAV format audio files, 320 Kbps not play MP3 files, can only support a maximum 224Kbps, the new playlist support and automatic repeat players do not have EQ adjustment, bass enhancement-mode support, and with seven bass enhancement levels for users to select, to allow users to enjoy the songs of different styles to choose a suitable level of bass for users to select, to allow users to enjoy the songs of different styles to choose a suitable bass-level support surround sound (SRS)
- 2022-03-19 11:48:15下载
- 积分: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