Solutions

In short, by default, one copy of a sample is sent per transport locator, where a transport locator uniquely identifies a transport-level destination and is composed of <transport class>://<transport address>: <communication port> . For example, for UDPv4 a transport locator could ...
8812 reads — 0 comments
I've changed my transport settings to increase the amount of throughput I can achieve in my application, or I am using RTI Connext DDS 5.1.0 tools with previous versions of the middleware. When I run RTI Analyzer, RTI Monitor, or RTI Admin Console on a different machine I get incomplete discovery. ...
10243 reads — 0 comments
What is a GUID? In a RTI Connext DDS deployment, every entity --local or remote-- can be univocally identified by means of its GUID , which is an acronym that stands for Global Unique IDentifier. Such identification can be used by applications to ignore certain entities, identify who published a ...
11601 reads — 0 comments
Note : Applies to RTI Connext 4.x and above. In this solution we show how to configure RTI Connext to send TypeCodes and TypeObjects larger than the default maximum serialized sizes (2kB and 3kB respectively). In this example, the modifications needed to the transport settings are shown for the UDPv4 builtin transport. ...
21283 reads — 1 comment
Note : Applies to RTI Connext 4.5d and above. This solution shows how to check the size of the topic’s TypeCode using RTI Monitor . It consists of two steps: Enable RTI Monitoring Library in the application. Acess to TypeCode's information from RTI Monitor. Enable RTI Monitoring Library in the ...
10586 reads — 0 comments
QoS profiles provide a way to configure your DDS application, defining most aspects of the DDS paradigm and the underlying communication mechanisms. As part of RTI DDS Toolkit for LabVIEW we provide a set of pre-defined QoS profiles. These profiles solve general use cases such as a Reliable ...
12765 reads — 0 comments
Note: The XML file attached to this solution works in RTI Connext DDS 5.0.0 or higher. Previous versions of RTI Connext DDS do not support merging of Participant properties in XML. To make this example work in pre-5.0.0 versions, copy the Participant properties from the base profile into the ...
5922 reads — 0 comments

Pages