LabVIEW高级编程技巧(Jerry)幻灯片.ppt

  1. 1、本文档共73页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
LabVIEW高级编程技巧(Jerry)幻灯片

* 那么LabVIEW它是一个图形化的编程环境,但是很多人都不知道,它其实有很出色的界面工具,可以做出各种类型的界面。比如很多工程师都会觉得 把界面做好需要花费很多时间以及精力,如果你使用的是其他的编程工具,可能会有这样的情况出现,但是LabVIEW它给工程师们提供了非常实用和高效的界面设计工具,可以让您在短时间之内就能做出非常专业的界面。 * 那么LabVIEW它是一个图形化的编程环境,但是很多人都不知道,它其实有很出色的界面工具,可以做出各种类型的界面。比如很多工程师都会觉得 把界面做好需要花费很多时间以及精力,如果你使用的是其他的编程工具,可能会有这样的情况出现,但是LabVIEW它给工程师们提供了非常实用和高效的界面设计工具,可以让您在短时间之内就能做出非常专业的界面。 * Note that there are a few different event-based architectures, including the User Interface Event Handler, which consists of an Event structure in a While loop (i.e. what was shown in the previous example). Others include Producer/Consumer with Events, a type of Producer/Consumer pattern. You can get started with these architectures by accessing the LabVIEW design templates available through FileNew. These design patterns can be combined or expanded upon as needed to suit your needs. * , * On the block diagram, the Timed Loop includes four primary parts – the Input node, Left Data node, Right Data node, and Output node. The input node defines initial parameters for the Timed Loop. The left data node provides feedback regarding execution of each timed loop iteration. The right data node can be used to dynamically change various timing parameters of the Timed Loop. The output node provides an error terminal which can indicate that the loop terminated abnormally or return other error conditions. When double-clicking the input node, the Loop Configuration dialog appears. This allows us to configure the initial parameters for the timed loop. Timing Source – The timebase for the loop period Note: The 1MHz clock is only available for supported RT Targets (8170 series and above, CVS, and Desktop PCs running RT with P3/ P4 processor.) Period – How many ticks from the timing source will elapse between each loop iteration Offset – A configurable delay before the first iteration begins Priority – The relative priority of a timed loop compared to other timed loops Loop name – Identifier for using other timed loop functions Timed loop

您可能关注的文档

文档评论(0)

liwenhua11 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档