<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>队列消息处理器</title>
<style>
<!--
/***************************************************/
/* MINIMAL STYLES */
/* The following section defines styles that every HTML Help project should need. */
/* Specifies White Background color */
body {background-color:#FFFFFF; font-family:Verdana, sans-serif; font-size:8pt; color: #000000;}
/* The default style of P is red to alert you that you need to apply a style class, such as Body. */
P { margin-top:6.00pt; margin-bottom:6.00pt;}
BR { font-size:4.00pt; }
/* Use H1 for all topic headings. */
H1 { margin-top:3.00pt; margin-bottom:3.00pt; font-size:150%; font-weight:bold; }
/* Use H2 for second-level headings. */
H2 { margin-top:9.00pt; margin-bottom:3.00pt; font-size:125%; font-weight:bold; }
/* Use H3 for third-level headings. */
H3 { margin-top:6.00pt; margin-bottom:3.00pt; font-size:100%; font-weight:bold; }
/* Use H4 for fourth-level headings. */
H4 { margin-top:6.00pt; margin-bottom:3.00pt; font-size:100%; font-weight:bold; }
/* H5 and H6 have the same definition as H4 because you should not need this level of heading in one topic. If you need to use H5 or H6, consider breaking up your topic into more than one topic. */
H5 { margin-top:6.00pt; margin-bottom:3.00pt; font-size:100%; font-weight:bold; }
H6 { margin-top:6.00pt; margin-bottom:3.00pt; font-size:100%; font-weight:bold; }
/* Use the Body style class for normal paragraphs. */
P.Body { }
/* Use the Anchor style class for graphic references on a line by themselves. */
P.Anchor { font-size:125%; }
/* Use the Indent style classes to indent a paragraph. If you need to indent text below a list item, use <br><br> to start the new paragraph within the same set of <li></li> tags. If you need to indent a list within another list, nest the indented list within the first list's set of <ol></ol> or <ul></ul> tags. */
P.Indent1 { margin-left:12.00pt; margin-bottom:3.00pt; }
P.Indent2 { margin-left:24.00pt; margin-bottom:3.00pt; }
P.Indent3 { margin-left:36.00pt; margin-bottom:3.00pt; }
P.Indent4 { margin-left:48.00pt; margin-bottom:3.00pt; }
P.Indent5 { margin-left:60.00pt; margin-bottom:3.00pt; }
/* Use the LI style for all list items. */
LI { margin-top:3.00pt; margin-bottom:3.00pt; }
/* Use the OL style for numbered lists. You do not have to type the number for each list item in a numbered list. */
OL { margin-left:22.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; list-style-type: decimal; }
/* Use the OL style for numbered lists. Nested lists will use the bullet types according to the nesting scheme below */
ol ol {list-style-type:lower-alpha}
ol ol ol {list-style-type:decimal}
ol ol ol ol {list-style-type:lower-alpha}
ol ol ol ol ol {list-style-type:decimal}
ol ol ol ol ol ol {list-style-type:lower-alpha}
ol ol ol ol ol ol ol {list-style-type:decimal}
ol ol ol ol ol ol ol ol {list-style-type:lower-alpha}
/* Use the EquationNum style class for numbered lists of equations. You do not have to type the number for each list item in a numbered list. */
OL.EquationNum { margin-left:36.00pt; text-indent:0pt; list-style-type: decimal; }
/* Use the List-abc style class for lettered lists. You do not have to type the letter for each list item in a lettered list. */
OL.List-abc { margin-left:22.00pt; text-indent:0pt; list-style-type:lower-alpha; }
/* Use the UL style for bulleted lists. You do not have to type the bullet for each list item in a bulleted list. */
UL { margin-left:22.00pt; text-indent:0pt; margin-top:3.00pt; margin-bottom:3.00pt; list-style-type: disc; }
/* Use the UL style for bulleted lists. Nested lists will use the bullet types according to the nesting scheme below. */
ul ul {list-style-image: none;list-style-type: circle}
ul ul ul {list-style-image:none;list-style-type:disc}
ul ul ul ul {list-style-image: none;list-style-type: circle}
ul ul ul ul ul {list-style-image:none;list-style-type:disc}
ul ul ul ul ul ul {list-style-image: none;list-style-type: circle}
ul ul ul ul ul ul ul {list-style-image:none;list-style-type:disc}
ul ul ul ul ul ul ul ul ul{list-style-image: none;list-style-type: circle}
/* Use the List-Box style class for bulleted lists with boxes instead of bullets. You do not have to type the box for each list item in a box list. */
UL.List-Box { list-style-image: none;list-style-type: square}
Table { font-size:100%; }
/* Use the Borderless style class for tables that do not need borders, such as for 2-column or 3-column lists with no headings. */
Table.Borderless { border:none; }
/* Use the Bordered style class for tables that need borders. */
Table.Bordered { border-width: 1pt; border-style: solid; border-color: #000000; border-collapse: collapse; }
/* Use the TD style for table cells in Borderless or Borderless-Wide tables. */
TD { vertical-align:top; padding:3px; }
/* Use the Bordered style class for table headings and cells in Bordered or Bordered-Wide tables. */
.Bordered { border-width: 1pt; border-style: solid; border-color: #000000; }
/* Use the Icon style class for table cells that contain note, caution, warning, or tip icons, or LabVIEW datatype terminals. */
TD.Icon { width:40px; }
/* Use the TH style for table heading cells in Borderless or Borderless-Wide tables. */
TH { font-weight:bold; padding:3px; }
/* Use the Left-Align style class for table headings and cells that you want to left align instead of center align. */
.Left-Align { text-align:left; }
/***************************************************/
/* CHARACTER FORMATS */
/* The following section defines character formats that every HTML Help project should need. */
/* CHARACTER FORMATS Updated to conform with the CSE HTML Validator Pro */
/* The following section defines character formats that every HTML Help project should need. */
/* Use the Dark-Red format for warnings or cautions. */
.Dark-Red { color: #800000 }
/* Use the Monospace format for code or syntax examples. */
.Monospace { font-family: Courier New; font-size: 100%; }
/* Use the Monospace-Bold format for messages and responses that the computer automatically prints to the screen. */
.Monospace-Bold { font-family: Courier New; font-weight: bold; font-size: 100%; }
/* Use the Monospace-Italic format to denote text that is a placeholder for a word or value that the user must supply. */
.Monospace-Italic { font-family: Courier New; font-style: italic; font-size: 100%; }
/* small class */
.smallFont { font-size:87.5%; }
/* Bold class */
.Bold { font-weight: bold; }
/* Italic class */
.Italic { font-style: italic; }
/* Use the Platform format to denote a specific platform. */
.Platform { color: #0000FF; font-weight: bold; }
/* Use the Symbol format for characters not in the Verdana character set. Use this format sparingly. When possible, you should use the correct ASCII code for the symbol or use a graphic to recreate the symbol. */
.Symbol { font-family: Symbol; }
/* Use the Red-text format to call attention to text that needs information added or edited by techcomm */
.Red-text {color: #FF0000;}
/* Use the Green-Underline format for the green defintion in the conventions topic */
.Green-Underline {color: #007700; text-decoration : underline;}
/* Use the glossButton format for the glossary buttons used in the glossary topic */
.glossButton { font-size:12px; color:black; }
/* Use for text sections and hyphenated words that should not break at li
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
NI-Halcon混合编程.rar (90个子文件)
NI-Halcon混合编程
documentation
loc_stop_task.png 6KB
loc_new_task_loop.png 12KB
noloc_note.png 563B
Queued Message Handler Documentation.html 31KB
loc_enqueue_generic_message.png 3KB
noloc_tip.png 1KB
loc_enqueue_message_with_data.png 2KB
loc_stop_new_mhl.png 7KB
loc_disable_new_button.png 5KB
loc_qmh_ignore_errors.png 5KB
loc_message_queue_wire.png 4KB
loc_value_change_event.png 10KB
loc_new_task_typedef.png 3KB
loc_queued_message_handler.gif 94KB
loc_exit_message.png 591B
loc_enqueue_priority_message.png 2KB
loc_new_message_diagram.png 44KB
loc_bundle_new_button_ref.png 2KB
loc_create_two_queues.png 23KB
loc_access_task_data.png 4KB
loc_convert_variant.png 4KB
loc_ui_data.png 2KB
loc_open_msg_queue_typedef.png 10KB
Image
2.bmp 1.17MB
1.bmp 1.17MB
AppIcon.ico 15KB
Main.vi 108KB
队列消息处理器.lvproj 20KB
队列消息处理器.lvlps 588B
controls
Cam1Data.ctl 20KB
UI Data.ctl 20KB
Parameters.ctl 11KB
Data.ctl 11KB
support
Message Queue
Obtain Message Queue.vi 17KB
All Message Queues.ctl 12KB
Message Queue.lvlib 16KB
Message Cluster.ctl 12KB
Enqueue Message (Single).vi 21KB
Dequeue Message.vi 19KB
Enqueue Message.vi 9KB
Enqueue Message (Array).vi 23KB
Create All Message Queues.vi 23KB
Halcon Function
NIImage2HImage.vi 56KB
HBool2HTuple.vi 16KB
HReadTuple.vi 20KB
HalconFunctions.lvlib 2KB
HGetParamI.vi 22KB
HWriteImage.vi 25KB
HGetParamD.vi 18KB
HRun.vi 20KB
HReadImage.vi 17KB
HSetParam.vi 17KB
HInitial.vi 30KB
HDouble2HTuple.vi 20KB
HInt2HTuple.vi 23KB
HSetParamEx.vi 19KB
Error Handler - Event Handling Loop.vi 23KB
GetSaveName.vi 21KB
DataWriter.vi 28KB
Error Handler - Message Handling Loop.vi 24KB
DelayTime.vi 10KB
Cameras
ColorCameras.vi 129KB
MVCamera3.vi 42KB
MVCameras.lvlib 1KB
MVCamera.vi 41KB
WDICamera.vi 59KB
MVSTest.vi 36KB
MVCamera2.vi 44KB
Check Loop Error.vi 23KB
User Event - Stop
Fire User Event - Stop.vi 17KB
Destroy User Event - Stop.vi 16KB
Create User Event - Stop.vi 17KB
User Event - Stop.lvlib 16KB
PLC
OPCLibrary.lvlib 5KB
Modbus Init.vi 25KB
Modbus Write Bools.vi 14KB
Modbus Read Bool.vi 14KB
Modbus Write Word.vi 14KB
OPC2.lvlib 6KB
Modbus.lvlib 2KB
Modbus Write Bool.vi 14KB
Modbus Read Bools.vi 15KB
User Event
Destroy User Event.vi 17KB
User Event.lvlib 1KB
Fire User Event.vi 18KB
Create User Event.vi 18KB
DataInit.vi 26KB
队列消息处理器.aliases 87B
Config.xml 238B
Setting.vi 18KB
共 90 条
- 1
资源评论
- zz1234gg12342024-02-06密码多少?
cyglight8947
- 粉丝: 13
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于javaweb的网上拍卖系统,采用Spring + SpringMvc+Mysql + Hibernate+ JSP技术
- polygon-mumbai
- Chrome代理 switchyOmega
- GVC-全球价值链参与地位指数,基于ICIO表,(Wang等 2017a)计算方法
- 易语言ADS指纹浏览器管理工具
- 易语言奇易模块5.3.6
- cad定制家具平面图工具-(FG)门板覆盖柜体
- asp.net 原生js代码及HTML实现多文件分片上传功能(自定义上传文件大小、文件上传类型)
- whl@pip install pyaudio ERROR: Failed building wheel for pyaudio
- Constantsfd密钥和权限集合.kt
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功