-
rfc4960
说明: RFC 4960 SCTP PROTOCOL DETAIL INFORMATION DOCUMENT MADE BY IETF
- 2020-03-30 16:39:08下载
- 积分:1
-
LED一体箱开发包_V3.9.1.4329_20171031
【声明】
此次版本测试 在对 LED03/EP-YTX030 /EP-YTX031,PT-V500/EP-G200/EP-G210 型号做 RS-485通信时
发现有丢包情况,建议客户采用 RJ45传输模式进行控制。如果客户强制使用 RS-485通信,可自己控制
发送指令间隔在200ms以上,可减少丢包率,但是建议客户慎重选择。
V3.9.1.4329_20171031 更新
1、更改 设置音量大小函数参数,规定音量大小的范围在 0-10之间。
2、更改 EP-YTX030 /EP-YTX031 ,PT-V500/EP-G200/EP-G210,型号控制时,CPU占用过高的问题。
V3.8.1.4156_20171019 更新
1、修改了RS-485传输的方式,修正了LED03/EP-YTX030 /EP-YTX031,PT-V500/EP-G200/EP-G210,EP-YTX004等型号使用485通信时丢包的问题。
2、修改EPIntegrateBox.ini配置文件说明,更改该文件位置目录为:C盘***AppDataLocaleparkingEParkingManage目录下。
3、修改了LED03/EP-YTX030型号相机透传时一体机和相机都控制抬杆的BUG。
4、增加对EP-YTX004一体箱的支持。
5、添加了对EP-YTX030 /EP-YTX031,PT-V500/EP-G200/EP-G210,EP-YTX004等型号的音量调节功能接口。001不支持修改,002和004音量直接修改到卡,030记录到配置文件。(This version of the test in the LED 03/EP-YTX030/EP-YTX031, PT-V500/EP-G200/EP-G210 model RS-485 communication
It is suggested that customers use RJ45 transmission mode to control packet loss. Customers can control themselves if they are forced to use RS-485 communication.
Sending instructions at intervals of more than 200 ms can reduce packet loss rate, but customers are advised to choose carefully.
V3.9.1.4329_20171031 Update
1. Change the parameters of setting volume size function to specify the range of volume size between 0 and 10.
2. Changing EP-YTX030/EP-YTX031, PT-V500/EP-G200/EP-G210, the problem of excessive CPU usage in model control.
V3.8.1.4156_20171019 Update)
- 2020-06-24 17:20:01下载
- 积分:1
-
CV_CT_IMM
说明: 分析转子不平衡响应,以及转子涡动,转子坎贝尔图临界转速求解等((Cambridge Aerospace Series) Michael I. Friswell, John E. T. Penny, Seamus D. G)
- 2019-06-08 16:35:10下载
- 积分:1
-
图像处理标准图像库(非常齐全)
说明: 应于数字图像处理中的标准图像数据库,很全面。(The standard image database, which should be used in digital image processing, is very comprehensive.)
- 2020-12-14 10:29:14下载
- 积分:1
-
日本北海道地室蘭市12个月平均风速.csv
可供风速预测相关研究者使用
- 2021-05-06下载
- 积分:1
-
acs712仿真
ACS712仿真,51单片机通过ad0809模数转换后显示测得电流值(ACS712 simulation, 51 microcontroller through the ad0809 analog to digital conversion shows the measured current value.)
- 2021-04-27 18:48:44下载
- 积分:1
-
the tests, not too many Eastern is to test the use of the test to use, not too m...
测试用的,没有太多的东东,只是测试用的,测试用的,没有太多的东东,只是测试用的-the tests, not too many Eastern is to test the use of the test to use, not too many of the Eastern, The only test
- 2023-08-03 17:25:03下载
- 积分:1
-
精通labview教程由浅入深的范例学习第二版
说明: 本书是一本"围绕练习来学习”的图书,特别适合作为大专院校的实验教材或者是自学用书。全书涉及的内容除了LabVIEW的基本编程概念和方法之外,还有大量的章节讨论DAQ的使用及LabVIEW的应用。全书共分13章,内容包括while循环与波形图、for循环与波形图、MathScript模型与XY图、DAQ辅助数据采集、数据文件与字符串、移位寄存器、case结构、数据独立性与序列结构、vi分析、使用DAQmx vi的数据采集与生成、PID温度控制项目、独立仪器控制等。(This book is a "learning around practice" book, especially suitable for college experimental teaching materials or self-study books. In addition to the basic programming concepts and methods of LabVIEW, there are also a large number of chapters to discuss the use of DAQ and the application of LabVIEW. The book is divided into 13 chapters, including while loop and waveform diagram, for loop and waveform diagram, MathScript model and XY diagram, DAQ auxiliary data acquisition, data file and string, shift register, case structure, data independence and sequence structure, VI analysis, data acquisition and generation using daqmx VI, PID temperature control project, independent instrument control, etc.)
- 2020-09-13 16:09:52下载
- 积分:1
-
VB笔记本-记事程序-资料保存程序
VB笔记本-记事程序-资料保存程序,是一个字符处理程序,类似于记事本的功能,不过进行了增强和界面重新设计,用于记录一些好文、代码片段等,是工作和学习的小助手。
这个VB笔记本,记录存放在其目录下的名为“Function.ddt”的文件中,这是一个文本数据库文件(无文件头,每笔记录的长度是10101字节,分别是:标题[100字节];应用[1字节];代码或说明[10000字节])。除了自已收集经验外,你还可以把别人收集到的“Function.ddt”追加到你的“Function.ddt”文件中,方法:
先把自己的Function.ddt换名为File1.ddt,别人的Function.ddt换名为File2.ddt,在DOS下用:
copy file1.ddt/b + file2.ddt/b function.ddt
这样就得到了集自己和别人经验的function.ddt文件了,再运行本程序看看是否……
如果有空,请不吝把你收集到的VBstudy.txt,Mail给我。
使用时请注意:代码与说明的文字数不能大于10000,请删除多余的代码与说明,或者把一条记录分几条保存。
- 2022-07-02 09:19:49下载
- 积分:1
-
一个各子棋的游戏代码,希望大家非常非常喜欢
一个各子棋的游戏代码,希望大家非常非常喜欢-the son of a chess game code, we hope very, very like
- 2022-03-14 21:52:35下载
- 积分:1