Mikhail

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 4,559 total)
  • Author
    Posts
  • Mikhail
    Moderator

    A scheme file is located inside the project. You should check folders up starting from the scheme folder until find *.rsproj file.

    • This reply was modified 3 hours, 47 minutes ago by Mikhail.
    Mikhail
    Moderator

    Hello,
    The main sequence would be:
    1. After a scheme is open, detect the project folder, and load the channel table.
    2. Extend property grid to be able to select channels by implementing an editor. See this link for example.

    Mikhail
    Moderator

    Hello,

    Currently, Scheme Editor is taken from Rapid SCADA 5. So it’s difficult to integrate it with a project of Rapid SCADA 6.

    Do you need to display channels that exist in the project inside Scheme Editor?

    in reply to: Problem with data adquisition #12771
    Mikhail
    Moderator

    Hi,
    You need a channel of the Output type. Command code must match with the module. If you provide screenshots of the settings and sending command, I could check.

    in reply to: VB script #12765
    Mikhail
    Moderator

    Hi,

    You can run *.bat or *.sh from formulas. For example:

    Process.Start(@"C:\1.bat");
    
    in reply to: Epoch time to Time date convert #12764
    Mikhail
    Moderator

    Also possible

    dateTime = DateTimeOffset.FromUnixTimeSeconds((long)unixTimeStamp).ToUniversalTime();
    
    in reply to: OPC Ua error #12763
    Mikhail
    Moderator

    Hi,

    Thank you for the update.
    Note that DrvOpcUa.View.xml affects user interface. DrvOpcUa.Logic.xml affects how the driver works.

    in reply to: Epoch time to Time date convert #12756
    Mikhail
    Moderator

    Hi,


    @emhatek
    , what version of Rapid SCADA do you use?

    in reply to: Help, command send now in Scheme Editor #12755
    Mikhail
    Moderator

    Hi,

    But when I set command as Send Command instead of Send Command Now, it does its job.

    Could you compare the messages in ScadaServer.log in the both cases and provide screenshots?

    in reply to: MQTT how to filter topic? #12746
    Mikhail
    Moderator

    Hello,

    First of all, I would log some message if data.type == "report" to check whether that section is executed.

    in reply to: Installation 6.1.2 in Raspberry Pi #12745
    Mikhail
    Moderator

    Hello,

    You could try installing .NET6 manually as written here.

    in reply to: Open new window #12737
    Mikhail
    Moderator

    Hi,

    When a window is opened in a new tab, a browser decides whether to use a tab or separate window. You should check browser settings.

    When a window is opened in a popup, it is specified by SCADA. To change it, you can edit JavaScript files, however, it’s not recommended.

    in reply to: Problem with data adquisition #12736
    Mikhail
    Moderator

    You can send a string command like

    cmd=ExportArchive
    startDT=2022-12-23 10:00:00
    endDT=2022-12-23 11:00:00

    to export historical data.
    When DB Export module receives such command, it executes the historical data queries that exist in the module configuration.

    in reply to: MQTT how to filter topic? #12735
    Mikhail
    Moderator

    Hello,

    In such situation, using JS is the right method. If it doesn’t work, provide more info.

    in reply to: Help, command send now in Scheme Editor #12730
    Mikhail
    Moderator

    Hi,
    If you simply need to change command value, you can set a formula of the output channel to 1, for example.

    Do you have an input channel that changes according to a command?

Viewing 15 posts - 1 through 15 (of 4,559 total)