Mikhail

Forum Replies Created

Viewing 15 posts - 4,606 through 4,620 (of 6,219 total)
  • Author
    Posts
  • Mikhail
    Moderator

    Hi,

    Likely you need to add access rights to the scada/ScadaWeb directory. Try 777 recursive rights.

    in reply to: Development of Rapid SCADA project #4163
    Mikhail
    Moderator

    Hi,

    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.

    in reply to: Try to integrate with IED using DNP3 Protocol #4160
    Mikhail
    Moderator

    Hi,

    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.

    in reply to: How to add new Unit indicator to administrator #4157
    Mikhail
    Moderator

    To add a new row, scroll down to the end of the table.

    in reply to: How to add new Unit indicator to administrator #4156
    Mikhail
    Moderator

    Hello,

    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.

    in reply to: Setting Alarm threshold #4152
    Mikhail
    Moderator

    Hi,

    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, 7 months ago by Mikhail.
    in reply to: Get rid of Execute command confirmation windows #4150
    Mikhail
    Moderator

    Hi,
    Yes )
    Choose an option “Send command now” when setup a properies of a component.

    Mikhail
    Moderator

    Thank you 🙂

    in reply to: Setting Alarm threshold #4147
    Mikhail
    Moderator

    If the existing statuses are not enough for you, you can add your own statuses.

    in reply to: Setting Alarm threshold #4146
    Mikhail
    Moderator

    Hi,

    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.

    Mikhail
    Moderator

    Hi,
    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.

    in reply to: Rapid Scada Update and license key #4140
    Mikhail
    Moderator

    OK,
    If it occurs again, please send me the log folders.

    in reply to: Rapid Scada Update and license key #4138
    Mikhail
    Moderator

    Hi,
    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.

    in reply to: Intergration data input into cloud system #4137
    Mikhail
    Moderator

    Hi,
    Likely, an integration software module should be developed to complete this task.

    in reply to: Formulas Math Functions #4136
    Mikhail
    Moderator

    The example shows daily difference. Elastic Report also supports hourly difference. In case of 8 hours difference, we can discuss implementing this feature.

Viewing 15 posts - 4,606 through 4,620 (of 6,219 total)