Mikhail

Forum Replies Created

Viewing 15 posts - 5,986 through 6,000 (of 6,270 total)
  • Author
    Posts
  • in reply to: Dynamically display text in a text field #809
    Mikhail
    Moderator

    Definetely! Thanks for the clarification 😉

    in reply to: Status information for communication channels #807
    Mikhail
    Moderator

    If communication is stopped, status of device channels become Unreliable (5) within 5 minutes by default. In case of communication error channel status is Undefined (0).
    You can visualize this information as needed. Anyway visualization uses input channel data.

    in reply to: Output command value #802
    Mikhail
    Moderator

    Hi,
    To avoid setting a command value you can create an output channel with Standard command type, Execute command value and the following formula: BitConverter.ToDouble(new byte[]{0x38,0x08,0,0,0,0,0,0})
    If my formula contains error, please let me know.

    in reply to: Scada Communicator not able to list opc server #800
    Mikhail
    Moderator

    Most likely you have to install OPC Core Components.
    You can download them from this page http://rapidscada.org/download-all-files/ (at the bottom of the page).

    in reply to: Output command value #796
    Mikhail
    Moderator

    Hi,

    Thanks ) Happy New Year for you!

    I think the most clear way is using Binary type of the output channel. The formula of the channel should return array of bytes: new byte[] {0x38, 0x08}
    May be I’ve made a mistake in this formula, I just tried to show the idea.

    in reply to: Does Rapid scada support IEC standards? #795
    Mikhail
    Moderator

    There are several ways to connect device that uses IEC-61850 to Rapid SCADA:

    1. OPC Server such as https://www.matrikonopc.com/opc-drivers/opc-iec-61850/base-driver-details.aspx

    2. Hardware gateway, e.g. http://www.prosoft-technology.com/Products/Gateways/Modbus-TCP-IP/Modbus-TCP-IP-to-IEC-61850-Gateway

    3. Purchase development of native driver for Rapid SCADA that implements IEC-61850.

    in reply to: Output command value #792
    Mikhail
    Moderator

    Hello,

    When you use Multiple Modbus command with Standard type of output channel, its value transformed using BitConverter.GetBytes(cmd.CmdVal) method. Where CmdVal is a value of double type. The result of this conversion is unpredictable for normal guy.

    Describe your business case and I could advice you the simplest way to implement it.

    in reply to: Scada-Admin appear in Russian #788
    Mikhail
    Moderator

    Hello,

    Do the other applications such as SCADA-Server, SCADA-Communicator and SCADA-Web appear in Russian?

    Are there any error messages when SCADA-Admin crashes?

    in reply to: Error on the web browser #786
    Mikhail
    Moderator

    Hi,

    This error rarely happen before. It is strange that changing version back to 4.4 solves the error. The mechanism of data exchange hasn’t been changed in 4.5. I hope that in the next version of SCADA-Web this error will disappear due to new approach of internal web application structure.

    in reply to: Error on the web browser #784
    Mikhail
    Moderator

    Hi,

    Do schemes of v.4.4 work without this timeout error?
    Please remind me what OS do you use?
    If the error occurs, how can you eliminate it? Do you have to restart browser or IIS or it disappears by itself?

    in reply to: Unable to run Scheme thru HTTPS #782
    Mikhail
    Moderator

    Of course. In about a week.

    in reply to: Unable to run Scheme thru HTTPS #780
    Mikhail
    Moderator

    I’ve sent you a fix. Please write here whether it works or not.
    I recommend fully refresh a schema page by pressing Ctrl+F5.

    in reply to: Unable to run Scheme thru HTTPS #778
    Mikhail
    Moderator

    I reproduced the error. I’ll try to fix it and answer here.

    in reply to: Unable to run Scheme thru HTTPS #775
    Mikhail
    Moderator

    There is advice in this topic to
    change the web application configuration in Web.config

    How can I reproduce the error?

    in reply to: Microsoft SilverLight #772
    Mikhail
    Moderator

    Task of getting rid of Silverlight has major priority. We will definitely do it.
    You can speed up development if you make a contribution to the project. Or just wait for few monthes.

Viewing 15 posts - 5,986 through 6,000 (of 6,270 total)