Forum Home › Forums › Runtime Bugs › Webstation Bugs › Extra Scheme Components Plugin
Tagged: Extra Scheme Components Plugin
- This topic has 13 replies, 4 voices, and was last updated 4 years, 1 month ago by
Mikhail.
-
AuthorPosts
-
December 15, 2018 at 4:45 pm #4739
bencyau
ParticipantHello,
Testing above stuff not successful. Installed files into ScadaWeb, checked to see if all directory/files are unblocked.
Obtained trial key from scada running admin account, and activated component.
Open scheme editor:
1.) able to place a ‘level’ object.
2.) Clicking ‘gauge’ saw ‘+’ sign but not able to place object (nothing laid down.)Run scada from browser, ‘level’ object showed empty box with no progress bar(blue color filling). Set to ‘draw diagram’ and click it will bring up chart with value curves.
December 16, 2018 at 12:27 pm #4742Mikhail
ModeratorHi,
Please post here version of the Webstation app and version of Extra Scheme Components Plugin.
Look the log file in SCADA\ScadaWeb\log for additional error description.December 17, 2018 at 7:58 am #4748bencyau
ParticipantNo longer a problem.
I tried this again on a different PC, and both controls worked without any issue.
Thanks.December 17, 2018 at 2:17 pm #4749Mikhail
ModeratorOK 🙂
December 22, 2018 at 8:39 am #4762SuperDev
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
December 23, 2018 at 10:02 am #4766SuperDev
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 🙂
December 23, 2018 at 12:31 pm #4768Mikhail
ModeratorThanks, I will check.
Can you tell the version of the Webstation app and of Extra Scheme Components Plugin?December 23, 2018 at 2:27 pm #4769SuperDev
ParticipantWebstation 5.0.6.0
extra scheeme component Version 5.0.0.0December 24, 2018 at 11:20 am #4775Mikhail
ModeratorThe components were published on July 30, 2018. So you need at least Webstation 5.0.6.1.
See the version history for the details.April 17, 2019 at 3:47 am #5294AAllaby
ParticipantI am having an issue with the extra scheme components not loading properly on the Webstation (5.0.7.0). I updated all components of Rapid SCADA to the newest versions today to be able to use the extra scheme components (gauge, level bar) as they were not supported in the previous version of Webstation I was running. When I open the Webstation in Firefox (how I typically use it) everything works except the new components, they show up but the pointer on the gauge is not there and the level indication on the bar is not there. I tried opening the Webstation in Chrome and everything seems to work fine, although Chrome is not an option for our company PC’s so I need to find a fix for Firefox. Any ideas? Thank you.
April 17, 2019 at 3:12 pm #5301Mikhail
ModeratorIs it possible to open a link to your Rapid SCADA on a test server where the problem is reproduced? And provide screenshots, please.
April 18, 2019 at 7:03 pm #5320AAllaby
ParticipantHi Mikhail, I will email you the pictures. I cannot give access to my test server as it is on a secure network. Thank you.
April 18, 2019 at 7:58 pm #5321AAllaby
ParticipantNevermind I fixed it, just needed to clear the browser cache.
April 19, 2019 at 11:15 am #5328Mikhail
ModeratorGood 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.