Zeus

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 165 total)
  • Author
    Posts
  • Zeus
    Participant

    Thakns

    in reply to: Multi language support #17871
    Zeus
    Participant

    Hello,
    Thank you for the clarification. Let me specify the requirements based on your questions:
    1. User Interface:
    Yes, we need a language selection dropdown menu on the SCADA Web interface (e.g., in the top navigation bar). This allows users to switch between different languages instantly.
    2. Mimic Pages & Use Cases:
    Our use case involves users from different countries connecting to the same Rapid SCADA instance. Therefore, the system needs to support displaying content in different languages based on the user’s selection.
    3. Implementation Preference:
    Ideal Solution: We prefer a fully dynamic approach. The language should switch immediately on the client side without requiring a page reload or manual updates in the Admin panel. This would apply to menus, UI labels, and text within the mimic pages.
    Alternative Solution: We understand that dynamic translation for mimic pages might be technically complex. If the ideal solution is too difficult to implement, we are willing to accept a configuration-based approach. In this scenario, we could configure multi-language text for mimics and menus in the Admin tool, and the changes would take effect after uploading/publishing.
    Could you please advise if the dynamic approach is feasible, or should we proceed with the alternative configuration method?
    Best regards,

    in reply to: modal develop in mimiceditor #17859
    Zeus
    Participant

    Hello, I’ve encountered a new requirement. I’d like to implement dynamic language switching on SCADAweb, covering menus, the user interface, and the content within mimic pages. Do you have any suggestions? I’ve already tried analyzing it with Cursor and have a preliminary approach, but it involves extensive modifications, making it difficult to keep up with the main development branch going forward.

    in reply to: modal develop in mimiceditor #17858
    Zeus
    Participant

    Thanks

    in reply to: 中文交流分支开启了 #17857
    Zeus
    Participant

    手册就在官网

    in reply to: multi channel support needed in mimiceditor #17266
    Zeus
    Participant

    Hi,
    It works. thanks

    in reply to: multi channel support needed in mimiceditor #17260
    Zeus
    Participant

    Hi.
    The RegularComponentDescriptor have PropertyDescriptor below. It supports only one cnl

    this.add(new PropertyDescriptor({
    name: “inCnlNum”,
    displayName: “Input channel”,
    category: KnownCategory.DATA,
    type: BasicType.INT
    }));

    And the function below bind cnl in xml

    /// <summary>
    /// Binds the view to the configuration database.
    /// </summary>
    public override void Bind(ConfigDataset configDataset)
    {
    foreach (Component component in Mimic.EnumerateComponents())
    {
    if (component.Bindings != null)
    {
    component.Bindings.BindChannels(configDataset);
    component.Bindings.OffsetCnlNums(viewArgs.CnlOffset);
    component.Bindings.GetAllCnlNums().ForEach(cnlNum =>
    AddCnl(configDataset.CnlTable.GetItem(cnlNum)));
    }
    }
    }

    Now i am developing mimic plugin it need more than one cnl. I don’t know how to make a PropertyDescriptor support more than one cnl and it can bind.

    in reply to: modal develop in mimiceditor #17237
    Zeus
    Participant

    Hi,
    OK I see. Thanks

    in reply to: Add Hist function in mimic-view.js #17198
    Zeus
    Participant

    Hi,
    In mimic-view.js there are two function. Now i need histdata and event function
    class MimicDataProvider extends rs.mimic.DataProvider {
    getCurData = (cnlNum, opt_joinLen) =>
    MainApi.getCurDataFromMap(this.curDataMap, cnlNum, opt_joinLen);
    getPrevData = (cnlNum, opt_joinLen) =>
    MainApi.getCurDataFromMap(this.prevDataMap, cnlNum, opt_joinLen);
    }
    Can you extend the functions?

    in reply to: rapidgate #16680
    Zeus
    Participant

    Hi
    I have sent email but no response

    in reply to: rapidgate #16589
    Zeus
    Participant

    Hi,
    where can i get the Replication Module
    and i use mqtt protocols

    in reply to: 数据存到数据库后,如何从数据库读取 #16578
    Zeus
    Participant

    界面实时刷新数据 和存档没有关系

    in reply to: about select channels #16404
    Zeus
    Participant

    yes

    in reply to: about chart plugin #16331
    Zeus
    Participant

    Hi
    I saw four plugin in the document.
    What are their function? how we can test and buy it?
    Replication Helper Performance Monitor Audit Log Audit Log

    in reply to: Buid Rapid SCADA 6 on Visual Studio Code #16312
    Zeus
    Participant

    Yes it works in arm64 but not smooth as it work in x86
    I will wait new MimicEditor.

Viewing 15 posts - 1 through 15 (of 165 total)