Mikhail

Forum Replies Created

Viewing 15 posts - 5,506 through 5,520 (of 6,127 total)
  • Author
    Posts
  • in reply to: optimum system requirement #1581
    Mikhail
    Moderator

    The most tested OS with Rapid SCADA is Windows. I recommend Windows Server 2012 R2 in case of industrial application. If your system is small, Windows 10 is enough.

    How many input signals and active users is planned?

    in reply to: Fail to get opc server list #1580
    Mikhail
    Moderator

    Hello,
    Have you installed OPC Core Components (at the bottom of the page)?

    in reply to: suggestion for improvement #1576
    Mikhail
    Moderator

    Yes, you right.
    Furthermore, event filter should be extended to allow filtering by channel, object (location) and device.

    There is another interesting possibility – implement a separate tool window contains not ack events.

    All the above tasks can be done fast in case of commercial project or can be done later according to the current priorities. First of all, we are planning to replace the old web app by the new one. At the second, develop a new suitable scheme editor.

    in reply to: Look Like bug to Me #1573
    Mikhail
    Moderator

    Hello,
    This is not a bug, but may be a subject for improvement. Thanks.

    in reply to: Application error on new web beta app #1572
    Mikhail
    Moderator

    Hello,
    How can I reproduce this error?
    Could you send the error details from ScadaWebBeta\log\ScadaWeb.log ?

    in reply to: how to create button in SCADA-scheme #1560
    Mikhail
    Moderator

    MatrikonOPC is optional depending on your needs.

    in reply to: how to create button in SCADA-scheme #1558
    Mikhail
    Moderator

    Add Dynamic text element. Then set background color, border, alignment, etc. To setup the button behavior, specify Action and Input channel (Output channel) properies.

    in reply to: Automatic Control Module integration #1556
    Mikhail
    Moderator

    CmdVal works if you use it within a formula of output channel. The formula fires when you send a command related to the output channel.

    in reply to: "Application Error: Unable to Load View" Error Windows 10 #1555
    Mikhail
    Moderator

    Hi,

    Please create a new topic, because this topic is not matched to your question. Specify your Windows version and browser.

    in reply to: Read File Record #1551
    Mikhail
    Moderator

    I came across similar situation:
    a device uses Modbus, but the device provides events. I can receive binary data of those events. So I had to implement a separate driver to process received events and store them.

    in reply to: Read File Record #1550
    Mikhail
    Moderator

    Hi,
    The current version of Modbus driver can not send custom (non standard) commands.
    Imagine it is implemented. What format of the response will be received? How to decode the response and process it?

    in reply to: Automatic Control Module integration #1547
    Mikhail
    Moderator

    Thank you for the info ))
    Did you use the formula with CmdVal in OUTPUT channel?
    How do you set a new value from UI?

    • This reply was modified 9 years, 5 months ago by Mikhail.
    in reply to: Automatic Control Module integration #1545
    Mikhail
    Moderator

    Is is possible to write variables to log.
    Add formula:

    void WriteToLog(string s)
    {
      using (System.IO.StreamWriter writer = 
        new System.IO.StreamWriter(@"C:\SCADA\mylog.log", true, Encoding.UTF8))
      {
        writer.WriteLine(s);
      }
    }
    

    Then you can use WriteToLog(hour.ToString()) within other formulas.

    in reply to: Automatic Control Module integration #1544
    Mikhail
    Moderator

    I created another input channel to display the CmdVal of the output channel which uses SetHour().

    What is the number of that channel on the screenshots?
    How do you expect to behave for input channels 61, 62? Are they received from your device?

    in reply to: Automatic Control Module integration #1543
    Mikhail
    Moderator

    Please describe how do you send command to set hour?

Viewing 15 posts - 5,506 through 5,520 (of 6,127 total)