Forum Replies Created
-
AuthorPosts
-
MikhailModeratorStrange that you can’t connect.
Other way to try:
Click edit profile before reading the configuration, and change the user to ScadaWeb, also set correct password of ScadaWeb user.
MikhailModeratorThe “Default” instance is specified in the Agent configuration. I think, it’s OK.
I added user ScadaAdmin with password 12345 and application role.
Did you pass the configuration to the server using the old Administrator?
Agent looks for the user ScadaAdmin in C:\SCADA\BaseDAT\user.dat
MikhailModeratorHi,
If this problem occurs during migration, add a user ScadaAdmin with password 12345 to the Users table of the old configuration database.
Look the error details in C:\SCADA\ScadaAgent\Log\ScadaAgent.log
This document may help.
MikhailModeratorIn Chrome, press F12, go to the Console tab, and make a screenshot of the error details.
MikhailModeratorHello,
Please provide the detailed description of the recent issue.
MikhailModeratorHi,
Add a group of contacts in Address book, and then specify the group name in the command text.
MikhailModeratorYou should check that HTTP Activation is enabled like shown here
http://doc.rapidscada.net/content/latest/en/installation-and-run/software-installation-files/win10_features_dotnet_en.png
MikhailModeratorHi,
If you mean programming, you can use the source code of the minute report as an example. It is available here.
MikhailModeratorHi,
i hidden the plugins menu by code changed in scadaweb.
What code did you change? Restore it back if needed.
MikhailModeratorIt is possible to customize data sending to DB
You can filter data by changing SQL queries in the module settings.
Note: if you’d like, you can write to the Russian forum. It’s up to you.
MikhailModeratorHi,
What is the trigger of the exporting current data?
When Communicator sends data to the Server app. It sends the values twice, because it does it after a communication session, and with fixed intervals.
If you set “Period of sending all device tags” to 0 (in Communication – Common Parameters), you will avoid duplication.
MikhailModeratorHi,
You’ve provided the local link. Please provide a screenshot.
MikhailModeratorThis is possible if you split the text into 2 parts. I know this is hard, but currently it works so.
If you have limited number of phrases to display, use enumerations.
MikhailModeratorHello,
Please try:
BitConverter.ToDouble(new byte[] { 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00}, 0)I don’t test formulas on the forum, because this is a part of Extended Support.
MikhailModeratorHi,
As a recap of the above post, you need to create an input channel, an output channel, and use SetVal(…) for the output channel.
If you provide screenshot of your configuration database, we can validate it.
-
AuthorPosts