Windows

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 ...
5788 reads — 0 comments
Note: Applies to RTI Connext DDS 5.2.0 and above. The Modern C++ API was introduced with RTI Connext DDS 5.2.0. This solution explains how to use the Modern and Traditional C++ APIs in the same application. To make them work together, you must not use both of them in the same .cpp file. That is, do ...
5207 reads — 0 comments
Note: Applies to RTI DDS Toolkit for LabVIEW version 3.1.1 or later The best way to understand the licensing methods of the RTI DDS Toolkit for LabVIEW is to separate them per platform: Windows and NI Linux. Licensing in Windows When you download the RTI DDS Toolkit for LabVIEW (from the VI Package ...
5276 reads — 0 comments
Description The discovery phase in DDS applications can be considered a high throughput scenario under some circumstances. Some examples are: The applications have a lot of DDS entities. More than 2 hosts are involved. The type definitions are sent within the discovery packets (i.e., TypeCode and ...
8630 reads — 1 comment
Note: Applies to RTI Connext 5.2.0 and above. The following error: PRESParticipant_checkTransportInfoMatching:Warning: discovered remote participant 'yyyyy' using the 'shmem' transport with class ID 2. This class ID does not match the class ID 16777216 of the same transport in the local participant ...
45241 reads — 7 comments
This solution is only a workaround until the Request/Reply API is available in LabVIEW. This will only work for one Requester and one Replier. The Request/Reply communication pattern is pretty useful for industrial applications. It is quite normal to have an application requesting an action to ...
14870 reads — 10 comments
When running on Microsoft Windows, the Routing Service 5.1.0 can unexpectedly stop working with the following dialog being displayed: This can also occur when terminating the application with Ctrl-C. The problem might be caused by a bug in an optimization introduced in Routing Service 5.1.0 that ...
3530 reads — 0 comments
This error: The application was unable to start correctly (0xc0150002). Click OK to close the application. happens when you try to start an application compiled against RTI dotnet libraries in a system where the "Visual Studio® 2005 Service Pack 1 Redistributable Package MFC Security Update" is not ...
221187 reads — 0 comments
This error is typically due to array management. Working with LabVIEW arrays and sending them through RTI Connext DDS can be tricky. Here you have some guidelines on how to fix this error For versions of the RTI DDS Toolkit previous to 1.2.0.90 In LabVIEW, arrays are declared with an initial length ...
7234 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. ...
17454 reads — 1 comment

Pages

Subscribe to RSS - Windows