Forum Replies Created
-
AuthorPosts
-
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, 10 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.
MikhailModeratorHi,
Likely, an integration software module should be developed to complete this task.
MikhailModeratorThe example shows daily difference. Elastic Report also supports hourly difference. In case of 8 hours difference, we can discuss implementing this feature.
MikhailModeratorHello,
This calculation is difficult to implement using built in formulas because they work with current values. I suggest Elastic Report plugin, please check the demo which performs what you need.
MikhailModeratorHi,
If you switch off Automatic Control Module, does the problem appear?
MikhailModeratorDo you use Automatic Control module?
MikhailModeratorInteresting and simple.
MikhailModeratorYour formula is incorrect for binary command. It have to return array of bytes. Instead of CmdVal you need CmdData variable. I can write you a correct formula for a fee. Creating formulas is out of free support.
-
This reply was modified 7 years, 10 months ago by
-
AuthorPosts