NI Motion Assistant™ 2016 Release Notes


This document contains installation and programming considerations, system requirements, licensing information, a list of changes in this version of NI Motion Assistant, and a list of NI Motion Assistant known issues.


Contents

General Information

Installation and Upgrade Information

Hardware Support

NI Motion Assistant 2016 Changes and Enhancements

NI Motion Assistant 2016 General Considerations

NI Motion Assistant 2016 Known Issues

Previous NI Motion Assistant Changes and Enhancements

Automating the Installation of NI Products

How to Use NI Software with Microsoft Windows 8

NI Software Support for Microsoft Windows Vista, Windows XP, and Windows Server 2003

General Information

National Instruments Motion Assistant is a stand-alone prototyping tool for quickly developing motion applications. NI Motion Assistant allows you to graphically construct and preview motion applications without writing any code. When you have completed a prototype in NI Motion Assistant, you can generate LabVIEW or C code for further application development using NI-Motion. You also can generate code recipes for coding the application in a text-based language, such as Microsoft Visual Basic.


NI Motion Assistant includes the following features:


  • Simple and complex moves—NI Motion Assistant offers several move types that represent the most often used moves in motion control:
    • Reference moves include moves to find home, index, forward limit, reverse limit, and center.
    • Straight-line moves create simple point-to-point movement for basic motion applications.
    • Arc moves enable two-dimensional (circular), three-dimensional (spherical), and helical arc types.
    • Contouring moves allow any trajectory specified by a series of points.
    • CAD moves create a move profile based on an imported CAD file.
  • Graphical prototyping—NI Motion Assistant provides a fully graphical interface that allows you to prototype a motion application by creating a series of moves. The position, velocity, and acceleration of the moves are graphed and editable in two and three dimensions.

    NI Motion Assistant provides the full function set implementations for LabVIEW, LabWindows™/CVI™, C, and Visual Basic. The NI Motion Assistant software also provides example programs for LabVIEW, C, or Visual Basic to demonstrate the NI Motion Assistant application programming interface (API) functionality.
  • Code creation—When you are finished creating a prototype of your motion control application, you can use the NI Motion Assistant code creation feature to export LabVIEW or C code for completing the application with NI-Motion. You also can generate code recipes to follow for coding the application in a text language, such as Microsoft Visual Basic.

    NI Motion Assistant also creates placeholders in the LabVIEW code, C code, and code recipes for non-motion code, such as data or image acquisition, in any location you specify.

Back to Top


Installation and Upgrade Information

Note  If you already have a registered version of NI Motion Assistant 1.3 or earlier, you can purchase an upgrade to NI Motion Assistant 2016 using National Instruments part number 850553C-01. Registered NI Motion Assistant 2.x users can upgrade to NI Motion Assistant 2016 for free.


Installation

You can run the NI Motion Assistant installer on the following operating systems:

  • Windows 10/8.1/8/7 SP1
  • Windows Server 2008 R2 (64-bit)
  • Windows Server 2012 R2 (64-bit)

NI Motion Assistant runs as a 32-bit application on all operating systems.


Note  NI-Motion is compatible with 32-bit LabVIEW only. Therefore, you must have 32-bit LabVIEW installed even if you use a 64-bit OS.


NI Motion Assistant does not support Windows Vista/XP/2000/NT/Me/98/95, or the Windows Server non-R2 editions. If you are using any of these operating systems, do not install NI Motion Assistant 2016.


Note  You must install the NI-Motion driver software before installing NI Motion Assistant. Visit ni.com/downloads for the latest NI-Motion software.


Installing from the LabVIEW 2016 Platform DVDs

You can install all of your LabVIEW products—including NI Motion Assistant—using the LabVIEW 2016 Platform DVDs. Refer to the LabVIEW Installation Guide on the LabVIEW Platform DVD 1 for installation instructions and system requirements.


To request additional LabVIEW 2016 Platform DVDs, refer to the National Instruments Web site at ni.com.


Note  If you purchased this product with an NI Software Suite or NI Product Bundle, use the installation media that shipped with your purchase to install this product.


Note  You can also purchase and install NI Motion Assistant separately. To install NI Motion Assistant, insert the NI Motion Assistant CD into the CD-ROM drive. The NI Motion Assistant installation screen launches automatically. Select the appropriate option depending on whether you want to install NI Motion Assistant, review the release notes, or exit the installation program.


Visit ni.com/downloads for NI Motion Assistant updates.


Licensing NI Motion Assistant

At the end of the NI Motion Assistant installation process, a licensing wizard appears. Follow the onscreen instructions to activate the license for NI Motion Assistant.


Refer to the Activating Your Software topic in the NI Motion Assistant Help for detailed information about activation.

Note  You are required to activate the license for NI Motion Assistant even if you previously had a licensed version.


NI Motion Assistant Updates and Notifications

National Instruments posts information about critical updates and security notifications on ni.com. Visit ni.com/info and enter Info Code updates to access this information.


Back to Top


Hardware Support

NI Motion Assistant 2016 is compatible with NI-Motion 8.4 and later. To create LabVIEW code from an NI Motion Assistant prototype, you must have LabVIEW 2013 or later installed. NI Motion Assistant requires that either the actual controller or the virtual representation of one of the following motion controllers be installed in the computer:


  • NI 7350 Series Controllers—All NI Motion Assistant features are available for this family of controllers.
  • NI 7340 Series Controllers—All NI Motion Assistant features are available for this family of controllers, excluding multiple and periodic position compare outputs.
  • NI 7330 Series Controllers—NI Motion Assistant reference, straight-line, and arc move features are available for this family of controllers, excluding multiple and periodic position compare outputs.
  • NI PCI-7390 Controllers—NI Motion Assistant reference, straight-line, and arc move features are available for this controller, excluding multiple and periodic position compare outputs.

Using NI Motion Assistant without Hardware

If you do not have one of the listed motion controllers, you can use a virtual motion controller in Measurement & Automation Explorer (MAX) to preview the functionality of NI Motion Assistant. Follow the instructions in the NI Motion Assistant Help to install a virtual motion controller.


Back to Top


NI Motion Assistant 2016 Changes and Enhancements

LabVIEW 2016 Support

NI Motion Assistant 2016 is fully supported on LabVIEW 2016.


Back to Top


NI Motion Assistant 2016 General Considerations

Using NI Motion Assistant with the LabVIEW Real-Time Module

You cannot generate LabVIEW code from an NI Motion Assistant script for a real-time target. Refer to the LabVIEW Real-Time Module Considerations section of How do I create code from a motion script? in the NI Motion Assistant Help for detailed instructions about creating code for RT targets.


CAD Moves

CAD moves are processor and memory intensive operations. For this reason, National Instruments recommends a system with at least a 2 GHz Intel Pentium 4 processor or equivalent and 1 GB of RAM for optimal performance.


Contoured Moves

NI Motion Assistant uses a technique called smart contouring to smoothly move through the positions you specify. Refer to the Contoured Move glossary topic of the NI Motion Assistant Help for smart contouring guidelines you must follow to avoid unexpected behavior.


Calculating Moves

The controller starts from the current position of the axes and travels to the end of the first move. To ensure that the actual system and the position profile you specify match, you must always begin an NI Motion Assistant script with a Reference Move. Refer to Reference Move in the Motion Step Help book of the NI Motion Assistant Help for detailed instructions about adding and configuring a Reference Move Step.


Updating Referenced Files in NI Motion Assistant Scripts

If you make changes to a file referenced in an NI Motion Assistant script, such as buffered breakpoint positions, contour points, or CAD files, you must reload the file for these changes to take effect.


Back to Top


NI Motion Assistant 2016 Known Issues

You can access the software and documentation known issues list online. Refer to the National Instruments Web site for an up-to-date list of known issues in NI Motion Assistant 2016.


Issues That May Affect NI Motion Assistant

An issue that may arise when running 32-bit applications in 64-bit versions of Windows could adversely affect NI Motion Assistant. Refer to KnowledgeBase article 6EMFLQUB, Why Does National Instruments Software List Microsoft Hotfix 2588507 as a System Requirement?, at ni.com/kb for more information.


Back to Top


Previous Changes and Enhancements

Refer to KnowledgeBase article 47EKNFFL, NI Motion Assistant Release Notes, at ni.com/kb for access to previous NI Motion Assistant release notes, starting with NI Motion Assistant 1.3.


Back to Top


Automating the Installation of NI Products

You can automate the installation of most NI products using command-line arguments to suppress some or all of the installer user interface and dialog boxes. However, starting with the August 2012 releases (products using NI Installers version 3.1 or later), you may need to perform additional steps before or during a silent installation of NI software.


If the NI product you are installing uses Microsoft .NET 4.0, the .NET installer may run before any NI software installs and may require a reboot before the installation of NI software begins. To avoid a .NET reboot, install .NET 4.0 separately before you install NI software.


For more information, refer to the following KnowledgeBase articles:


Back to Top


How to Use NI Software with Microsoft Windows 8

When you install National Instruments software on Microsoft Windows 8, you will notice a few additional tiles on the Start screen, including shortcuts to NI application software products such as NI LabVIEW, Measurement & Automation Explorer (MAX), and the new NI Launcher.


Using NI Launcher

NI Launcher helps you find and launch installed NI products. It provides you with a method of finding NI products similar to the Start menu in previous versions of Microsoft Windows. To use NI Launcher, click the NI Launcher tile on the Start screen. NI Launcher launches the desktop and opens a menu containing a list of NI products. Click any NI product to launch it.


Note  Unlike previous versions of Microsoft Windows, MAX does not appear as a desktop shortcut. You can launch MAX either from the Start screen or from within NI Launcher.

Pinning Frequently Used Applications

For convenience, you can pin your most-used NI applications, such as MAX, to either the Start screen or the Taskbar on the desktop, as necessary:


Current ApplicationIcon LocationPin to Action
Windows 8 DesktopDesktop TaskbarRight-click application and select Pin to Taskbar
Windows 8 Desktop Start screenRight-click application and select Pin to Start
Windows 8 Start screenDesktop TaskbarRight-click application and select Pin to taskbar from the menu bar on the bottom of the screen

Finding All Programs

If you want to find a particular application or related files, such as documentation files, from the Start screen, you can access all installed files by right-clicking anywhere on the Start screen and selecting All apps. A list of all installed software and related files appears, in alphabetical order by creator or type.


For more information about NI support for Windows 8, visit ni.com/windows8.


Back to Top


NI Motion Assistant Drops Support for Microsoft Windows Vista, Windows XP, and Windows Server 2003 in 2016

NI Motion Assistant will drop support for Microsoft Windows Vista, Windows XP, and Windows Server 2003 as of July 1, 2016. Versions of NI Motion Assistant that ship after July 1, 2016 will not install or run on Windows Vista, Windows XP, or Windows Server 2003. For detailed information about NI application software product life cycles, visit ni.com/info and enter one of the following Info Codes:


Product Info Code
NI LabVIEWlifecycle
NI LabWindows/CVIcvi_lifecycle
NI Measurement Studiomstudiolifecycle
NI TestStandtslcp
NI DIAdemddlcp
NI SignalExpressselcp
NI VeriStandnivslifecycle

Back to Top


Important Information

Copyright


© 2002–2016 National Instruments. 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.


National Instruments respects the intellectual property of others, and we ask our users to do the same. NI software is protected by copyright and other intellectual property laws. Where NI software may be used to reproduce software or other materials belonging to others, you may use NI software only to reproduce materials that you may reproduce in accordance with the terms of any applicable license or other legal restriction.


End-User License Agreements and Third-Party Legal Notices


You can find end-user license agreements (EULAs) and third-party legal notices in the following locations after installation:


  • Notices are located in the <National Instruments>\_Legal Information and <National Instruments> directories.
  • EULAs are located in the <National Instruments>\Shared\MDF\Legal\license directory.
  • Review <National Instruments>\_Legal Information.txt for information on including legal information in installers built with NI products.

U.S. Government Restricted Rights


If you are an agency, department, or other entity of the United States Government ("Government"), the use, duplication, reproduction, release, modification, disclosure or transfer of the technical data included in this manual is governed by the Restricted Rights provisions under Federal Acquisition Regulation 52.227-14 for civilian agencies and Defense Federal Acquisition Regulation Supplement Section 252.227-7014 and 252.227-7015 for military agencies.


IVI Foundation Copyright Notice


Content from the IVI specifications reproduced with permission from the IVI Foundation.


The IVI Foundation and its member companies make no warranty of any kind with regard to this material, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The IVI Foundation and its member companies shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material.


Trademarks


Refer to the NI Trademarks and Logo Guidelines at ni.com/trademarks for information on National Instruments trademarks. Other product and company names mentioned herein are trademarks or trade names of their respective companies.


Members of the National Instruments Alliance Partner Program are business entities independent from National Instruments and have no agency, partnership, or joint-venture relationship with National Instruments. <Include this notice only if you mention an alliance member, or the alliance membership program, in the readme.>


Patents


For patents covering the National Instruments products/technology, refer to the appropriate location: Help»Patents in your software, the patents.txt file on your media, or the National Instruments Patent Notice at ni.com/patents.


376349A-01