Solutions

The default value for publish_with_original_info is false. When this property is set to false RTI Routing service will change the metadata fields Writer GUID and Sequence Number in every sample. As a consequence, the applications can not know the original source of the sample, that is the ID of the ...
3504 reads — 0 comments
If you have more than 5 DomainParticipants in the same machine, you may notice that your applications are not able to communicate with Participant number 6 and following ones. This is because by default we discover up to 5 DomainParticipants in one location. This behavior is controlled by the Peer ...
5849 reads — 0 comments
There are a some restrictions to take into account when integrating RTI Database Integration Service (DIS) and RTI DDS Toolkit for LabVIEW together. These are the following: The database limitations, see Appendix B on DIS User's Manual. National Instrument (NI) Cluster types are mapped to IDL types ...
2764 reads — 0 comments
In some cases RTI Database Integration Service fails to start even when the libraries are properly configured. The triggered error is the following: [root@localhost ~]# rtirtc_mysql -cfgName default -noDaemon RTI Database Integration Service to MySQL, Release 5.2.0: startup succeeded [ ...
4763 reads — 0 comments
RTI Connext supports two ways of filtering data : using QueryConditions and ContentFilteredTopics . These two options differ in the moment when DDS applies the filter. QueryConditions filter data after the DataReader has received and queued it. That means that the application will receive all ...
3495 reads — 2 comments
A ‘match’ between the local and remote entities occurs only if the DataReader and DataWriter have the same Topic , compatible QoS policies, and a compatible data type. By default, type matching is done using the TypeObject . The DataReader’s type must be assignable from the DataWriter’s type. If ...
6215 reads — 0 comments
It is possible to run any of the RTI DDS Services as a Windows Service. Starting with version 5.2.0, program nssm.exe can be found on directory %NDDSHOME%\resource\app\bin\%ARCH% In case you are running a version of RTI Connext DDS which does not include nssm, it can be downloaded from https://nssm ...
5812 reads — 0 comments

Pages