Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Yes, you need Automatic Control Module that helps you.
Using this module you can send Binary command by a trigger that is a Standard command sent by clicking an image.-
This reply was modified 7 years, 9 months ago by
Mikhail.
MikhailModeratorHi,
Use C# syntax in a formula for an output channel:
Val(1) < 250 ? 8 : 4August 28, 2018 at 3:27 pm in reply to: Non-web exception. Exception origin (name of application or object): mscorlib. #4168
MikhailModeratorHi,
Likely you need to add access rights to the scada/ScadaWeb directory. Try 777 recursive rights.
MikhailModeratorHi,
Of course, software development using Rapid SCADA as a platform is a part of our business. Please, send us by email the description of your task and the requirements, and we discuss a solution and price.
MikhailModeratorHi,
To connect a DNP3 device you should use an OPC server that supports this protocol.
We would develop a native DNP3 driver for Rapid SCADA if some company sponsored such development.
MikhailModeratorTo add a new row, scroll down to the end of the table.
MikhailModeratorHello,
In Administrator open the Units table and add a new unit. Then refresh the Input Channels table to be able to choose the new unit.
MikhailModeratorHi,
1. In Administrator open the Units table and add new row:
ID = 101, Name = MyAlarm, Sign = Off;On;On
You at least need 3 values to color them.2. Open the Formulas table and add a new formula:
int MyStat()
{
return Cnl > 0 ? 114 : 13;
}3. Use the formula for an input channel: Cnl; MyStat()
and set MyAlarm unit for the channel.Hope this help.
-
This reply was modified 7 years, 9 months ago by
Mikhail.
MikhailModeratorHi,
Yes )
Choose an option “Send command now” when setup a properies of a component.August 17, 2018 at 1:45 pm in reply to: Changing web page title text "Rapid Scada" upper left Corner #4148
MikhailModeratorThank you 🙂
MikhailModeratorIf the existing statuses are not enough for you, you can add your own statuses.
MikhailModeratorHi,
How to change the channel Lower alarm limit; lower limit; upper limit; upper alarm limit ,from the web interface.
You can’t. If you need to change limits, create additional input channel that represent limits. And then calculate a status of a controlled channel by your own formula.
If using two channels for comparison,How to do change the event color?
You need to set input channel status. A formula is like that: MyVal(); MyStat()
where MyVal and MyStat are the functions that calculate value and status.
Or just: Cnl; MyStat()
If you don’t need to change value.August 16, 2018 at 3:00 pm in reply to: Changing web page title text "Rapid Scada" upper left Corner #4142
MikhailModeratorHi,
Yes, you can find it in MasterMain.Master
But there are also might be a product name in different files.According to the licence, you have to keep the information about the original product visible to a user. For example, keep the About page unchanged.
MikhailModeratorOK,
If it occurs again, please send me the log folders.
MikhailModeratorHi,
Can you post here a link to download the full log folder of SCADA-Server when the issue occurs?The thing is that stopping procedure is simple, and it’s strange that the service can’t stop.
-
This reply was modified 7 years, 9 months ago by
-
AuthorPosts