GE Healthcare

4 posts / 0 new
Last post
Offline
Last seen: 8 months 2 weeks ago
Joined: 05/08/2021
Posts: 2
What means this error message: ModuleID=6 Errcode=59

Hello,

This is with  DDS Micro 2.4.11

I have this following error message:

[15.700000000]ERROR: ModuleID=6 Errcode=59 X=1 E=0 T=1 undefined/RTPSInterface.c:6927/RTPS_Interface_receive

I am not able to interpret what it means, can anybody explain the root cause and how to solve it ?

 

Thank you,

Chris

Organization:
Keywords:
1 post / 0 new
Offline
Last seen: 3 years 10 months ago
Joined: 05/12/2020
Posts: 1
DDS sample not received.

Hello,

 

We had a recent issue with a DDS sample not received by a Writer.

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 5 years 6 months ago
Joined: 03/19/2018
Posts: 3
Expose UDP ports

Hello,

I am trying to expose the UDP ports for publisher in my docker file by adding the

EXPOSE 21150:21150/udp command for domainid 55, but I am unable to get the data outside the docker container, please help me how to expose the UDP ports in docker file  for windows container.

 

Organization:
5 posts / 0 new
Last post
Offline
Last seen: 5 years 11 months ago
Joined: 10/11/2017
Posts: 9
Data transfer time.

Hi,

Organization:
6 posts / 0 new
Last post
Offline
Last seen: 4 years 9 months ago
Joined: 03/25/2015
Posts: 33
Automatic DDS data to JSON for web integration service

Hello,

I am currently experimenting on usage of RTI web integration service between the publisher and subscriber that are C++ based.

I noticed that the data POST/GET is in either JSON/XML format.. What are the options available in the automatic data conversion/serialization to JSON/XML format?

The last option could be writing the converters for each and every type.

Thanks.

Uday

Organization:
4 posts / 0 new
Last post
Offline
Last seen: 7 years 3 weeks ago
Joined: 03/11/2017
Posts: 2
rtiddsping discovery w/o data

Hello--

I'm trying to establish DDS connectvity between two hosts, which are now directly connected with 10GB fiber to hopefully simplify the testing as previously there was a 10GB switch involved.

After following advice across several posts on this forum, I've brought the experiment all the way down to these two directly connected hosts and am using only the rtiddsping application with no special arguments or QoS settings, including verifying that the environment is clean and the process is not reading any QoS files.

Organization:
Keywords:
2 posts / 0 new
Last post
Offline
Last seen: 4 years 9 months ago
Joined: 03/25/2015
Posts: 33
Comparing DDS Entities

Hi,

I have been maintaining a structure (c-struct) in my application which constitutes of 

{

DDS::Entity

ReaderCallback

ReaderStatusCallback

...

}

DDS:Entity, as you know can be either a DataWriter or DataReader etc.. I maintain a list of these structures within my base application - probably for some legacy purposes which I dont want to dig in now. During filling the list, I plan to check for an existing DataWriter using the following logic:

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 4 years 9 months ago
Joined: 03/25/2015
Posts: 33
Timeout on wait_for_acknowledgements

Hi,

I encountered a strange behaviour- atleast theoretically I felt it strange.

I have a topic which is configured with 'ASYNCHRONOUS_PUBLISH_MODE_QOS' and 'StrictReliable.LargeData'. Due to some application requirement I had to wait on acknowledgement for every write. So, effectively for every sample write I am calling "wait_for_acknowledgments" with a timeout of 2 secs. I am running a pub-sub case with multiple passes. Few times (observed it twice atleast) I see that the wait call returned with TIMEOUT, though the subscriber received the sample - the logs confirm that.

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 8 years 3 days ago
Joined: 04/20/2016
Posts: 1
Column-name length exceeds maximum length of 30 characters

We were trying to create a table in the mysql database for a complex topic using RTIDDS.
PFA the IDL that we are using - KungfuPandaMovie.idl

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 4 years 9 months ago
Joined: 03/25/2015
Posts: 33
Acknowledgement from "all" subscribers

Hi,

I am dealing with pub-sub of large data, and obviously this follows with "ASYNCHRONOUS_PUBLISH_MODE_QOS" policy. Since I wanted late-joiners to access informartion, I also added durability QoS with TRANSIENT_LOCAL_DURABILITY_QOS kind.

Now, this is my question.

Can I be sure that the subscriber receives all the published ones? If not, is there a way (DDS-way) to know that the topic is consumed by all the subscribers - atleast communication went through and data reached the subscriber?

Uday

 

Organization:
Subscribe to RSS - GE Healthcare