Forum Replies Created
-
AuthorPosts
-
MikhailModeratorCan you let me know if it’s possible to help in the development in any way? Is there any branch that holds the current work on this subject?
Thank you very much for your helpfulness. Due to the changes affect the core of scheme engine, it’s difficult to involve new developer. Your help will be very useful in creation of new different components when schemes can support them.
MikhailModeratorPlease provide more details, what calculations do you need?
MikhailModeratorWenn I klick the Link rapid scada opens with the dashboard “DashboardDemo” without need to fill in a password.
This is because you already logged in. If you logout, you can’t open this page.
So “you need a little plugin that performs login and then redirects to another page.”
I can help you with it. The most quick way is commercial ))
MikhailModeratorHi,
Currently, we develop the possibility to add custom components to schemes. When we finish it, you will get straightforward way of doing it. For now, you should modify the existing Scheme plugin that is possible but not clear.
MikhailModeratorHi,
You should create an input channel that changes every second, for example: DateTime.Now.Second % 2 and use Automatic Control Module with on change trigger to send a command.
MikhailModeratorHi,
Yes.Option 1.
Use “Enum text” format of input channel and choose a unit with a list of values.Option 2.
Use “ASCII text” or “Unicode text” format of input channel and create a special formula, for example: EncodeAscii(Cnl < 2 ? "Running" : "Not Running")
MikhailModeratorI can’t open #2458 without a hyperlink. Could you provide it?
MikhailModeratorHi,
You need a little plugin that performs login and then redirects to another page.
MikhailModeratorA user must have permissions to the views that are used in the dashboard.
MikhailModeratorHi,
If you place *.xml that defines a dashboard into a folder of a particular user, the dashboard will be available for this user only.
For example, move DashboardExample1.xml
from C:\SCADA\ScadaWeb\storage\allusers\Dashboard
to C:\SCADA\ScadaWeb\storage\guest\Dashboard
MikhailModeratorThank you for the information about the result.
MikhailModeratorHi,
The bug was fixed and the fix will be included in the next version of Rapid SCADA.
Thank you.
MikhailModeratorBecause we arranged a training, we will test the template and configure command together very soon.
MikhailModeratorI think, we haven’t repaired WCF (Windows Communication Foundation) yet.
Also make a screenshot of the http://localhost/scada/ClientApiSvc.svcWhen we work on Windows 7, WCF 4+ is installed as a part of .NET Framework. What version of .NET Framework is currently installed? Please make a screenshot of the installed programs where we can see Microsoft .NET.
The most fresh framework is 4.7.1. I recommend to update to this version from https://www.microsoft.com/net/download/windows
MikhailModeratorHi,
I recommend to follow these articles http://doc.rapidscada.net/content/en/use-cases/
If something don’t work, provide screenshots of your settings and we will find a cause. -
AuthorPosts