Gateway

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10330
    Bang
    Participant

    Hi, Im extracting data from a Power Meter through modbus. Scada is giving me Device error of GATEWAY PATH UNAVAILABLE. Ive tried extracting from the meter to a PLC, it was fine, read all the data. But for he actual application, I wont be needing the PLC . Thanks for the assistance in advance.

    2022-06-07 14:51:18 Communication session with the Device 2 “Metro 2.0”, type: KpModbus, address: 1, call number: 192.168.1.3
    Request element group
    Send (12): 00 CD 00 00 00 06 01 03 0B CB 00 22
    Receive (7/7): 00 CD 00 00 00 03 01
    Receive (2/2): 83 0A
    Device error: [0A] GATEWAY PATH UNAVAILABLE!
    Request element group
    Send (12): 00 CE 00 00 00 06 01 03 0B CB 00 22
    Receive (7/7): 00 CE 00 00 00 03 01
    Receive (2/2): 83 0A
    Device error: [0A] GATEWAY PATH UNAVAILABLE!
    Request element group
    Send (12): 00 CF 00 00 00 06 01 03 0B CB 00 22
    Receive (7/7): 00 CF 00 00 00 03 01
    Receive (2/2): 83 0A
    Device error: [0A] GATEWAY PATH UNAVAILABLE!

    • This topic was modified 1 year, 10 months ago by Mikhail.
    #10331
    manjey73
    Participant

    Does your gateway work over Modbus TCP ? Has a port for access, for example 502 ? Perhaps you are requesting an address that is not in the gateway variables

    #10333
    Mikhail
    Moderator

    Hi,

    “[0A] GATEWAY PATH UNAVAILABLE!” is returned by a device. So you successfully communicate with a gateway at least.
    Use Modbus Parser to check your request: 00 CD 00 00 00 06 01 03 0B CB 00 22
    May be you need to change Unit ID (the address field).

    #10334
    Mikhail
    Moderator

    Also try to request 1 register instead of 34 for testing.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.