RTI DDS Toolkit for LabVIEW. Release Notes

Size: px
Start display at page:

Download "RTI DDS Toolkit for LabVIEW. Release Notes"

Transcription

1 RTI DDS Toolkit for LabVIEW Release Notes Version 1.4.0

2 2016 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. May Trademarks Real-Time Innovations, RTI, NDDS, RTI Data Distribution Service, DataBus, Connext, Micro DDS, the RTI logo, 1RTI and the phrase, Your Systems. Working as one, are registered trademarks, trademarks or service marks of Real-Time Innovations, Inc. All other trademarks belong to their respective owners. Copy and Use Restrictions No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form (including electronic, mechanical, photocopy, and facsimile) without the prior written permission of Real- Time Innovations, Inc. The software described in this document is furnished under and subject to the RTI software license agreement. The software may be used or copied only under the terms of the license agreement. Technical Support Real-Time Innovations, Inc. 232 E. Java Drive Sunnyvale, CA Phone: (408) labview@rti.com Website:

3 Release Notes 1 Supported Platforms RTI DDS Toolkit for LabVIEW is supported on these platforms: Windows 7 (32-bit and 64-bit) Windows 8 and 8.1 (32-bit and 64-bit) Windows 10 (32-bit and 64-bit) Windows 2003 (32-bit and 64-bit) Windows Server 2008 R2 (64-bit) Windows Vista (32-bit and 64-bit) Windows XP Professional SP2 (32-bit and 64-bit) On 64-bit platforms, it runs in 32-bit mode. Real-Time Targets: NI Linux 3 on ARMv7 CPU (tested on crio-9068 target) NI Linux 3 on 64-bit Intel CPU (tested on crio-9031 target) You will also need: National Instruments LabVIEW (32-bit) JKI VI Package Manager 2014 or later 2 Compatibility 2.1 Incompatibility with Older Versions of Connext DDS using UDPv6 and Shared Memory RTI Connext DDS and earlier releases used a UDPv6 locator kind that was not compliant with the value in the RTPS specification. The value used in Connext DDS was 5 while the RTPS specification specifies a value of 2. Because of this issue, Connext DDS could not interoperate with other DDS vendors over UDPv6. This problem is resolved starting with Note, however, that out-the-box backward compatibility with Connext DDS and lower, when using both the UDPv6 and SHMEM transports, is broken. See the RTI Connext DDS Core Libraries Release Notes section on Transport Compatibility for information on how to resolve this compatibility issue. 1

4 2 Compatibility 2.2 Incompatibility with Older Versions of Connext DDS In Connext DDS DDS 5.1.0, the default message_size_max for the UDPv4, UDPv6, TCP, Secure WAN, and shared-memory transports changed to provide better out-of-the-box performance. RTI Toolkit for LabVIEW and higher also uses the new default value for message_size_max. Consequently, RTI Toolkit for LabVIEW and higher is not out-of-the-box compatible with applications running older versions of Connext DDS or RTI Data Distribution Service. See the RTI Connext DDS Core Libraries Release Notes section on Transport Compatibility for instructions on how to resolve this compatibility issue. 2.3 Additional Steps when Upgrading from a Release Older than If you are upgrading from a release older than , there are important steps you must take. Briefly, changes are required because: The Create Reader/Writer subvis have been deprecated. We strongly recommend that you upgrade the VIs to use the Simple Create Reader/Writer or Advanced Create Reader/Writer. The RTI DDS Toolkit for LabVIEW library name changed from lvdds.1.0.dll to rtilvdds.dll. See Sections 1.5 and in the Getting Started Guide for details. 2.4 Additional Steps when Upgrading from a Release Older than If you are upgrading from a release older than , there are important steps you must take. Briefly, changes are required because: The DDS Write/Read Object Reference has been removed for all our VIs. The configuration of several Call Library Function Nodes has been modified and they no longer receive a reference as a parameter. See Sections 1.5 and in the Getting Started Guide for details. 2.5 Required VI Package Manager Version 2014 The RTI DDS Toolkit for LabVIEW requires VI Package Manager (VIPM) to be installed. Due to a limitation in VIPM, version 2014 of VIPM is required. For details visit JKI website: Toolkit Uses String Length of 1024 In RTI DDS Toolkit for LabVIEW, the default string length is 1024 characters. This may create incompatibilities with other DDS data types in your system that use string lengths!= If you are sure your types are compatible, use the new QoS profile, LabVIEWLibrary::NoType- CodeProfile. 2.7 Improved Performance when Managing Large Data We have improved the performance when managing large data by setting these properties. (Note: they cannot be changed from the QoS XML file): Dynamic data: serialization.trim_to_size = DDS_BOOLEAN_TRUE serialization.max_size_serialized = DDS_LENGTH_UNLIMITED serialization.min_size_serialized = TypeCode's minimum serialized size Data Writer: dds.data_writer.history.memory_manager.fast_pool.pool_buffer_max_size =

5 3 What s New in Data Reader: dds.data_reader.history.memory_manager.fast_pool.pool_buffer_max_size = What s New in Some Internal Library Functions no Longer Visible These functions are no longer visible: LVDDS_AdvancedReaderConfiguration_new() LVDDS_AdvancedReaderConfiguration_delete() These functions should not have been available to users; they are for internal use only. 3.2 Integration of Distributed Logger Now you can use Distributed Logger from RTI Connext DDS Toolkit for LabVIEW. Debugging messages can be sent through the network. You can configure Distributed Logger from the Administration Panel, as well as from the Configure Distributed Logger VI. These configuration parameters can be recovered by running the DL Configuration Parameters subvi. When configuring Distributed Logger, you can set these parameters: Enable Distributed Logger (boolean) Domain Id (32-bit unsigned integer) Distributed Logger Queue Size (32-bit integer) Domain Participant QoS Profile (string) To obtain each of these parameters (except the Domain Participant QoS Profile), use the Get DL Configuration Parameters subvi. The Administration Panel has a new Distributed Logger tab, which will help you manage these parameters. 4 What s Fixed in Memory Leak when using Types with two Clusters at Same Level In the Write advanced template, if the type to be written was composed by two or more clusters at the same level, this caused a memory leak. This problem has been resolved. [RTI Issue ID LABPLG-400] 4.2 Several VIs could Modify Previous Input Errors Several VIs were able to modify the previous input error under certain conditions. This problem has been resolved. [RTI Issue ID LABPLG-388] 3

6 5 Previous Releases 4.3 Closing Create Simple Writer VIs without Stopping Application caused LabVIEW to Crash When an application was running the Create Simple Writer VI and the VI window was closed without stopping, this caused LabVIEW to crash. This problem has been resolved. [RTI Issue ID LABPLG-393] 4.4 LabVIEW Crashed if String Size Greater than 1,024 Chars in Advanced Configuration If any of the strings in the Advanced Reader/Writer Configuration had more than 1,024 characters, LabVIEW would crash. This problem has been resolved. [RTI Issue ID LABPLG-386] 5 Previous Releases This section includes: What s New in (Section 5.1) What s Fixed in (Section 5.2) What s New in (Section 5.3) What s Fixed in (Section 5.4) What s New in (Section 5.5) What s Fixed in (Section 5.6) 5.1 What s New in New Administration Panel to Debug Applications You can use the new Administration Panel to manage and debug your DDS applications. From this panel, you can: Customize when DDS entities are deleted. Visualize debugging messages in a debugging table. Customize the debugging table refreshment and size. Enable the Debugging Window on Windows systems. Show the DDS entities state, which contains the number of DomainParticipants, DataReaders, etc. The Administration Panel is supported on LabVIEW for Windows. For more information, see Section 6.4, How to Use the Administration Panel, in the RTI DDS Toolkit for LabVIEW Getting Started Guide New Sub-Palette to Administer Debugging Functionalities and Monitor DDS Applications A new set of subvis has been added as a sub-palette under the Tools section. These subvis allow you to administer the debugging functionality and monitor your DDS applications. The new subvis are as follows: Get configuration parameters returns the current status of: Timeout to release unused DDS entities 4

7 5 Previous Releases Filter level Maximum stored allowed messages Set configuration parameters updates the values of the above three parameters Get DDS State returns general DDS entities statistics from RTI DDS Toolkit for Lab- VIEW. Read One Logged Message appends a read message to the introduced table. For more details on each of these subvis, see Section 6.4.2, Debugging SubVIs on Real-Time Targets and Windows Systems, in the RTI DDS Toolkit for LabVIEW Getting Started Guide New SubVI to Log Messages A new subvi called Log New Message has been added to the Debugging sub-palette. This subvi allows logging individual messages to the internal logger. These messages are composed of three parameters: timestamp, log level, and message text Get DDS State Location and Behavior Changed The Get DDS State subvi has been moved to the new 'Debugging' sub-palette. This sub-palette can be found in the RTI Connext DDS toolkit -->Tools sub-palette. Also, 'Get DDS State' will no longer run an infinite loop. From now on, it runs just one time per call Ability to Customize Timeout to Delete Inactive DDS Entities In previous releases, unused DDS entities were only deleted if 10 seconds had passed since the last time they were used. That 10-second period was fixed and not customizable. From now on, you can customize the Timeout to delete inactive DDS entities using the Set Configuration Parameters subvi. You can also change the timeout from the Administration Panel. If Timeout to delete inactive DDS entities is set to 0 seconds, all DDS entities will be deleted as soon as Release Reader/Writer is called. This can affect initialization time. By default, Timeout to delete inactive DDS entities is 10 seconds. 5.2 What s Fixed in Exclusive DataReaders could be Wrongly Asserted, Reused as Shared DataReaders In previous releases when creating a shared DataReader, an existing exclusive DataReader may have been reused. This caused exclusive DataReader to become a shared DataReader instead. This problem has been resolved; now exclusive DataReaders will never be shared. [RTI Issue ID LABPLG-331] Number of DDS DataWriters and DataReaders were not Correctly Updated The 'Get DDS State' VI did not correctly update the number of DDS DataWriters and DataReaders. This problem has been resolved. [RTI Issue ID LABPLG-360] Possible Segmentation Fault when Loading Array Data from LabVIEW When loading array data from LabVIEW, a segmentation fault may have occurred if the Lab- VIEW array somehow mismatched the internal type used by DDS. This problem has been resolved and an error will be shown if such a mismatch occurs. [RTI Issue ID LABPLG-372] 5

8 5 Previous Releases External Window showed Internal Error Messages and Crashed when Closed If an RTI internal error occurred, it appeared in an external command prompt. Closing that command prompt caused LabVIEW to crash. This problem has been resolved by forwarding those messages to the new debugging queue. Now you can see the messages from the Administration Panel. You can also recover the messages by calling the Administration Panel Read One Logged Message subvi. [RTI Issue ID LABPLG-230] 5.3 What s New in New Platforms This release supports LabVIEW RT running on NI Linux 3 systems with a 64-bit Intel CPU. This release has also been validated for LabVIEW New VI Package for crio Support Files on Intel-based boards A new VI package (.vip) containing the crio-9031 support files is now available. This package can be found in the NI Tools Network or by contacting sales@rti.com. It contains all the files you will need to install RTI DDS Toolkit for LabVIEW on a crio-903x board Updated Advanced Reader/Writer Configuration Controls The Advanced Reader/Writer Configuration Controls have been updated. Now they show larger boxes for string values. Also, the names of the fields domainparticipantqos, datawriter- QoS and datareaderqos are now called domainparticipantqosprofile, datawriterqosprofile and datareaderqosprofile, respectively Updated Type of Reference Number in Reader and Writer SubVIs After creating a Reader/Writer, a reference number is generated. The type for this reference number has been updated to support 64-bit platforms. This change affects all subvis and templates in the toolkit. This change also caused the DDS Read Object Ref and DDS Write Object Ref controls to be removed from the Controls Palette. 5.4 What s Fixed in Possible Deadlock When Creating Several Readers/Writers at Once You may have seen your VIs hang when you created several Readers or Writers in parallel. This was due to a deadlock in the creation subvis. This problem has been solved. [RTI Issue ID LABPLG-347] Unsigned Int 8 Write subvi had Incorrect Type In the previous release, the polymorphic Write subvi incorrectly mapped 'Numeric (U8)' type as 'Double' instead of as 'Unsigned Int 8'. This problem has been resolved. [RTI Issue ID LABPLG-349] 5.5 What s New in New Platforms This release supports LabVIEW

9 5 Previous Releases Removed Platforms LabVIEW 2010 and 2011 are no longer supported. If you need support for older versions, contact New VI Package for crio Support Files A new VI package (.vip) containing the crio-9068 support files is now available. This package can be found in the NI Tools Network or by contacting sales@rti.com. It contains all the files needed to install RTI DDS Toolkit for LabVIEW on a crio-9068 board. 5.6 What s Fixed in Removed Fixed Bound when Using Strings In previous releases, string length was limited to 1024 characters. From this release and on, strings can be created as unbounded, removing this limitation. By default, strings will be created with a bound of 1024 characters. To force unbounded strings, you will need to set a new flag in Advanced Reader/Writer Configuration controls. The maximum number of characters to send when this flag is set is RTI_INT32_MAX ( ). The following DomainParticipant QoS property has been enabled to allow compatibility with bounded strings: dds.type_consistency.ignore_sequence_bounds. Set that property in any external DataReaders communicating with the RTI DDS Toolkit for LabVIEW if you use unbounded strings. [RTI Issue ID LABPLG-210] RTI_LABVIEW_CONFIG.xml no longer Required RTI DDS Toolkit for LabVIEW used to provide an XML file with all the default QoS profiles used by the examples. That file was required for the toolkit to work. This limitation has been removed. Now the default QoS profiles are defined internally in the code, so RTI_LABVIEW_CONFIG.xml is no longer required. A new file, RTI_LABVIEW_CONFIG.documentationONLY.xml, is provided for documentation purposes only. Any changes in this file will not be loaded by RTI DDS Toolkit for LabVIEW. [RTI Issue ID LABPLG-249] Transport Compatibility over UDPv6 Connext DDS and earlier releases used a UDPv6 locator kind that was not compliant with the value in the RTPS specification. The value used in Connext DDS was 5 while the RTPS specification specifies a value of 2. Because of this issue, Connext DDS could not interoperate with other DDS vendors over UDPv6. This problem has been resolved. Notice that by doing this, out-the-box backward compatibility with previous releases using both the UDPv6 and SHMEM transports is broken. See the RTI Connext DDS Core Libraries Release Notes section on Transport Compatibility for more information. [RTI Issue ID LABPLG-261] Samples not Read if Wrong KeyName Provided When creating a new Reader node for an unkeyed type, you could provide a nonexistent key name. In this situation, the DDS data type was created as unkeyed, but internally, new samples were treated as instances. This could have made your Reader starve after the first data was read. This problem has been resolved. [RTI Issue ID LABPLG-289] 7

10 6 Known Issues Possible Segmentation Fault while Loading You may have seen LabVIEW hang after calling the RTI DDS Toolkit for LabVIEW. This may have been caused by a race condition when loading rtilvdds.dll. This problem has been resolved. [RTI Issue ID LABPLG-298] Memory Leak When Using Sequences When using sequences, the RTI DDS Toolkit for LabVIEW Reader may not have properly freed all sequence resources, resulting in a memory leak. This only affected version This problem has been resolved. [RTI Issue ID LABPLG-300] Error 5001 when Re-Running 'Read' subvi You may have seen error 5001 when running your Reader application for the second time, or when sharing Readers. This problem has been resolved. [RTI Issue ID LABPLG-305] Create Writer SubVIs Showed Wrong Output Name The Advanced and Simple Create subvis showed as output dds reader object ref. This was incorrect and has been resolved. [RTI Issue ID LABPLG-306] 6 Known Issues 6.1 Reader/Writer Create SubVIs Fail if QoS Settings not Provided When creating a new Reader or Writer, QoS settings are optional. However, if there are no QoS settings when working on a crio-9068 system, you may encounter error 5052 ("XML Configuration File not found"). A workaround is to add an empty string to the qos_profile pin. [RTI Issue ID LABPLG-240] 7 Additional Documentation RTI DDS Toolkit for LabVIEW uses RTI Connext DDS for communication. For details on RTI Connext DDS and the Quality of Service (QoS) settings, visit 8

RTI Spreadsheet Add-in

RTI Spreadsheet Add-in RTI Spreadsheet Add-in for Microsoft Excel Release Notes Version 5.2.3 2016 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. April 2016. Trademarks Real-Time Innovations,

More information

RTI Analyzer. Release Notes

RTI Analyzer. Release Notes RTI Analyzer Release Notes Version 5.1.0 2013 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. December 2013. Trademarks Real-Time Innovations, RTI, and Connext are trademarks

More information

RTI Routing Service. Release Notes

RTI Routing Service. Release Notes RTI Routing Service Release Notes Version 5.2.3 2016 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. April 2016. Trademarks Real-Time Innovations, RTI, NDDS, RTI Data

More information

RTI Queuing Service. Release Notes

RTI Queuing Service. Release Notes RTI Queuing Service Release Notes Version 5.3.0 2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks Real-Time Innovations, RTI, NDDS, RTI Data

More information

RTI Database Integration Service Release Notes

RTI Database Integration Service Release Notes RTI Database Integration Service Release Notes Version 5.2.3 2016 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. April 2016. Trademarks Real-Time Innovations, RTI, NDDS,

More information

RTI Connext DDS Core Libraries

RTI Connext DDS Core Libraries RTI Connext DDS Core Libraries Getting Started Guide Addendum for Database Setup Version 5.3.0 2 2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks

More information

RTI DDS Toolkit for LabVIEW. Getting Started Guide

RTI DDS Toolkit for LabVIEW. Getting Started Guide RTI DDS Toolkit for LabVIEW Getting Started Guide Version 1.4.0 2013-2016 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. May 2016. Trademarks Real-Time Innovations,

More information

RTI DDS Toolkit for LabVIEW. Getting Started Guide

RTI DDS Toolkit for LabVIEW. Getting Started Guide RTI DDS Toolkit for LabVIEW Getting Started Guide Version 1.3.0 2013-2015 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. May 2015. Trademarks Real-Time Innovations,

More information

RTI Persistence Service Release Notes

RTI Persistence Service Release Notes RTI Persistence Service Release Notes Version 5.3.0 2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks Real-Time Innovations, RTI, DataBus, and

More information

RTI CORBA Compatibility Kit. Release Notes

RTI CORBA Compatibility Kit. Release Notes RTI CORBA Compatibility Kit Release Notes Version 5.2.3 2016 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. April 2016. Trademarks Real-Time Innovations, RTI, NDDS,

More information

RTI DDS Toolkit. Getting Started Guide

RTI DDS Toolkit. Getting Started Guide RTI DDS Toolkit Getting Started Guide Version 2.1.1 2013-2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. November 2017. Trademarks Real-Time Innovations, RTI, NDDS,

More information

RTI CORBA Compatibility Kit. Release Notes

RTI CORBA Compatibility Kit. Release Notes RTI CORBA Compatibility Kit Release Notes Version 5.3.0 2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks Real-Time Innovations, RTI, NDDS, RTI

More information

RTI Persistence Service. Release Notes

RTI Persistence Service. Release Notes RTI Persistence Service Release Notes Version 5.1.0 2013 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. December 2013. Trademarks Real-Time Innovations, RTI, DataBus,

More information

RTI Secure WAN Transport

RTI Secure WAN Transport RTI Secure WAN Transport Core Libraries and Utilities Release Notes Version 5.1.0 2013 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. December 2013. Trademarks Real-Time

More information

RTI Connext DDS Core Libraries

RTI Connext DDS Core Libraries RTI Connext DDS Core Libraries Getting Started Guide Addendum for Database Setup Version 5.3.1 2018 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. February 2018. Trademarks

More information

RTI Monitor. User s Manual

RTI Monitor. User s Manual RTI Monitor User s Manual Version 4.5 2010-2012 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. March 2012. Trademarks Real-Time Innovations, RTI, and Connext are trademarks

More information

RTI Connext. Core Libraries and Utilities. What s New in Version 4.5f

RTI Connext. Core Libraries and Utilities. What s New in Version 4.5f RTI Connext Core Libraries and Utilities What s New in Version 4.5f 2012 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. March 2012. Trademarks Real-Time Innovations,

More information

RTI Analyzer Getting Started Guide

RTI Analyzer Getting Started Guide RTI Analyzer Getting Started Guide Version 4.5 2006-2012 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. March 2012. Trademarks Real-Time Innovations, RTI, and Connext

More information

RTI Administration Console Release Notes

RTI Administration Console Release Notes RTI Administration Console Release Notes Version 5.3.0 2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks Real-Time Innovations, RTI, NDDS, RTI

More information

RTI Data Distribution Service

RTI Data Distribution Service RTI Data Distribution Service Getting Started Guide Addendum for Database Setup Version 4.5 The Global Leader in DDS 2010-2011 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing.

More information

RTI Connext Micro API and QoS Guide

RTI Connext Micro API and QoS Guide RTI Connext Micro API and QoS Guide Version 2.4.1 2014 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. November 2014. Trademarks Real-Time Innovations, RTI, and Connext

More information

RTI Monitor User s Manual

RTI Monitor User s Manual RTI Monitor User s Manual Version 5.1.0 2010-2013 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. December 2013. Trademarks Real-Time Innovations, RTI, and Connext are

More information

RTI Queuing Service. Release Notes

RTI Queuing Service. Release Notes RTI Queuing Service Release Notes Version 5.2.0 2015 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2015. Trademarks Real-Time Innovations, RTI, NDDS, RTI Data

More information

RTI Distributed Logger Getting Started Guide

RTI Distributed Logger Getting Started Guide RTI Distributed Logger Getting Started Guide Version 5.1.0 2012-2013 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. December 2013. Trademarks Real-Time Innovations,

More information

RTI Queuing Service. Getting Started Guide

RTI Queuing Service. Getting Started Guide RTI Queuing Service Getting Started Guide Version 5.3.0 2014-2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks Real-Time Innovations, RTI, NDDS,

More information

RTI Connext. Core Libraries and Utilities. Getting Started Guide Addendum for Extensible Types

RTI Connext. Core Libraries and Utilities. Getting Started Guide Addendum for Extensible Types RTI Connext Core Libraries and Utilities Getting Started Guide Addendum for Extensible Types Version 5.0 2012 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. August 2012.

More information

RTI Distributed Logger Getting Started Guide

RTI Distributed Logger Getting Started Guide RTI Distributed Logger Getting Started Guide Version 5.0 2012 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. August 2012. Trademarks Real-Time Innovations, RTI, and

More information

RTI Data Distribution Service

RTI Data Distribution Service RTI Data Distribution Service Core Libraries and Utilities What s New in Version 4.5e The Global Leader in DDS 2011 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. October

More information

RTI Database Integration Service Release Notes

RTI Database Integration Service Release Notes RTI Database Integration Service Release Notes Version 5.3.0 2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks Real-Time Innovations, RTI, NDDS,

More information

RTI Secure WAN Transport. Installation Guide

RTI Secure WAN Transport. Installation Guide RTI Secure WAN Transport Installation Guide Version 5.3.0 2007-2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks Real-Time Innovations, RTI,

More information

RTI Persistence Service. Installation Guide

RTI Persistence Service. Installation Guide RTI Persistence Service Installation Guide Version 5.1.0 2007-2013 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. December 2013. Trademarks Real-Time Innovations, RTI,

More information

RTI Data Distribution Service

RTI Data Distribution Service RTI Data Distribution Service The Real-Time Publish-Subscribe Middleware Getting Started Guide Addendum for Database Setup Version 4.5 The Global Leader in DDS 2011 Real-Time Innovations, Inc. All rights

More information

RTI Routing Service. User s Manual

RTI Routing Service. User s Manual RTI Routing Service User s Manual Version 5.1.0 2009-2013 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. December 2013. Trademarks Real-Time Innovations, RTI, and Connext

More information

OpenSplice LabVIEW Guide. Release 6.x

OpenSplice LabVIEW Guide. Release 6.x OpenSplice LabVIEW Guide Release 6.x Contents 1 Introduction 1 1.1 DDS................................................. 1 1.2 LabVIEW.............................................. 2 2 Installation 3 2.1

More information

RTI Connext Core Libraries and Utilities XML-Based Application Creation (Experimental Feature) Getting Started Guide

RTI Connext Core Libraries and Utilities XML-Based Application Creation (Experimental Feature) Getting Started Guide RTI Connext Core Libraries and Utilities XML-Based Application Creation (Experimental Feature) Getting Started Guide Version 4.5 2012 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A.

More information

RTI Secure WAN Transport. Installation Guide Version 6.0.0

RTI Secure WAN Transport. Installation Guide Version 6.0.0 RTI Secure WAN Transport Installation Guide Version 6.0.0 2019 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. February 2019. Trademarks Real-Time Innovations, RTI, NDDS,

More information

RTI Security Plugins. Release Notes. Version 5.3.1

RTI Security Plugins. Release Notes. Version 5.3.1 RTI Security Plugins Release Notes Version 5.3.1 2018 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. March 2018. Trademarks Real-Time Innovations, RTI, NDDS, RTI Data

More information

RTI Connext DDS Prototyper with Lua (Experimental Feature) Getting Started Guide

RTI Connext DDS Prototyper with Lua (Experimental Feature) Getting Started Guide RTI Connext DDS Prototyper with Lua (Experimental Feature) Getting Started Guide Version 5.2.3 2013-2016 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. April 2016. Trademarks

More information

RTI Connext DDS Core Libraries. XML-Based Application Creation Getting Started Guide Version 6.0.0

RTI Connext DDS Core Libraries. XML-Based Application Creation Getting Started Guide Version 6.0.0 RTI Connext DDS Core Libraries XML-Based Application Creation Getting Started Guide Version 6.0.0 2019 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. February 2019.

More information

RTI Connext DDS Core Libraries

RTI Connext DDS Core Libraries RTI Connext DDS Core Libraries Release Notes Version 5.3.0 2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks Real-Time Innovations, RTI, NDDS,

More information

RTI Connext DDS Core Libraries XML-Based Application Creation Getting Started Guide

RTI Connext DDS Core Libraries XML-Based Application Creation Getting Started Guide RTI Connext DDS Core Libraries XML-Based Application Creation Getting Started Guide Version 5.2.3 2012-2016 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. April 2016.

More information

RTI Connext DDS. Core Libraries XML-Based Application Creation Getting Started Guide Version 5.3.1

RTI Connext DDS. Core Libraries XML-Based Application Creation Getting Started Guide Version 5.3.1 RTI Connext DDS Core Libraries XML-Based Application Creation Getting Started Guide Version 5.3.1 2018 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. February 2018.

More information

RTI Spreadsheet Add-in

RTI Spreadsheet Add-in RTI Spreadsheet Add-in for Microsoft Excel Getting Started Guide Version 5.3.0 2010-2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks Real-Time

More information

RTI Routing Service. User s Manual

RTI Routing Service. User s Manual RTI Routing Service User s Manual Version 5.2.3 2009-2016 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. April 2016. Trademarks Real-Time Innovations, RTI, NDDS, RTI

More information

RTI Connext DDS Core Libraries

RTI Connext DDS Core Libraries RTI Connext DDS Core Libraries Getting Started Guide Addendum for Extensible Types Version 5.3.0 2017 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2017. Trademarks

More information

RTI Launcher. User s Manual

RTI Launcher. User s Manual RTI Launcher User s Manual Version 5.2.0 2015 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2015. Trademarks Real-Time Innovations, RTI, and Connext are trademarks

More information

RTI Connext DDS. Core Libraries and Utilities. Getting Started Guide Addendum for Extensible Types

RTI Connext DDS. Core Libraries and Utilities. Getting Started Guide Addendum for Extensible Types RTI Connext DDS Core Libraries and Utilities Getting Started Guide Addendum for Extensible Types Version 5.1.0 2012-2013 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing.

More information

LabVIEW FPGA Module Release and Upgrade Notes

LabVIEW FPGA Module Release and Upgrade Notes LabVIEW FPGA Module Release and Upgrade Notes Version 2009 Contents These release notes contain instructions for installing the LabVIEW FPGA Module, introduce new features, and provide upgrade information.

More information

KwikTag v4.5.1 Release Notes

KwikTag v4.5.1 Release Notes KwikTag v4.5.1 Release Notes The following release notes cover the KwikTag core components as well as the major clients and connectors. All previous releases must be applied before installing this release.

More information

Discovery. Details Real-Time Innovations, Inc.

Discovery. Details Real-Time Innovations, Inc. Discovery Details 2008 Real-Time Innovations, Inc. 1 Overview What is discovery? Discovery phases Participant discovery phase Endpoint discovery phase Configuring discovery Tuning discovery 2 2008 Real-Time

More information

LabVIEW TM Real-Time 2: Architecting Embedded Systems Exercises

LabVIEW TM Real-Time 2: Architecting Embedded Systems Exercises LabVIEW TM Real-Time 2: Architecting Embedded Systems Exercises Course Software Version 2012 November 2012 Edition Part Number 325585B-01 LabVIEW Real-Time 2 Exercises Copyright 2010 2012 National Instruments

More information

LabVIEW Datalogging and Supervisory Control Module

LabVIEW Datalogging and Supervisory Control Module RELEASE AND UPGRADE NOTES LabVIEW Datalogging and Supervisory Control Module Version 8.6 Contents This document describes the system requirements and the process of installing the LabVIEW 8.6 Datalogging

More information

RTI Connext DDS. Core Libraries Release Notes Version 5.2.0

RTI Connext DDS. Core Libraries Release Notes Version 5.2.0 RTI Connext DDS Core Libraries Release Notes Version 5.2.0 2015 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2015. Trademarks Real-Time Innovations, RTI, NDDS,

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc.

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc. XLmanage Version 2.4 Installation Guide ClearCube Technology, Inc. www.clearcube.com Copyright and Trademark Notices Copyright 2009 ClearCube Technology, Inc. All Rights Reserved. Information in this document

More information

Data Model Considerations for Radar Systems

Data Model Considerations for Radar Systems WHITEPAPER Data Model Considerations for Radar Systems Executive Summary The market demands that today s radar systems be designed to keep up with a rapidly changing threat environment, adapt to new technologies,

More information

LabVIEW Real-Time Module Release and Upgrade Notes

LabVIEW Real-Time Module Release and Upgrade Notes LabVIEW Real-Time Module Release and Upgrade Notes Version 2010 Contents This document provides system requirements, installation instructions, descriptions of new features, and information about upgrade

More information

RTI Connext DDS. Core Libraries Getting Started Guide Addendum for Extensible Types Version 5.2.0

RTI Connext DDS. Core Libraries Getting Started Guide Addendum for Extensible Types Version 5.2.0 RTI Connext DDS Core Libraries Getting Started Guide Addendum for Extensible Types Version 5.2.0 2015 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2015. Trademarks

More information

DDS Connector Sept, Gianpiero Napoli, Senior Software Engineer

DDS Connector Sept, Gianpiero Napoli, Senior Software Engineer DDS Connector Sept, 2016 Gianpiero Napoli, Senior Software Engineer Agenda Goals Concept Architecture Status Demo Next Steps Connector Goals Faster ( Rapid ) Development Integration Troubleshooting Integrate

More information

eprosima Non-Intrusive DDS Recorder User Manual Version 1.0.0

eprosima Non-Intrusive DDS Recorder User Manual Version 1.0.0 eprosima Non-Intrusive DDS Recorder User Manual Version 1.0.0 The Middleware Experts eprosima 2014 1 eprosima Proyectos y Sistemas de Mantenimiento SL Ronda del poniente 16 Bajo K 28760 Tres Cantos Madrid

More information

RTI Recording Service Getting Started Guide

RTI Recording Service Getting Started Guide RTI Recording Service Getting Started Guide Version 5.3.1 2007-2018 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. February 2018. Trademarks Real-Time Innovations, RTI,

More information

GENERAL MESSAGE RACES IN DATA DISTRIBUTION SERVICE PROGRAMS FOR AIRBORNE SOFTWARE

GENERAL MESSAGE RACES IN DATA DISTRIBUTION SERVICE PROGRAMS FOR AIRBORNE SOFTWARE GENERAL MESSAGE RACES IN DATA DISTRIBUTION SERVICE PROGRAMS FOR AIRBORNE SOFTWARE Hyun-Ji Kim*, Ok-Kyoon Ha*, and Yong-Kee Jun* *Gyeongsang National University, South Korea hecho3927@gmail.com; jassmin@gnu.ac.kr;

More information

Guest Management Software V2.0.2 Release Notes

Guest Management Software V2.0.2 Release Notes Guest Management Software V2.0.2 Release Notes Abstract These release notes provide important release-related information for GMS (Guest Management Software) Version 2.0.2. GMS V2.0.2 is MSM software version

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.6

Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.6 Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.6 Software Release Notes First Published: September 2017 Software Version 5.6 Cisco Systems, Inc. www.cisco.com 1 2 Preface Change

More information

Features and Enhancements Introduced in UMDS

Features and Enhancements Introduced in UMDS Informatica Corporation Ultra Messaging Desktop Services Version 6.0 Release Notes July 2014 Copyright (c) 2013-2014 Informatica Corporation. All rights reserved. Contents Features and Enhancements Introduced

More information

LABVIEW LAB SKILLS ACTIVITY 1 PROGRAMING ENVIRONMENT

LABVIEW LAB SKILLS ACTIVITY 1 PROGRAMING ENVIRONMENT LABVIEW LAB SKILLS ACTIVITY 1 PROGRAMING ENVIRONMENT WHAT IS LABVIEW? LabVIEW is a graphical programing language designed for scientists and engineers for experimental control and data acquisition. Most

More information

RTI Connext. Core Libraries and Utilities. Getting Started Guide Addendum for Embedded Systems

RTI Connext. Core Libraries and Utilities. Getting Started Guide Addendum for Embedded Systems RTI Connext Core Libraries and Utilities Getting Started Guide Addendum for Embedded Systems Version 4.5 2012 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. March 2012.

More information

Tuner Guide. Release 6.x

Tuner Guide. Release 6.x Tuner Guide Release 6.x Contents 1 Preface 1 1.1 About The Vortex OpenSplice Tuner Guide............................. 1 1.2 Intended Audience.......................................... 1 1.3 Organisation.............................................

More information

Orbix Release Notes

Orbix Release Notes Orbix 6.3.8 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

AppGate 11.0 RELEASE NOTES

AppGate 11.0 RELEASE NOTES Changes in 11.0 AppGate 11.0 RELEASE NOTES 1. New packet filter engine. The server-side IP tunneling packet filter engine has been rewritten from scratch, reducing memory usage drastically and improving

More information

KwikTag v4.5.0 Release Notes

KwikTag v4.5.0 Release Notes KwikTag v4.5.0 Release Notes The following release notes cover the KwikTag core components as well as the major clients and connectors. System Requirements Internet Explorer 7.0 (or Internet Explorer 8

More information

PI Connector for Ping 1.0. User Guide

PI Connector for Ping 1.0. User Guide PI Connector for Ping 1.0 User Guide OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com PI Connector for Ping 1.0

More information

Using Wireshark with RTI Connext Getting Started Guide

Using Wireshark with RTI Connext Getting Started Guide Using Wireshark with RTI Connext Getting Started Guide Version 1.2.3.20120229 2005-2012 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. Feb. 2012. Trademarks Real-Time

More information

RTI Routing Service. Getting Started Guide

RTI Routing Service. Getting Started Guide RTI Routing Service Getting Started Guide Version 5.2.0 2009-2015 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. June 2015. Trademarks Real-Time Innovations, RTI, NDDS,

More information

KwikTag T3 Release Notes

KwikTag T3 Release Notes KwikTag T3 Release Notes The KwikTag T3 release is a major release with many great new features and improvements to quality and performance. KwikTag T3 was released on 01/23/2012 with a customer compatibility

More information

Bergmans Mechatronics LLC. LabSocket. User Guide. LabSocket v3.4. July Copyright 2015 Bergmans Mechatronics LLC.

Bergmans Mechatronics LLC. LabSocket. User Guide. LabSocket v3.4. July Copyright 2015 Bergmans Mechatronics LLC. Bergmans Mechatronics LLC LabSocket User Guide LabSocket v3.4 July 2015 Copyright 2015 Bergmans Mechatronics LLC Alliance Partner BML Document BML- 2015-105.4.1 Table of Contents 1. Introduction... 1 1.1

More information

Stonesoft Management Center. Release Notes for Version 5.5.1

Stonesoft Management Center. Release Notes for Version 5.5.1 Stonesoft Management Center Release Notes for Version 5.5.1 Updated: December 19, 2013 Table of Contents What s New... 3 Enhancements... 3 Fixes... 3 Other Changes... 5 System Requirements... 6 Basic Management

More information

LabVIEW 2018 Upgrade Notes

LabVIEW 2018 Upgrade Notes LabVIEW 2018 Upgrade Notes Contents These upgrade notes describe the process of upgrading LabVIEW for Windows, macos, and Linux to LabVIEW 2018. Before you upgrade, read this document for information about

More information

SpinCore PulseBlaster LabVIEW Extensions

SpinCore PulseBlaster LabVIEW Extensions s User's Manual SpinCore Technologies, Inc. http:// Congratulations and thank you for choosing a design from SpinCore Technologies, Inc. We appreciate your business! At SpinCore we try to fully support

More information

Veritas NetBackup Vault Administrator s Guide

Veritas NetBackup Vault Administrator s Guide Veritas NetBackup Vault Administrator s Guide UNIX, Windows, and Linux Release 6.5 12308354 Veritas NetBackup Vault Administrator s Guide Copyright 2001 2007 Symantec Corporation. All rights reserved.

More information

TIBCO Spotfire Statistics Services Release Notes. Release November 2013

TIBCO Spotfire Statistics Services Release Notes. Release November 2013 TIBCO Spotfire Statistics Services Release Notes Release 6.0.0 November 2013 i Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.5

Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.5 Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.5 Software Release Notes First Published: February 2018 Software Version 5.5 Cisco Systems, Inc. www.cisco.com 1 2 Preface Change

More information

Release Notes. Sage Master Builder CD

Release Notes. Sage Master Builder CD Release Notes Sage Master Builder 14.1.0 CD 2009 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

RTI Message Service. Interoperability Guide

RTI Message Service. Interoperability Guide RTI Message Service Interoperability Guide Version 5.0 2008-2012 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. August 2012. Trademarks Real-Time Innovations, RTI, and

More information

RTI CORBA Compatibility Kit

RTI CORBA Compatibility Kit RTI CORBA Compatibility Kit CORBA-DDS Example Using C++ Instructions Version 5.1.0 2007-2013 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. December 2013. Trademarks

More information

Connext DDS Professional 5.1 Overview

Connext DDS Professional 5.1 Overview Your systems. Working as one. Connext DDS Professional 5.1 Overview February 2014 Agenda Connext DDS Professional 5.1 New Features and Enhancements Summary 2 RTI Connext DDS Professional 5.1 60+ new features

More information

LabVIEW Express VI Development Toolkit User Guide

LabVIEW Express VI Development Toolkit User Guide LabVIEW Express VI Development Toolkit User Guide Version 1.0 Contents The LabVIEW Express VI Development Toolkit allows you to create and edit Express VIs, which you can distribute to users for building

More information

OpenSplice Simulink Guide. Release 6.x

OpenSplice Simulink Guide. Release 6.x OpenSplice Simulink Guide Release 6.x Contents 1 Introduction 1 1.1 DDS................................................. 1 1.2 Simulink............................................... 2 2 Installation 3

More information

What s New in BID2WIN Service Pack 4

What s New in BID2WIN Service Pack 4 What s New in BID2WIN Service Pack 4 BID2WIN Software, Inc. Published: August, 2006 Abstract BID2WIN 2005 Service Pack 4 includes many exciting new features that add more power and flexibility to BID2WIN,

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.5-8.1.3.10 NTBA Appliance Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Find

More information

Oracle Communications Order and Service Management

Oracle Communications Order and Service Management Oracle Communications Order and Service Management Release Notes Release 7.3.5 E79211-02 June 2017 This document provides release notes for Oracle Communications Order and Service Management (OSM) release

More information

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide Microsoft Office Groove Server 2007 Groove Manager Domain Administrator s Guide Copyright Information in this document, including URL and other Internet Web site references, is subject to change without

More information

Business Glossary Best Practices

Business Glossary Best Practices Business Glossary Best Practices 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

Quick Start Guide for C

Quick Start Guide for C Quick Start Guide for C Version 3.4 Copyright 2011 Twin Oaks Computing, Inc. Castle Rock, CO 80108 All Rights Reserved 2 Welcome Welcome to CoreDX DDS, a high-performance implementation of the OMG Data

More information

StoneGate Management Center. Release Notes for Version 5.3.4

StoneGate Management Center. Release Notes for Version 5.3.4 StoneGate Management Center Release Notes for Version 5.3.4 Created: December 20, 2011 Table of Contents What s New... 3 Fixes... 3 Other Changes... 5 System Requirements... 6 Basic Management System Hardware

More information

Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence. 12c ( )

Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence. 12c ( ) Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence 12c (12.2.1.3.0) E96171-01 May 2018 Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence, 12c

More information

Certified LabVIEW Associate Developer Exam. Test Booklet

Certified LabVIEW Associate Developer Exam. Test Booklet Certified LabVIEW Associate Developer Exam Test Booklet Note: The use of the computer or any reference materials is NOT allowed during the exam. Instructions: If you did not receive this exam in a sealed

More information

SafeNet SoftRemote NG Customer Release Notes

SafeNet SoftRemote NG Customer Release Notes SafeNet SoftRemote NG Customer Release Notes Product Version: 11.1.2 Build 9 Release Notes Issue Date: 24 July 2008 Last Updated: Release Type: GA LGA 1. Product Description SafeNet SoftRemote NG is a

More information

Unified Security Platform. Security Center 5.4 Hardening Guide Version: 1.0. Innovative Solutions

Unified Security Platform. Security Center 5.4 Hardening Guide Version: 1.0. Innovative Solutions Unified Security Platform Security Center 5.4 Hardening Guide Version: 1.0 Innovative Solutions 2016 Genetec Inc. All rights reserved. Genetec Inc. distributes this document with software that includes

More information

ecopy ShareScan v5.2 SP2 Release Notes for Xerox

ecopy ShareScan v5.2 SP2 Release Notes for Xerox ecopy ShareScan v5.2 SP2 Release Notes for Xerox Contents 2014 Nuance Communications, Inc. All Rights Reserved. Introduction 1 Release highlights 1 Fixes and improvements 2 Known limitations and workarounds

More information