Hi,
On windows OS with TCNopen v1.4.0, I'm using TRDP_XMLPDTest.exe for multicast test (see attachment file) but the subcriber gets TIME_OUT_ERROR for wsa error 10053 on receive socket.
On the other hand, using TRDP_PDTest.exe all communication including PD multicast is succesfull.
May be there's an bug on TRDP_XMLPDTest.exe application or on my configuration?
Error i TRDP_XMLPDTest. It does not use the filter addresses in interface.
"May be there's an bug on TRDP_XMLPDTest.exe application or on my configuration?" -> both ;-)
Subscribing to a MC group needs the MC address as destination parameter, not source. There is an additional XML attribute called 'type' which can be set to force 'sink' or 'source'. Unfortunately this flag is currently not used in that test app...
The test application was extended to honor the optional XML type attribute (sink/source)