Error data fire system

Forum Home Forums Communicating with Devices Modbus Error data fire system

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4819
    jeeslo
    Participant

    Hello

    I have a problem with the Modbus communication of a fire system, I use the Modbus Poll software for previous tests and everything works excellent.

    MODBUS-POLL

    000-Tx:00 25 00 00 00 06 01 03 00 00 00 0A
    001-Rx:00 25 00 00 00 17 01 03 14 00 00 01 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 09
    002-Tx:00 25 00 00 00 06 01 03 00 00 00 0A
    003-Rx:00 25 00 00 00 17 01 03 14 00 00 01 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 09

    When I configure the scada-communication I have an error, checking the communication line log the data of TX there is a data F6 of hex I can not find a way to change to 01

    SCADA-COMMUNICATION

    2019-01-08 12:02:04 Establish a TCP connection with 172.16.0.41:502

    2019-01-08 12:02:05 Communication session with the Device 12 “Incendios”, type: ScadaCommCommon, address: 502, call number: 172.16.0.41
    Request element group “Test 1”
    Send (12): 00 00 00 00 00 06 F6 03 00 00 00 05
    Receive (0/7):
    Communication error!
    Request element group “Test 1”
    Send (12): 00 00 00 00 00 06 F6 03 00 00 00 05
    Receive (0/7):
    Communication error!
    Request element group “Test 1”
    Send (12): 00 00 00 00 00 06 F6 03 00 00 00 05
    Receive (0/7):
    Communication error!

    2019-01-08 12:02:10 Disconnect from 172.16.0.41

    Greetings and waiting for your help thank you very much

    #4822
    manjey73
    Participant

    KpModbus_test

    Try this library. If your device does not respond due to zero ID, it should work. In the future, Mikhail promised to add an identifier change in the release version of the library.

    If so, this is the second device that does not accept a null request ID.

    Still you have the difference
    00 25 00 00 00 06 01 03 00 00 00 0A
    00 00 00 00 00 06 F6 03 00 00 00 05

    • This reply was modified 5 years, 2 months ago by manjey73.
    • This reply was modified 5 years, 2 months ago by manjey73.
    • This reply was modified 5 years, 2 months ago by manjey73.
    #4833
    Mikhail
    Moderator

    Hola

    00 00 00 00 00 06 F6 03 00 00 00 05

    F6 is a unit ID, in terms of Rapid SCADA this is a device address defined in Administrator.
    While another software uses Unit ID = 1.
    You can check it by http://modbus.rapidscada.net/

    First of all, change the device address to 1.

    #4836
    jeeslo
    Participant

    Hello friends

    Following its recommendations, solve it in the following way:

    1. In Administrator the address enter the server port number 502
    2. In the Communicator the Address set the number of the slave ID 01

    It worked correctly

    Thank you very much for your valuable support

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