I want to publish the labview waveform by dds. But if I set the "dataReaderQoSProfile" to empty before when the reader created, the waveform might lost. If I set the "dataReaderQoSProfile" to "LabVIEWLibrary::ReliableProfile", the waveform can't receive. So how can I receive all the waveform data?
huasui
When I send the LabVIEW array in RTI DDS, the array length is a problem. However, I found in the RTI_DDS_Toolkit_GettingStarted. PDF file of RTI DDS that I could solve this problem with sequence, but I don't know which data type the sequence in the file refers to in LabVIEW.