石鑫华视觉论坛微信公众号:石鑫华视觉

 找回密码
 注册会员
查看: 2104|回复: 0

[LV工具模块] LabVIEW Statechart Module 8.6 Win32Eng LV状态图模块SC860

[复制链接]
  • TA的每日心情

    昨天 09:58
  • 签到天数: 3183 天

    连续签到: 53 天

    [LV.Master]2000FPS

    发表于 2020-8-31 23:34:05 | 显示全部楼层 |阅读模式 来自:广东省东莞市 联通

    注册登陆后可查看附件和大图,以及购买相关内容

    您需要 登录 才可以下载或查看,没有账号?注册会员

    x
    Windows系统下(Linux和MAC系统下请自行了解清楚)NI的各种软件、模块、工具包、驱动程序,使用NI许可证管理器来激活的,绝大部分的都可以使用NI Lincense Activator来激活:NI序列号Serial Number生成激活工具NI License Activator,LabVIEW/VBAI/VDM/VAS等软件模块工具包破解工具不限版本http://visionbbs.com/thread-490-1-1.html

    视觉论坛的各种NI资源,除了视觉相关的模块有使用外,大部分的都不会使用,仅提供资源不提供技术支持。资源的下载地址一般会同时提供NI官方和百度网盘的地址。某些工具包NI地址失效或没有NI地址,只能使用百度网盘地址;如果百度网盘地址失效过期,可联系论坛客服更新。NI的服务器在美国,有时候速度很慢或下载容易出错,这样会造成安装时各种错误而无法安装。建议在下载完成后,对下载资源做校验和(NI一般会提供MD5或SHA256等)验证,与官方或视觉论坛提供的校验和对比,一致就可以安装;如不一致,则需要重新下载。视觉论坛早期下载上传的资源,基本上都是正常下载的资源;2019后下载的资源,都与NI的正确校验和对比过,保证是正确的资源才上传到百度网盘。校验和工具下载地址:文件Hash计算器FHash,文件校验和验证下载文件正确性验证,MD5值计算、SHA1值计算、SHA256值计算、CRC32值计算http://visionbbs.com/thread-26524-1-1.html

    LabVIEW Statechart Module 8.6 Win32Eng LV状态图模块SC860

    LabVIEW状态图模块提供了高级抽象来帮助用户设计基于状态、转换和事件的应用程序。
    LabVIEW状态图模块是LabVIEW编程环境的一个附加软件。该模块可以在所有NI硬件终端上运行,包括台式PC、实时系统、FPGA和ARM微控制器,而且还可帮助您在架构之间轻松移植代码。

    LV SC模块8.6版未找到独立的安装版本。如果有需要,请使用LabVIEW8.6 DVD平台安装。

    NI Software Platform Bundle-X86-zh-cn_8.6_suite NI SPB8.6 32位简体中文版下载,即NI软件平台8.6版
    http://visionbbs.com/thread-24683-1-1.html

    LabVIEW 8.6 Statechart Module Readme
    June 2008
    This file contains the following information about the LabVIEW 8.6 Statechart Module.
    New Features
    System Requirements
    Installation Instructions
    Accessing the Help
    Known Issues
    Bug Fixes
    New Features
    The LabVIEW 8.6 Statechart Module includes the following new features.
    Changing Function Icon Styles
    You can change the icon style of a Statechart Communication function on the block diagram. You can right-click a Statechart Communication function and select Icon Style»Custom Icon to display the function with the custom icon of the statechart diagram. You also can right-click a Statechart Communication function and select Icon Style»Configuration to display the function with a list of configuration information.
    Displaying the Name of the Current Active State
    You can configure the Run Statechart function to display the name of the current active state. Right-click the Run Statechart function and select Configure from the shortcut menu to display the Configure dialog box. The Statechart Active States option specifies to display the name of the current active state.
    Displaying Current Active States for Diagrams
    You can configure the Run Statechart function to display current active states for diagrams. Right-click the Run Statechart function and select Configure from the shortcut menu to display the Configure dialog box. The Statechart Diagram Display option specifies to display current active states for diagrams. You can choose to display current active states for one diagram, N diagrams, or all diagrams.
    Debugging Statecharts on Real-Time Targets
    You now can debug statecharts on real-time (RT) targets. Right-click a Run Statechart function and select Debug Statechart to debug a statechart on an RT target. This action is valid only when you have linked the Run Statechart function to a statechart. By default, statechart debugging on RT targets is disabled. You can enable statechart debugging on RT targets by using the Statechart Code Generation page. Enabling statechart debugging on RT targets might increase the code size of the statechart.
    Viewing State Configuration in the Context Help Window
    You can move the cursor over a state to view the state configuration in the Context Help window. The Context Help window displays the entry action, exit action, and static reactions of the state.
    Saving Statecharts for a Previous Version of LabVIEW
    You can save a statechart for a previous version of LabVIEW. Select File»Save for Previous Version in the Project Explorer window to display the Save for Previous Version dialog box. Select the version of LabVIEW and save the statechart.
    Generating Statechart Code from the Project Explorer Window
    You can generate LabVIEW code for a statechart from the Project Explorer window. After you create or update a statechart, right-click the .lvsc file in the Project Explorer window and select Generate LabVIEW Code from the shortcut menu to generate LabVIEW code that corresponds to the statechart.
    Using the View Option of the Statechart Communication Functions
    In the caller VI, right-click a Statechart Communication function and select View»Statechart to display the Project Explorer window that contains the .lvsc file. Right-click the Statechart Communication function and select View»Statechart Diagram to display the Statechart Editor window.
    Deselecting All Triggers
    Deselecting all triggers enables a transition or static reaction to react to any triggers in the Triggers list and to any new triggers that you create. You can deselect all triggers by clicking the Deselect All Triggers button in the Triggers/Groups page of the Configure Transition dialog box or Configure State dialog box.
    Using New Statechart Module Examples
    Refer to the labview\examples\Statechart\ directory for example VIs that demonstrate common tasks and concepts using the LabVIEW Statechart Module. You also can access these VIs by selecting Help»Find Examples and selecting Toolkits and Modules»Statechart in the NI Example Finder window.
    System Requirements
    • LabVIEW 8.6 Base, Full, or Professional Development System for Windows
    • 250 MB additional available disk space
    Installation Instructions
    You can install all of your LabVIEW products—including LabVIEW and the Statechart Module—using the LabVIEW 8.6 Platform DVDs. Refer to the LabVIEW DVD Installation Instructions or the LabVIEW Release Notes, which are available in your LabVIEW box, for information about the LabVIEW Platform DVDs.
    Complete the following steps to install the Statechart Module from the LabVIEW 8.6 Statechart Module installation CD.
    Note  Some virus detection programs interfere with the installer. Disable any automatic virus detection programs before you install. After installation, check your computer for viruses and enable any virus detection programs you disabled.
    • Log on as an administrator or as a user with administrator privileges.
    • Insert the LabVIEW 8.6 Statechart Module installation CD and follow the instructions that appear on the screen.
    • Activate your LabVIEW products using the NI License Manager.
    Accessing the Help
    The LabVIEW Statechart Module Help contains conceptual, how-to, and reference information about the Statechart Module. Complete the following steps to access this help file.
    • Launch LabVIEW.
    • Select Help»Search the LabVIEW Help to launch the LabVIEW Help.
    • Click the Contents tab.
    • Navigate to the Statechart Module top-level topic.
    Known Issues
    The following items are known issues in the LabVIEW 8.6 Statechart Module.
    IDKnown Issue
    91194Using LabVIEW Statecharts without the LabVIEW Statechart Module Installed
    The creation and usage of LabVIEW statecharts and VIs that call them requires the installation of the LabVIEW Statechart Module. If you create such statecharts and calling VIs and then try to open them in a LabVIEW installation without the Statechart Module present, you will encounter search dialogs and broken calling VIs.

    Workaround—Create and build a Source Distribution from a LabVIEW installation with the Statechart Module present. You can then use the output of this Source Distribution, instead of the original Statecharts and calling VIs, in a LabVIEW installation without the Statechart Module present.
    91443Statecharts with unsaved library items fail cross-context sync
    If you are working with a statechart that is located in certain symbolic paths, such as or , in multiple contexts at the same time, and you view a state as a subdiagram, LabVIEW might not find the subdiagram in some contexts. In this situation, LabVIEW might show search dialogs. Additionally, saving a statechart when the statechart cannot find a subdiagram might corrupt the statechart file on disk.

    Workaround—Either save the statechart in a non-symbolic directory, or save the statechart immediately after you view a state as a subdiagram.
    91500Statechart library file cannot do auto save
    LabVIEW does not save statechart .lvsc files automatically for recovery.

    Workaround—National Instruments recommends saving .lvsc files frequently as you work on them.
    91918Revert is not available on statecharts

    Workaround—If you want to discard changes you have made to a statechart, close the statechart and all callers and do not save the changes, then reopen the statechart.
    92421Data display has stale data for internal trigger queue
    The statechart data display and custom data display update only after the statechart executes a transition action. Therefore, these tools might show the internal trigger queue as having a trigger that has been removed from the queue already.
    100185Replacing a block diagram constant when configuring a statechart state node or transition node may not delete the original block diagram constant
    Replacing a block diagram constant with the Select a VI option in the Configure State or Configure Transition dialog box may not delete original block diagram constant.

    Workaround—You can delete original block diagram constants manually.
    100729Unexpected searching may occur when saving Statechart Communication functions to a previous LabVIEW version
    You may see unexpected search dialogs when saving VIs with Statechart Communication functions to a previous LabVIEW version, but the operation will still complete successfully.
    101248Building a build specification may fail if it uses statecharts or their callers last saved in LabVIEW 8.5

    Workaround—Save your statecharts and their callers in the current version of LabVIEW before attempting to build.
    104376Quick Drop does not work when configuring a Statechart state node or transition node
    The Quick Drop feature does not work in the Configure Transition and Configure State dialog boxes.
    Bug Fixes
    The following items are the IDs and titles of a subset of issues fixed in the LabVIEW 8.6 Statechart Module. If you have a CAR ID, you can search this list to validate that the issue has been fixed. This is not an exhaustive list of issues fixed in the current version of the Statechart Module.
    Bug IDFixed Issue
    52190The edit triggers dialog should give feedback about non-valid groups so the user knows why the OK button is disabled.
    57043When a statechart pauses because of a breakpoint or custom data display, it should flash its debugging window like we do when we hit a traditional VI breakpoint.
    57207Wiring from the tip of a transition node is difficult.
    57685Statechart does not generate code correctly if Trigger name has dual byte characters.
    57692Save changes dialog for .lvsc file should show changes for all pieces of the statechart.
    57807State nodes sometimes cannot be resized to be as small as desired.
    57874Cannot correctly debug a statechart when its calling VI is running in two different application instances at the same time.
    57916Subdiagram still shows up in error list window even after deleting its state node.
    58375Statechart typedefs should not throw save changes dialog when closed unless statechart is leaving memory as a result of the operation.
    58379Cannot edit statechart typedefs while configuring a state or transition node.
    58426A new statechart on a non-desktop target should automatically have code generation settings appropriate for that target.
    58480Need to show pictorially the current active state of the Statechart.
    58664Context help for a statechart state node should show more information about the actions a state contains.
    63095Renaming a .lvsc file on disk does not work.
    63208Creating a constant from an input to a statechart guard or action VI places the constant off screen.
    63425Easy to confuse statechart editing and debugging windows.
    64013VI properties on statechart diagram should show .lvsc file properties.
    64382Slowness when generating code for a statechart with many guard and action VIs.
    65597Should be able to drop a statechart on a block diagram in all the ways you can drop a subVI on a block diagram.
    72668Execution highlighting in statechart debugging window could be clearer.
    94777After stepping out of subdiagram during statechart debugging, pause button on subdiagram does not stop execution.
    94781Can press execution step buttons while debugging statechart but not paused.
    94985Hang when replacing a string constant with an empty string in statechart state or transition configuration dialog.
    97915Send External Trigger node slowly leaks memory.
    103001Pause button highlighted on statechart debugging window does not always cause execution to be paused.
    103002Statechart debugging window should come to front and flash when statechart next runs if debugging window has pause button enabled.

    Copyright
    © 2008 National Instruments Corporation. All rights reserved.
    Under the copyright laws, this publication may not be reproduced or transmitted in any form, electronic or mechanical, including photocopying, recording, storing in an information retrieval system, or translating, in whole or in part, without the prior written consent of National Instruments Corporation.
    Trademarks
    National Instruments, NI, ni.com, and LabVIEW are trademarks of National Instruments Corporation. Refer to the Terms of Use section on ni.com/legal for more information about National Instruments trademarks.
    Other product and company names mentioned herein are trademarks or trade names of their respective companies.
    Patents
    For patents covering the National Instruments products, refer to the appropriate location: Help» Patents in your software, the patents.txt file on your CD, or ni.com/patents.
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册会员

    本版积分规则

    LabVIEW HALCON图像处理入门教程(第二版)
    石鑫华机器视觉与LabVIEW Vision图像处理PDF+视频教程11种全套
    《LabVIEW Vision函数实例详解》教程-NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM21/22/23
    LabVIEW图像处理教程
    机器视觉商城淘宝店铺
    视觉论坛充值赞助方法

    QQ|石鑫华视觉论坛 |网站地图

    GMT+8, 2024-4-26 05:22

    Powered by Discuz! X3.4

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表