Closed Natsu-666 closed 3 years ago
Unfortunately you'll have to debug yourself. There's so many issues that could be the problem that we can't debug it for you.
Does Slicer see a connection and doesn't receive any data? Have you tried keeping the Slicer connection open and sending data updates?
I would check if the two servers configured correctly. To set up two servers on the same machine, you need to assign two different port numbers, and create two separate OpenIGTLink client nodes with those port numbers on Slicer.
Does Slicer see a connection and doesn't receive any data? Have you tried keeping the Slicer connection open and sending data updates?
Yes,there has two different port clients in Slicer and both of them are keep connection with my servers.
Hi! I want to build a OpenIGTLink server as a image transfer station,which receives dicom image and send it to 3D slicer.The problem is I can receive and send image succefully according to the variable which receive and send function return, but 3D slicer receive nothing actually when I use two different server for receiving and sending.But it did when using the same server to receive and send. Here is my code.
I don't know what the problem is.