Forum Replies Created
-
AuthorPosts
-
SuperDev
ParticipantThanks àlot
SuperDev
ParticipantThanks
So I want to write my own plugin according to existing PlgTable and events.aspx
Would you please tell me which part and lines of code in existing Events.aspx or other files have internal check? And what i should do in my own plugin to cover that problem?Thanks a million
SuperDev
ParticipantThanks
But When i want to load internal pages i get NoView error in some case.
Specifically about Events.aspx.I write the followings in interface
This way:
http://localhost/Scada/plugins/Table/Events.aspx
and this way:
/Scada/plugins/Table/Events.aspx@WebPageViewNone of them work and give NoView error
Would you please help
-
This reply was modified 6 years, 5 months ago by
SuperDev.
SuperDev
Participantyes
I used the devloper version and the problem fixed.
By the way, about ScadaAdmin should we compile ScadaAdmin5 or ScadaAdmin?SuperDev
ParticipantHi,
I’m using the following WinControl.dll which is for 4 months ago. it seems it hasn’t been changed.
SuperDev
ParticipantAs compared the version 5.6.0 with the previous version i found out that in the previous version instead of IChildForm in ScadaAdmin, IWinControllable was used.
About ScadaCommShell i don’t know because it was new in the 5.6.0 versionSuperDev
ParticipantWebstation 5.0.6.0
extra scheeme component Version 5.0.0.0SuperDev
ParticipantHi
I solved this problem.
in the extracomprender.js file the below code should be changedvar cnlDataExt = renderContext.getCnlDataExt(props.InCnlNum);
change it to:
var cnlDataExt = renderContext.curCnlDataMap.get(props.InCnlNum);Have Fun 🙂
SuperDev
ParticipantHi mikhail
I tried level and gauge but there’s a problem.
i don’t have problem in SchemeEditor. for example, level is loaded completely like the picture below:
https://wetransfer.com/downloads/089cdc96965a74b16df47a62bed1f9e320181222083414/74203bea70775434c58e7dc169b10b1e20181222083414/00cbeb
But, when i load it in browser it can’t update the value and draw bar of level. As you see in the below picture under the bar i have assigned the input register to a DynamicText as well but the Level can’t draw it inside itself.
https://wetransfer.com/downloads/49c10fd2c6d9039595d7b7be52faaab020181222083515/eb86022be8f4fe2ce7204f55ad0116e220181222083515/07c7b1
SuperDev
ParticipantThanks a million
SuperDev
ParticipantHi Mikhail
Would you please give me alink to OPC DA source?
Thanks alotSuperDev
ParticipantSuperDev
ParticipantHi
As you know we use the below command while installing mono for apache to install required modules.
sudo apt-get install libapache2-mod-mono mono-apache-server4The question is this, what command should we use if we want to install mono for nginx
SuperDev
Participant -
This reply was modified 6 years, 5 months ago by
-
AuthorPosts