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

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

[LV工具模块] LabVIEW 8.5.1 and befor LEGO MINDSTORMS NXT Module for MAC

[复制链接]
  • TA的每日心情
    郁闷
    7 小时前
  • 签到天数: 3195 天

    连续签到: 65 天

    [LV.Master]2000FPS

    发表于 2020-10-14 23:29:36 | 显示全部楼层 |阅读模式 来自:广东省东莞市 联通

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

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

    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 8.5.1 and befor LEGO MINDSTORMS NXT Module for MAC

    LEGO MINDSTORMS Module for LabVIEW

    LEGO MINDSTORMS Module模块用于帮助学生使用基于LEGO MINDSTORMS EV3和NXT的机器人。

    LEGO MINDSTORMS模块是用于LabVIEW的一款系统工程软件,学生可以在教室或机器人竞赛中结合LEGO Education机器人平台使用该软件。该软件可作为教学工具,帮助学生对LEGO MINDSTORMS机器人进行视觉控制和编程。LEGO MINDSTORMS模块可以将任何LEGO MINDSTORMS Education平台改造为科学和工程学习平台。该模块还提供包括教程和交互式练习,旨在帮助学生进一步提高LabVIEW技能。LEGO、LEGO商标和MINDSTORMS是LEGO集团的注册商标。 版权.2020 the LEGO Group。

    8.5.1及之前版本
    文件大小: 27356879 字节 (26.09 MB)
    修改日期: 2006-12-06 00:57
    MD5: 56b4b987f7cd839066c76b5e6165198f
    SHA1: 0c582b159481d799237852f5de1dfc16e472f382
    SHA256: 555cead31e922f9f909c1fa80ff8b9fd0cc1bf29dad5bdd6fb28a26a446414dc
    CRC32: f576a39a

    百度网盘和NI官方下载地址:
    LMM851.txt (234 Bytes, 下载次数: 0, 售价: 10 元)

    LabVIEW Toolkit for LEGO® MINDSTORMS® NXT ReadmeVersion 1.0
    November 2006
    This file contains the following information about the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT.
    Overview
    Features
    System Requirements
    Installation Instructions
    Accessing the Help
    Finding Examples
    Known Issues

    Overview
    The LabVIEW Toolkit for LEGO® MINDSTORMS® NXT allows you to
    • Write standard LabVIEW code that you can compile and download to the NXT.
    • Write LabVIEW programs that run on the PC or Mac and communicate with the NXT through USB or Bluetooth.
    • Create blocks that you can import into the MINDSTORMS software.
    Refer to labview\manuals\NXT_Getting_Started.pdf for more information about the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT.
    Features
    • NXT Toolkit Palette
    This palette contains the LabVIEW block diagram objects that the NXT compiler supports. This palette also contains special libraries for interfacing with the I/O on the NXT, such as the sensors, motors, display, and bluetooth module.

    • NXT Direct Command Palette
    This palette contains functions that enable LabVIEW programs running on the PC or Mac to communicate with the NXT either directly or through Bluetooth messaging. Direct commands execute immediately, regardless of whether a program is running on the NXT. With Bluetooth messaging, you have control over how often a program running on the NXT checks for messages.

    • Version-Independent Mechanism for Targeting the NXT
    The NXT Terminal allows you to target a LabVIEW program to the NXT. To launch the NXT Terminal, select Tools»NXT Module»NXT Terminal. The NXT Terminal automatically targets the first USB NXT it finds. You also can add additional terminals if multiple NXTs are connected to the computer through USB or Bluetooth.

    When you target an NXT, you can use the NXT Terminal to compile, download, and run VIs on the NXT. You also can use the NXT Terminal to upload, download, or delete files on the NXT.

    • Live Updates for Front Panel Controls and Indicators
    You can use the Debug button in the NXT Terminal window to enable live Front Panel communication with the NXT. You then can use controls and indicators on the front panel to control the NXT and debug your VI.

    • Expanded Data Types and Advanced Programming Support
    The LabVIEW Toolkit for LEGO® MINDSTORMS® NXT supports arrays, clusters, local variables, shift registers, and other advanced LabVIEW programming features.

    • Templates for Creating LEGO MINDSTORMS NXT Blocks
    The toolkit contains templates for building basic blocks, sensor blocks, and output blocks that you can import into the MINDSTORMS software.

    Refer to labview\manuals\NXT_Getting_Started.pdf for more information about the features in the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT.
    System Requirements
    To use the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT, you must have one of the following software packages installed on the host computer:

    • National Instruments LabVIEW 7.1: Student, Base, Full, or Professional Development System
    • National Instruments LabVIEW 8.0: Student, Base, Full, or Professional Development System
    • National Instruments LabVIEW 8.2: Student, Base, Full, or Professional Development System
    Note: You must use a full or professional version of LabVIEW to create blocks that you can import into the MINDSTORMS software.


    In addition, you must be a licensed user of one of the following software packages:
    • LEGO® MINDSTORMS® NXT Software
    • LEGO® MINDSTORMS® Education NXT Software
    Installation Instructions
    Prior to installation, verify that your computer meets the following conditions.
    • A compatible version of LabVIEW is installed.
    • No earlier versions of the  LabVIEW Toolkit for LEGO® MINDSTORMS® NXT, including beta releases, are installed.
    • LabVIEW is not running.
    Windows
    Complete the following steps to install the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT.
    • Download the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT from ni.com/mindstorms.
    • Unzip the file named nxttoolkit.zip.
    • Run the setup.exe program.
    • Follow the instructions that appear on the screen.

    Mac
    Complete the following steps to install the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT.
    • Download the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT from ni.com/mindstorms.
    • Double-click nxttoolkit.dmg to mount the disk image.
    • Double-click LabVIEW Toolkit for LEGO MINDSTORMS NXT.mpkg to launch the installer.
    • Follow the instructions that appear on the screen.
    Accessing the Documentation
    Refer to the following PDF files for more information about the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT.
    Note: You must have Adobe Reader with Search and Accessibility 5.0.5 or later installed to view the PDFs. Refer to the Adobe Systems Incorporated Web site to download Acrobat Reader.
    • NXT_Getting_Started.pdf—Getting Started with the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT
    • NXT_Creating_MINDSTORMS_Blocks.pdf—Creating LEGO® MINDSTORMS® NXT Software Blocks
    • NXT_Advanced_Programming_Guide.pdf—LabVIEW Toolkit for LEGO® MINDSTORMS® NXT Programming Guide
    Finding Examples
    LabVIEW examples for the toolkit are located in the labview\examples\NXTToolkit folder. You can modify an example VI to fit an application, or you can copy and paste from one or more examples into a VI that you create.
    Known Issues
    • To run the toolkit efficiently, you must mass compile the toolkit VIs in the version of LabVIEW in which you install the toolkit. Complete the following steps to mass compile the LabVIEW Toolkit for LEGO® MINDSTORMS® NXT.
      • Launch the version of LabVIEW in which you installed the toolkit.
      • Select Tools»Advanced»Mass Compile.
      • Browse to the labVIEW\vi.lib\addons\NXTToolkit folder and select Current Directory (LabVIEW 8.x) or Curr Dir (LabVIEW 7.1).
      • Select Mass Compile to begin the mass compile process.
    • Bluetooth on the Mac is only supported in LabVIEW 8.2.
    • Intel Mac users must run LabVIEW using Rosetta in order to communicate with an NXT. To run LabVIEW using Rosetta, control-click the LabVIEW icon and select Get Info from the shortcut menu, then enable the Open using Rosetta checkbox.
    • The LabVIEW editor intermittently hangs when you display the NXT Files listbox in the NXT Terminal. To avoid this, close the NXT Files listbox when you are not using it.
    • When you use the Debug button to compile and run a VI on the NXT, controls connected directly to the terminal input of case structures compile as constants, and changing the value of the control has no effect. To avoid this, you can temporarily place another primitive or VI on the wire between the control and the case structure. For example, you can add zero to a numeric control value to avoid wiring the control directly to the terminal input of a case structure.
    • When creating a MINDSTORMS block, you cannot password protect the Implementation VI or any of its subVIs. The compiler cannot access the block diagram if it is password protected.
    • When you create a MINDSTORMS block, you must configure the front panel labels in the Configration VI carefully to accomodate different DPI and font size settings. Disable Size to Text on the front panel labels in the Configuration VI, and ensure that the labels contain extra room.
    • When you create MINDSTORMS blocks on the Mac, 11 point Tahoma appears too large. However, during the import process the font will be changed to 9 point. Review the configuration pane layout in the MINDSTORMS software to ensure that the text on your imported block is the proper size.
    • When you use the Debug button in the NXT Terminal, the VI remains in memory on the host computer after it is closed. You must restart LabVIEW to remove the VI from memory.
    • Using the Debug button with multiple NXT Terminals at once is not supported.
    • The MINDSTORMS software supports only numeric, Boolean, and string data types for data hub drawer elements. To successfully import a block into MINDSTORMS, include on the connector pane of your Implementation VI only controls and indicators of supported data types.
    • When targeting the NXT with an Invoke Node, the NXTInputOutput Refnums must start with Generic Refnum Name to be handled correctly by the compiler.
    • In LabVIEW 8.2 for the Mac, you can access other windows while the Find NXT dialog box is open. However, making changes in other windows can cause errors in the Find NXT dialog box.
    • When targeting the NXT, only single-frame sequence structures are supported.
    • When targeting the NXT, objects you place in parallel within a sequence structure do not execute in parallel. Instead, they execute sequentially based on the compiler's scheduling order.
    • When targeting the NXT, numeric operations involving a cluster and an array of clusters are not supported.
    • When targeting the NXT, stacked shift registers are not supported.
    • When reading sensor values using Direct Commands, any calibration you have performed on the NXT is not taken into account.

    © 2006 National Instruments Corporation. All rights reserved.
    回复

    使用道具 举报

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

    本版积分规则

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

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

    GMT+8, 2024-5-7 15:54

    Powered by Discuz! X3.4

    © 2001-2024 Discuz! Team.

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