代码搜索:SCADA
找到约 49 项符合「SCADA」的源代码
代码结果 49
www.eeworm.com/read/463700/7176652
cpp optickettopo.cpp
#include
#include
#include
#include "cdevinfo.h"
#include "optickettopo.h"
#include "Scada_Opt_Report.h"
#include "Scada_Pub_Report.h"
#include "paramanage.h"
#inc
www.eeworm.com/read/242853/6787130
cpp tcp_sub.cpp
#include "tcp_win.h"
#ifdef _TCZ_
#include "def.h"
#include "wincomm.h"
#else
#include "scada.h"
#endif
//-------------------------------------------------------------------------
www.eeworm.com/read/479241/6690375
frm form1.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "mscomm32.ocx"
Begin VB.Form main
Caption = "SCADA Main Window"
ClientHeight = 2085
ClientLeft
www.eeworm.com/read/386774/8727835
makefile
CC=gcc -shared -fPIC -Wall -W
#CFLAGS=-Wall -O3 -fPIC -I.\
CFLAGS=-Wall -pedantic -ggdb3 -fPIC -I./include -I/opt/ems/scada/src/sesUtil/include
#LFLAGS=-shared -lefence
LFLAGS=-shared
#IPATH
www.eeworm.com/read/386774/8727899
bak makefile.bak
CC=gcc -shared -fPIC -Wall -W
#CFLAGS=-Wall -O3 -fPIC -I.\
CFLAGS=-Wall -pedantic -ggdb3 -fPIC -I./include -I/opt/ems/scada/src/sesUtil/include
#LFLAGS=-shared -lefence
LFLAGS=-shared
#IPATH
www.eeworm.com/read/273006/10931732
txt modbus ascii 开发3.txt
Modbus ASCII 开发3-基于Scilab得SCADA system开发手记8
推荐void construct_ascii_frm ( unsigned char *dst_buf, unsigned char *src_buf, unsigned char lenth)
{
unsigned char lrc_tmp;
lrc_tmp = lrc(
www.eeworm.com/read/479241/6690346
frm mdiform1.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm MDIForm1
BackColor = &H8000000A&
Caption = "SCADA Based Load Manageme
www.eeworm.com/read/273006/10931730
txt modbus ascii 开发2.txt
Modbus ASCII 开发2-基于Scilab得SCADA system开发手记7
0
推荐
#define READ_COIL 01
#define READ_DI 02
#define READ_HLD_REG 03
#define READ_AI 04
#define SET_COIL 05
#define SET_HLD_
www.eeworm.com/read/273006/10931731
txt modbus协议的crc校验子程序代码.txt
Modbus ASCII 开发1-基于Scilab得<mark>SCADA</mark> system开发手记6
推荐Modbus ASCII 开发
Modbus是modicom公司提出得一种数据传送方式, 也是现在用的较多的现场总线之一,之所以它这么成功得被应用, 主要原因是因为Modbus协议的简单,和开放性较好.
Mobus协议可以主要分为ASCII和RTU两种
Modbus消息帧中的功能代码域包含了两个字 ...