Judging from the data this was posted it is too late for the answer, however it might be beneficial for others in case they run into the same issue.
One of the scenarious is following: If the diagnostic file really looks this way than you are not getting any replies from the device. Your DL205p2_Modbus object sends message out (->), but never receives anything back, otherwise you would see a line with a arrow pointing to the same object (DL205p2_Modbus <-) - you can find more on National Instruments site - this KNB: 288F1DJ6.
Because the object does not get any reply, it retries number of specified times - default is 4 - this is why you see a few entries before modem hangs. If the communication was successful it would not hang, but it isn't.
There is numerous reasons why t
here is no response, for any troubleshooting I strongly recommned loop-back test (PC->modem <--> modem->loopback) - connect pins 2 and 3, modem in autoanswer mode.
One more info you don't want to miss - from my pesonal experience with DL205: this PLC and some modems don't work together. I was not able to use Robotics 56k for example. I even got in touch with Automation Direct support - they were awere of the problem and had spent a lot of time on it, but were never able to find out the reason. They recommended swiching to a different modem. Slower modems - 14.4k (Robotics) seemed to work. The symptom is that the modem does not pick up if connected to the PLC.
Martin