Forum Replies Created
-
AuthorPosts
-
ZeusParticipantHi,
It works. thanks
ZeusParticipantHi.
The RegularComponentDescriptor have PropertyDescriptor below. It supports only one cnlthis.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.
ZeusParticipantHi,
OK I see. Thanks
ZeusParticipantHi,
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?
ZeusParticipantHi
I have sent email but no response
ZeusParticipantHi,
where can i get the Replication Module
and i use mqtt protocols
ZeusParticipant界面实时刷新数据 和存档没有关系
ZeusParticipantyes
ZeusParticipantHi
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
ZeusParticipantYes it works in arm64 but not smooth as it work in x86
I will wait new MimicEditor.
ZeusParticipantHi 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.
ZeusParticipant这个不提供
ZeusParticipantHi,
I tried it. it works fine. Thanks
ZeusParticipantHi,
OK thanks
ZeusParticipant随便搞,不挑系统
-
This reply was modified 8 months ago by
-
AuthorPosts