HART tools 7.5版本,测试HART通信,可以设置波特率等参数,也可以用来验证HART通用命令是否正确。
2020-01-25 03:13:59 11.57MB HART调试工具
1
《模式分类》高清英文原版,经典教材,可以用作手边的工具书,供大家学习使用
2020-01-03 11:40:30 11.28MB 人工智能 模式识别 深度学习
1
Duda R O, Hart P E, Stork D G_Pattern Classification (2Ed Wiley)-中文版
2019-12-21 22:06:01 17.09MB 模式识别
1
Industrial communication networks – Wireless communication network and communication profiles – WirelessHART™ This International Standard specifies an additional Type 20 communication network to IEC 61158-5-20, IEC 61158-6-20 and a Communication Profile CP 9/2 in addition to IEC 61784-1 CPF 9. This standard specifies the following: • Physical layer service definition and protocol specification, • Data-link layer service and protocol, • Application layer service and protocol, • Network management, • Security, • Communication profile, • Wireless procedures and • Gateway.
2019-12-21 21:36:37 4.03MB WirelessHART HART IEC62591 IEC
1
一本经典的模式模式分类书籍,全英文版,原汁原味,让你更好的理解。
2019-12-21 20:21:49 14.41MB Pattern Classification 2Ed
1
#include "use.h" #include "Ver.H" #include #include #include #include "include.h" /******************************************************************* 1、菜单中这几个参数项需要读出和修改: P1中的:L,H,E,dr,P P2中的:Ed,SF,bo 一共7个参数项; ---这7个参数项不知道用什么命令来进行读写? 请你帮助考虑一下。 2、HART命令中,有如下命令应该要用到: ⑴ 0#命令---读标识码 (好像是个广播命令) ⑵ 3#命令---读主变量电流(测量值) ⑶ 6#命令---置随选地址(确定工作模式) ⑷ 15#命令---读主变量输出信息(上下限值) ⑸ 40#命令---进入/退出电流模式 ⑹ 41#命令---执行设备自检 ⑺ 42#命令---执行设备复位 ******************************************************************/ //前面的4个地址是固定的,后面一个是可以改的!用MP1.ADR 代替了! //#define adr0 0x02 //#define adr1 0x23 //#define adr2 0x34 //#define adr3 0x45 //#define MAX_0xff 5 //前导符的个数! //#define HART_VER 5 // 版本 //---------------------------------------------------------------------------------- //static unsigned char fHART_LONG_ADR=0; //=0 短地址标至;=1 是长地址! //static unsigned char cnt_0xff=MAX_0xff; //主机发送0XFF的个数,从机回复添加相同的个数 ! //************************************************************************** extern unsigned char cnt_0xff; //主机发送0XFF的个数,从机回复添加相同的个数 ! extern unsigned char fHART_LONG_ADR; //=0 短地址标至;=1 是长地址! //--------------------------------------------------------------------------------------------- unsigned char HART_Get_FF(unsigned char *p){ memset(p,0xff,cnt_0xff); return cnt_0xff;
2019-12-21 20:20:21 9KB HART 源代码
1
内容目录: hart规范:SPEC-151-普通命令-33-111.pdf HART规范:SPEC-127-通用命令00-19.pdf HART规范:SPEC-099-hart命令简介.pdf HART_数据链路层规范-SPEC-081.pdf SPEC-054-FSK物理层规范_A_8V0.PDF HART命令一览.doc(中文) HART简介.pdf HART实用命令详解.pdf HART协议与软件开发.pdf HART中文资料.doc HART Protocal简介.PDF 现场总线与HART协议的关系及应用.pdf HART protocol.pdf
2019-12-21 20:12:09 3.03MB HART 协议 规范 介绍
1
中文hart命令大全,几乎包括了所有的hart命令,帮助我们开发
2019-12-21 20:11:04 62KB hart 命令大全
1
stm32实现hart与设备之间进行通信
2019-12-21 20:11:04 6.23MB stm32 hart uart 通信
1