Forum Home › Forums › Understanding the Software › How to add Chartpro plugin and use it in Rapid Scada version 6
Tagged: V6 chartpro plugin
- This topic has 36 replies, 3 voices, and was last updated 2 years, 9 months ago by
Mikhail.
-
AuthorPosts
-
September 6, 2022 at 10:31 pm #10668
AFP
ParticipantHello,
First of all, I have to say that I m newbie in Rapid Scada.
Frankly I m very confused on how to use Chartpro plugin on v6.
I downloaded and installed/copied the plugin as needed ( based on V5 plugin installation) but I don’t know how to active it as plugin tab is not more present in Main Menu.
Furthermore I don’t know how to use it in that rapid scada version.Please, any help and support is welcome.
-
This topic was modified 2 years, 9 months ago by
Mikhail.
September 7, 2022 at 11:14 am #10669AFP
ParticipantHow can I get computer code ?
September 7, 2022 at 2:26 pm #10670Mikhail
ModeratorHello,
In Administrator you should edit ScadaWebConfig.xml manually.<Plugins> ... <Plugin code="PlgChartPro" /> ... </Plugins> <PluginAssignment> <ChartFeature>PlgChartPro</ChartFeature> ... </PluginAssignment>
September 7, 2022 at 2:26 pm #10671Mikhail
ModeratorComputer code will be displayed by the plugin.
September 7, 2022 at 5:15 pm #10672AFP
ParticipantHello Mikhail,
Thank you for your feedback.
I did what you said in your first message but I’m getting following error in the webstation logs :[ERR] Error creating plugin logic PlgChartPro of type Scada.Web.Plugins.PlgChartPro.PlgChartProLogic from file C:\Program Files\SCADA\ScadaWeb\PlgChartPro.dll: Could not load type ‘Scada.Web.Plugins.PlgChartPro.PlgChartProLogic’ from assembly ‘PlgChartPro, Version=5.1.0.1, Culture=neutral, PublicKeyToken=null’.
And when clicking in any channel in a table view I’m getting following pop up message :
No plugin implements the charting feature.
Please, how can I fix this issue ?
Best regards,
Christian
September 8, 2022 at 1:35 pm #10675Mikhail
ModeratorHello,
Did you install Chart Pro for v6 or v5?September 8, 2022 at 2:31 pm #10680AFP
ParticipantI installed ChartPro 5.
Where is the link for ChartPro 6 or other plugins compatible with RapidScada 6 beta , please ?September 8, 2022 at 3:45 pm #10682AFP
ParticipantI have found the correct link for chartpro.
I ‘m going to use it then I will let you knowSeptember 8, 2022 at 5:28 pm #10683AFP
ParticipantNow it seems like the Chartpro plugin loaded successfully.
I can now get computer code for activation.I have a question at this step:
How can I set things such when I click on an channel in table view the application shows related chartpro page like with have in live demo application ?
In my case when I click on channel I’m getting following pop up window as you can see in the picture
https://drive.google.com/file/d/1UpSAIE4pbOCG9I5Yg3hH35IzlUN9evmJ/view?usp=sharingSeptember 9, 2022 at 8:59 am #10684Mikhail
ModeratorThis below part of ScadaWebConfig.xml assigns Chart Pro for views:
<ChartFeature>PlgChartPro</ChartFeature>
You should check ScadaWeb.log if there are any errors after restart of web application.When you got a key, add PlgChartPro_Reg.xml to Webstation configuration:
<?xml version="1.0" encoding="utf-8" ?> <RegKey>YOUR_KEY</RegKey>
September 9, 2022 at 9:51 am #10688AFP
ParticipantHello Mikhail,
This is exactly what I did as you can see in following pictures.
https://drive.google.com/file/d/10zWZ9mPt2YiG7p2Ou0ro32BX1FwWXN9Z/view?usp=sharing
https://drive.google.com/file/d/17JZwoklUMBYY7lStdCElWU27EryIORXO/view?usp=sharing
But the situation is the same. Chartpro link doesn’t work.
September 9, 2022 at 12:13 pm #10692Mikhail
ModeratorHello,
Restart IIS, or simply reload the computer.
This issue is because adding a new plugin requires full restart of web application. We should think how to make it clear for users.September 9, 2022 at 12:15 pm #10693Mikhail
ModeratorNew web forms of the plugin can be registered in a web application only when it starts.
September 9, 2022 at 12:18 pm #10694Mikhail
ModeratorCheck the direct link http://localhost:8080/ChartPro/ChartPro?cnlNums=101&startDate=2022-09-09
September 9, 2022 at 1:21 pm #10695AFP
ParticipantI restarted IIS and Computer but I’m still having thi issue.
The above link show only a blank page with a menu at the left top corner as you can see in the following screeshot.https://drive.google.com/file/d/16q1W2uEw_IdLj1uCcbfab_mjtH6EQABH/view?usp=sharing
And all menu buttons under this link don’t work as expected.
Regards,
Christian
-
This topic was modified 2 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.