Solutions

Although Admin Console runs natively on Macs using Apple silicon, there is a bug in the way RTI_AdminConsole.app file is generated. This causes the system to think it is not native and, therefore, requires Rosetta 2 to execute the application. If Rosetta 2 is not installed you will get the ...
64 reads — 0 comments
This short article details how to remove the current RTI Admin Console Workspace so that Admin Console starts with a new workspace when restarted. Admin Console is based on the industry-standard Eclipse Foundation Platform ©, and its workspace can become corrupted. This infrequent event may occur ...
105 reads — 0 comments
Wireshark is a free and open source packet analyzer that can be used to look at DDS traffic when debugging an issue. Sometimes RTI’s Support team will ask for a network capture when working to resolve an issue reported by a customer. While we have a more comprehensive Using Wireshark with RTI ...
170 reads — 0 comments
In this article, we’ll tackle all the possible ways that Admin Console could fail while trying to load your Python environment and using Graphical Data Publishing (GDP). We’ll provide clear instructions on why it’s failing in each scenario and possible solutions. Python Executable not found This ...
280 reads — 0 comments
By default, RTI Connext Micro will let the Network stack select the interface that will be used to receive multicast traffic. This is done by simply using INADDR_ANY (which translates to 0.0.0.0) when setting the socket option to join a multicast group (that is IP_ADD_MEMBERSHIP). While this works ...
240 reads — 0 comments
The shared memory built-in transport in RTI Connext uses IPC segments and semaphores under the hood to perform DDS communication between DomainParticipants. It is important that those IPC resources are not destroyed while RTI Connext applications are using them. Failure to do so may result in ...
463 reads — 0 comments
Achieving low jitter and more deterministic write times and real-time performance requires in-depth tuning at the OS layer and DDS layer. It tends to involve a long list of recommendations to apply e.g. you can see advice online that involves similar checklists. This article summarizes best practices, and we recommend exploring and testing all the recommendations listed here. ...
1210 reads — 0 comments

Pages