Mikhail

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 6,313 total)
  • Author
    Posts
  • in reply to: online parser: crc presentation #18087
    Mikhail
    Moderator

    0xBADD is displayed by the parser in the same order as transferred.
    https://ibb.co/tpS0C1Zm
    https://ibb.co/v7fyV3S

    I’ll check the details and come back.
    Thank you for noticing.

    • This reply was modified 2 weeks, 2 days ago by Mikhail.
    in reply to: SCADA Client API Command not Working #18086
    Mikhail
    Moderator

    In the above config the EnableFileCommands parameter is true.
    So you should see commands in ScadaComm.log

    in reply to: SCADA Client API Command not Working #18081
    Mikhail
    Moderator

    Make sure that file commands are enabled in the Communicator options.

    in reply to: SCADA Client API Command not Working #18080
    Mikhail
    Moderator

    Hi,
    If you mean commands sent from the Administrator application, you should find them in ScadaComm.log

    in reply to: New release Rapid SCADA 6.4.x #18079
    Mikhail
    Moderator

    Rapid SCADA 6.4.7 has been released.
    – Communicator API has been updated. Backward compatibility is maintained. Existing drivers do not need to be rebuilt.
    – New RS Client Driver for interacting with another Rapid SCADA instance. Useful for publishing calculated channels via an OPC UA server.
    – New Redundancy Selector Driver included in the Enterprise edition. This driver selects tag values ​​from one of two devices.
    – Fixed bugs in new mimic diagrams.

    in reply to: online parser: crc presentation #18075
    Mikhail
    Moderator

    Hi,
    If you find a bug, please provide the structured info:
    – Testing example
    – Expected result of the Modbus parser
    – Actual result provided by the Modbus parser

    in reply to: SCADA Client API Command not Working #18074
    Mikhail
    Moderator

    Hi,
    Then check ScadaComm.log if a command registered there or not.

    in reply to: Text as a link to the channel #18072
    Mikhail
    Moderator

    Hi,

    1. Remove the channel number from the component data binding, and open a chart by a JS command that can be set as an action. An action script would be

    function (args) {
      args.renderContext.viewHub.features.chart.show(101);
    }

    2. Or create a custom binding for the text property with an empty channel.

    in reply to: SCADA Client API Command not Working #18068
    Mikhail
    Moderator

    Hi,

    You should check all steps how a command is transferred.
    Check ScadaServer.log, then ScadaComm.log, then the communication line log.
    Log files provide additional details that can help to resolve the issue.

    There is also a GUI client.

    Does the driver need to implement a specific command handling interface or method to receive commands?

    Is it your own custom driver or some of the existing drivers?

    in reply to: Red Hat Installation #18061
    Mikhail
    Moderator

    wine [file path]/ScadaAdmin.exe
    is enough to run the app. It was tested on Ubuntu.
    However, wine may need setup.

    Alternatively, you could try the web app created by @jurasskpark
    Link 1
    Link 2

    in reply to: Red Hat Installation #18058
    Mikhail
    Moderator

    Hello,
    Yes. Please check this topic.

    in reply to: Embedded Webpages #18056
    Mikhail
    Moderator

    Hello,

    I suggest:
    1. Press F12 in the web browser to open the developer tools.
    2. Check the error details in the console tab. What is the error?

    in reply to: Only Archive on “Status change” #18055
    Mikhail
    Moderator

    The highlighted value is too big. Use a value from 0 to 1000.

    in reply to: Dashboard Plugin #18043
    Mikhail
    Moderator

    Hello,

    The file shows in the list of views but when hovering over it there is a red circle with a line through.

    It means that the view type is not recognized by the web application.
    Could you provide screenshots of the related settings?
    In ScadaWeb.log, make sure that PlgDashboard is loaded after the web app starts.

    in reply to: Text as a link to the channel #18041
    Mikhail
    Moderator

    Hi,

    New mimics should do that in a straightforward manner. Do you have any issues?

Viewing 15 posts - 16 through 30 (of 6,313 total)