manjey73

Forum Replies Created

Viewing 15 posts - 736 through 750 (of 922 total)
  • Author
    Posts
  • in reply to: Open in Web Browser #6467
    manjey73
    Participant

    Rights, access Rules, Access, I don’t know how to call it correctly in the English version.

    I use an online translator

    • This reply was modified 6 years, 2 months ago by manjey73.
    in reply to: Open in Web Browser #6464
    manjey73
    Participant

    You also need to allow viewing and managing in the Rule tab

    in reply to: Connecting Devices Using Modbus Protocol #6454
    manjey73
    Participant

    The idea is to write a formula and add the value to a file once an hour without using the auto control module

    in reply to: Problem with DupAcks of Modbus TCP #6423
    manjey73
    Participant

    Here you have a request for 5 registers and returned 5

    Request element group
    Send (12): 00 00 00 00 00 06 01 03 01 38 00 04
    Receive (7/7): 00 00 00 00 00 0B 01
    Receive (10/10): 03 08 FF ED 00 13 00 00 00 00
    OK!

    And here you have a request for 10 registers but returned 5 from the previous request. And so all the time

    Request element group “offet and gain”
    Send (12): 00 00 00 00 00 06 01 03 01 63 00 09
    Receive (7/7): 00 00 00 00 00 0B 01
    Receive (10/10): 03 08 FF ED 00 13 00 00 00 00
    Incorrect PDU length!

    in reply to: Problem with DupAcks of Modbus TCP #6422
    manjey73
    Participant

    It feels like your device is sending out packets again

    in reply to: Rapid Scada hardware compatibility question #6414
    manjey73
    Participant

    RapidScada can run on a Raspberry Pi and its characteristics are somewhat more modest than you have shown.

    in reply to: Add Device address #6408
    manjey73
    Participant

    The field is called “Call number” because it can be used for other purposes in some drivers. This is a common name. In the Modbus Protocol TCP is used for entering IP addresses

    in reply to: Add Device address #6406
    manjey73
    Participant

    The address must be an integer value, this is for the RTU Protocol. IP is entered in the call sign field

    Call number if I understand correctly the ratio of the English and Russian versions

    • This reply was modified 6 years, 3 months ago by manjey73.
    in reply to: How to send command to rs485 Relay board #6391
    manjey73
    Participant

    It will be difficult for me to explain to you, since I use the latest version of RapidScada in Russian

    You need to create input and output channels for your device.
    Create an interface with a button.
    In the properties of the button, specify the input and output channels.

    Option 1. In the output channel, specify “Use formula”, specify the value 768. This way the button will always send a trigger command to the relay
    Just specify in the properties of the button-send the command immediately.

    To create two buttons with different purpose-Enable or disable. It will be necessary to make a duplicate of the output channels, in one of them as a formula to specify 256 (Disable), in the other 512 (Enable). Or use a more complex formula in one output channel

    in reply to: How to send command to rs485 Relay board #6388
    manjey73
    Participant

    The Ethernet-RS485 Converter has an IP and port and a TCP server management mode. In the Line settings, you need to configure as a TCP client by specifying the IP and port. Leave the Modbus RTU setting.

    in reply to: How to send command to rs485 Relay board #6383
    manjey73
    Participant

    So you were able to turn on and off the relay ?

    in reply to: installation caused other issues #6380
    manjey73
    Participant

    There may be an overflow of cookies, clear in the browser settings.

    Ctrl + F5 can also help

    in reply to: How to send command to rs485 Relay board #6378
    manjey73
    Participant

    Show part of the log Communication Line State

    Also try sending a Standard command, command number 1-8, value 256, 512 or 768

    • This reply was modified 6 years, 3 months ago by manjey73.
    in reply to: How to send command to rs485 Relay board #6377
    manjey73
    Participant

    https://ibb.co/JcDhnGH – Here you send the string again

    https://ibb.co/DwgNpQz – Here in the first two lines you can see that the line went to ASCII-31 character code 1, 20-the code of the space character

    https://ibb.co/d2H2G5M – Here you are trying to send a command with the wrong CRC, try 01 06 00 01 02 00 D9 6A

    in reply to: How to send command to rs485 Relay board #6374
    manjey73
    Participant

    Once again I offer my template for this relay

    In the Communicator, disable the binding to the Server (Bounds), download my template and start the Communicator

    Online Modbus Parser

    Check Request Modbus RTU from ModbusPoll

    01 06 00 01 01 00 D9 9A

    and other

    • This reply was modified 6 years, 3 months ago by manjey73.
Viewing 15 posts - 736 through 750 (of 922 total)