Connecting to DELTA DVP PLC using Modbus TCP


Hi,

I'm trying to connect Indusoft with DELTA DVP PLC using Modbus TCP/IP protocol.

The comm. driver gives read status error: (-15) which is: "Timeout Start Message"
It means Indusoft isn't reading any response form PLC,,

But when I looked the TX/RX frames log window, I found this:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Starting connect to 192.168.1.5:502
Connected to server 192.168.1.5
[ID: E84] Tx:00 00 00 00 00 06 00 03 10 05 00 02
[ID: E84] Rx:00 00 00 00 00 07 00 03 04 BA BE 00 00
Timeout

Starting connect to 192.168.1.5:502
Connected to server 192.168.1.5
[ID: E84] Tx:00 00 00 00 00 06 00 03 10 05 00 02
[ID: E84] Rx:00 00 00 00 00 07 00 03 04 BA BE 00 00
Timeout
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

This log confirmed two things:
1) There is response (Rx frame) from PLC !! :confused:
2) The value of reading is (BABE)hex which is the exact expected value that I already put it in the PLC memory..

I'm not sure why time-out is occurring after each request ?!
Waiting your advice.

Parents
  • Dear MikePeri,

    I'm sorry for late reply.. becuase I was very busy in the past period, and I faced some problems to log-in here !
    Anyway.. here are the settings:

    Default Protocl: 7,E,1 [Baud Rate: 9,6 ~ 115,2 kbps]
    Protocl Type: ASCII
    Signed / Unsigned: Unsigned
    Swap: No Swap / Write Item

    Now, For Addressing: here are some examples for the comm. sheet:

    [Tag Name] [Station] [I/O Address]
    DW0 1 DW:4097
    D7 1 4X:4104
    M0 1 0X:2049

    So, for your application, the address of D180 is 4097 (Offset of D0) + 180 = 4277
    Thus, you shoud input in the I/O Address : [4X:4277] to access D180.








Reply
  • Dear MikePeri,

    I'm sorry for late reply.. becuase I was very busy in the past period, and I faced some problems to log-in here !
    Anyway.. here are the settings:

    Default Protocl: 7,E,1 [Baud Rate: 9,6 ~ 115,2 kbps]
    Protocl Type: ASCII
    Signed / Unsigned: Unsigned
    Swap: No Swap / Write Item

    Now, For Addressing: here are some examples for the comm. sheet:

    [Tag Name] [Station] [I/O Address]
    DW0 1 DW:4097
    D7 1 4X:4104
    M0 1 0X:2049

    So, for your application, the address of D180 is 4097 (Offset of D0) + 180 = 4277
    Thus, you shoud input in the I/O Address : [4X:4277] to access D180.








Children
No Data