Zeus

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 160 total)
  • Author
    Posts
  • 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.

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

    Hi all
    I installed wine10.0 and wine-mono.
    Scadaadmin runs fine.
    SchemeEditor runs fine but cannot open sch file it shows ‘unable to upload scheme to the web page’ In console logs ‘cors header Access-Control-Allow-Origin missing’
    Both in arm64 and x86

    • This reply was modified 8 months ago by Zeus.
    in reply to: scada-v6编译完成了,如何打包成Setup那样 #16066
    Zeus
    Participant

    这个不提供

    in reply to: data storage under mill second #15548
    Zeus
    Participant

    Hi,
    I tried it. it works fine. Thanks

    in reply to: build or publish script #15538
    Zeus
    Participant

    Hi,
    OK thanks

    in reply to: Rapid SCADA現在有支援debian 13了嗎? #14963
    Zeus
    Participant

    随便搞,不挑系统

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