manjey73

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 954 total)
  • Author
    Posts
  • in reply to: online parser: crc presentation #17990
    manjey73
    Participant

    Well, @Mikhail can easily see his mistake. It is enough to look at the result of the CRC calculation in the Modbus driver before it is split into bytes for the packet 🙂

    in reply to: Embedded mimic does not work #17988
    manjey73
    Participant

    did I understand correctly that when you remove frames from the mnemonic scheme, then the trend component starts working for you?

    in reply to: Embedded mimic does not work #17987
    manjey73
    Participant

    you probably made a mistake with the channel number on the trend.

    in reply to: Embedded mimic does not work #17985
    manjey73
    Participant

    It is allowed to link to html in another resource, for example http://10.2.0.1:8081 but in this case, the javascript of another resource may be blocked inside the frame.

    • This reply was modified 6 days, 10 hours ago by manjey73.
    in reply to: Embedded mimic does not work #17984
    manjey73
    Participant

    http://localhost:5000/Object_13 What do you have there? the link for the frame?

    if I’m not mistaken, you need to place your pages in wwwroot\custom and the link will start with /custom/myHtmlPage.html

    Do you want to download the svg directly as a link? I’m not sure that’s going to happen.

    You have Images in the project tree, so you should add an image there. Or a more complicated way, use the ExtraMarkup component.

    in reply to: online parser: crc presentation #17982
    manjey73
    Participant

    CRC Modbus – Rezult

    Enter there 10 06 02 02 00 03

    And then enter 10 06 02 02 00 03 F2 6A if the byte order in the CRC corresponded to the display of the VALUE in the parser

    in reply to: online parser: crc presentation #17979
    manjey73
    Participant

    the calculation is correct, but the displayed value is incorrect, since the CRC in Modbus is always inserted the lowest byte ahead.

    in reply to: Embedded mimic does not work #17974
    manjey73
    Participant

    Check in the browser (show code) on the i-frame element

    in reply to: online parser: crc presentation #17972
    manjey73
    Participant

    Yes, it’s wrong. I understand what you’re talking about. Displaying the CRC value in the parser.
    I very rarely use this parser, let’s hope @Mikhail will correct this moment.

    • This reply was modified 1 week ago by manjey73.
    in reply to: online parser: crc presentation #17968
    manjey73
    Participant

    In Modbus, the lowest CRC byte always goes first, then the highest.
    A feature of the CRC calculation in the Modbus protocol is that if we send a packet along with the CRC to the calculation, we should get 0

    in reply to: Embedded mimic does not work #17967
    manjey73
    Participant

    frame can block scripts. But in theory, if it works within the same domain, then everything should work.

    See what’s going on in debugging. Perhaps you just entered the wrong link to display in the frame.

    in reply to: mimic diagram #17959
    manjey73
    Participant

    speedometr

    The speedometer can be adjusted to suit your needs. You can replace the background image and arrows there.

    in reply to: Webstation output channel error #17937
    manjey73
    Participant

    The format should be On-OFF. The error is probably related to the fact that you need to set the byte order correctly. Or set up the address start correctly from 0 or from 1.

    manjey73
    Participant

    It is possible to duplicate the device. And this is the only way at the moment.
    For example, you have a myDevice1 device, you create myDevice1_1 and myDevice1_2 and make different polling patterns, for example, a part for fast polling and a second for slow polling

    A team survey requires formulas to work.

    in reply to: Backup strategy for distributed system #17917
    manjey73
    Participant

    there you need to submit a command so that the gateway sends the data that was available during the period of absence of communication. Perhaps you can write a script on the main server to monitor and calculate the time and use the automatic control module.

Viewing 15 posts - 16 through 30 (of 954 total)