Forum Replies Created
-
AuthorPosts
-
September 9, 2022 at 12:13 pm in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10692
MikhailModeratorHello,
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.
MikhailModeratorMQTT client driver will support generating channels in the next release.
MikhailModeratorHi Rami,
In browser press F12, select the Console tab and check the web page errors.
Screenshots of configuration and error would help.-
This reply was modified 3 years, 9 months ago by
Mikhail.
September 9, 2022 at 8:59 am in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10684
MikhailModeratorThis 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 8, 2022 at 2:42 pm in reply to: scada v5 in linux docker communicate with opc ua error #10681
MikhailModeratorCould you share how did you fixed that?
September 8, 2022 at 1:35 pm in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10675
MikhailModeratorHello,
Did you install Chart Pro for v6 or v5?
MikhailModeratorHi,
In Elastic Report, to calculate average by column or row, use calcAvg attribute. See ElasticRepExample.xml
September 7, 2022 at 2:26 pm in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10671
MikhailModeratorComputer code will be displayed by the plugin.
September 7, 2022 at 2:26 pm in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10670
MikhailModeratorHello,
In Administrator you should edit ScadaWebConfig.xml manually.<Plugins> ... <Plugin code="PlgChartPro" /> ... </Plugins> <PluginAssignment> <ChartFeature>PlgChartPro</ChartFeature> ... </PluginAssignment>
MikhailModeratorIn Administrator open Line Stats, then select Line Log.
MikhailModeratorI do not see this formula at the user manual.
You can use C# functions as well.
MikhailModeratorI suggest to use the same input channel number and output channel number to control the device tag. In version 6 the channels will be joined.
Can I have 20 input channels but having 10 output channels only?
Yes.
MikhailModeratorEach scheme is a one webpage. To select a scheme, a user clicks it in the view tree.
MikhailModeratorYou should check communication line log for the error details.
-
This reply was modified 3 years, 9 months ago by
Mikhail.
MikhailModeratorMay I have any comments for the toggle problem encountered?
Please provide more info:
– screenshots of the existing settings
– actual behavior
– expected behavior -
This reply was modified 3 years, 9 months ago by
-
AuthorPosts