Mikhail

Forum Replies Created

Viewing 15 posts - 451 through 465 (of 6,282 total)
  • Author
    Posts
  • in reply to: Register reading with Modbus TCP #16694
    Mikhail
    Moderator

    Hi,
    Could you copy the packets from the communication line log as text?
    They can be found in a text file in the logs directory.

    in reply to: Multi-Channel Data Trigger #16687
    Mikhail
    Moderator

    Hi,
    You need to upgrade to Rapid SCADA 6 to use that feature.

    in reply to: Register reading with Modbus TCP #16686
    Mikhail
    Moderator

    Hi,
    Please copy a part of the communication line log to check data packets, and provide screenshots of the Modbus template.

    in reply to: rapidgate #16681
    Mikhail
    Moderator

    Hi,
    I sent a response on July 08. Is it put in the spam folder?

    in reply to: Auto report module errors #16679
    Mikhail
    Moderator

    Thank you for noticing the bug.

    in reply to: Using Internal variables/channels #16678
    Mikhail
    Moderator

    ModDiffCalculator is discussed here. It’s free and useful.

    in reply to: Auto report module errors #16674
    Mikhail
    Moderator

    Everything look fine except Auto Report Module automatically export the Event Report even I didn’t activate it.

    It’s a bug. Will be fixed in the next version.

    in reply to: Auto report module errors #16673
    Mikhail
    Moderator

    Everything look fine except Auto Report Module automatically export the Event Report even I didn’t activate it.

    Restart the service after changing the configuration.

    in reply to: Auto report module errors #16671
    Mikhail
    Moderator

    Hi,

    After I change culture to en-GB, no errors at log and excel file (Historical Data Report & Elastic Report) when I opened them.

    The PlgElasticReport.zh-Hans.xml file includes a line
    <Phrase key="WorksheetName">工作表{0}</Phrase>
    Likely there is some forbidden character.
    Try replacing that line by the similar line from PlgElasticReport.en-GB.xml

    • This reply was modified 11 months ago by Mikhail.
    in reply to: Swapping command values #16670
    Mikhail
    Moderator

    In case of Modbus coils
    Cmd > 0 ? 0 : 1

    in reply to: Swapping command values #16669
    Mikhail
    Moderator

    Hi,
    In the output formula of the channel, put something like
    Cmd > 0 ? 0xFF : 0x00
    If it doesn’t work, make screenshots.

    in reply to: Using Internal variables/channels #16668
    Mikhail
    Moderator

    Hello,
    To do that, add a new function in the Scripts table, and then use it in a channel.

    public void MyFunc()
    {
      SetData(501, Val(500), 1);
      SetData(502, Val(501)-Val(500));
    }
    in reply to: Scada webstation not getting open #16667
    Mikhail
    Moderator

    can you link me with some example projects backup? I will try to restore the project and learn from there.

    The Hello World project is in C:\Program Files\SCADA\ProjectSamples\HelloWorld
    Other projects are owned by the customers.
    There is a YouTube video about connecting devices by Modbus. It should not be hard.

    in reply to: Using Internal variables/channels #16655
    Mikhail
    Moderator

    Hello,

    I have tried to make channels which aren’t linked to any device/communication lines

    I suggest to add a device in the Devices table that has no a real device under it. It is useful for grouping channels.

    SetData(417,Cmd,1)

    If that output formula is used in the channel 417 itself, it can be simplified to SetData()

    in reply to: Faster thread #16654
    Mikhail
    Moderator

    5000 channels is not so many. It should be 10 iterations per second. To measure it, you could write timestamps in a text file from a channel formula. A formula for writing to file somewhere on the forum.

Viewing 15 posts - 451 through 465 (of 6,282 total)