Mikhail

Forum Replies Created

Viewing 15 posts - 5,116 through 5,130 (of 6,219 total)
  • Author
    Posts
  • in reply to: Any questions about Rapid SCADA and Raspberry Pi #2818
    Mikhail
    Moderator

    Hi,
    Have you copied BaseDAT\*.dat files and restarted Server?
    Do you login as administrator?

    in reply to: Modbus online parser #2815
    Mikhail
    Moderator

    Download this link. Then publish the web app similar to manual Webstation installation: http://doc.rapidscada.net/content/en/installation-and-run/manual-installation.html

    in reply to: Caculated value #2814
    Mikhail
    Moderator

    Hi,
    Create an input channel of calculated real type and define its formula: Val(1) + Val(2), where 1 and 2 are the source channels

    Mikhail
    Moderator

    Hi,

    Try this advice. Does the console app work?

    in reply to: Modbus online parser #2808
    Mikhail
    Moderator

    Hi,
    Thank you!
    This Modbus parser is a web application only. It’s possible to install it on your Windows machine as web app.

    in reply to: Displaying string instead of input #2806
    Mikhail
    Moderator

    Definitely.

    in reply to: Sending a heartbeat signal #2805
    Mikhail
    Moderator

    Create your own simple module.

    in reply to: Errors in the source of KpOPC #2804
    Mikhail
    Moderator

    Hi,

    I updated the sources. Try this.

    in reply to: Scheme Editor Beta #2800
    Mikhail
    Moderator

    how to justify right the value od dynamic text in scheme sir?

    Find Horizontal alignment property. Please create new topics for new issues.

    in reply to: Scheme Editor Beta #2799
    Mikhail
    Moderator

    Can you let me know if it’s possible to help in the development in any way? Is there any branch that holds the current work on this subject?

    Thank you very much for your helpfulness. Due to the changes affect the core of scheme engine, it’s difficult to involve new developer. Your help will be very useful in creation of new different components when schemes can support them.

    in reply to: Displaying Calculated Values #2798
    Mikhail
    Moderator

    Please provide more details, what calculations do you need?

    in reply to: access to Rapid Scada without User/Password #2794
    Mikhail
    Moderator

    Wenn I klick the Link rapid scada opens with the dashboard “DashboardDemo” without need to fill in a password.

    This is because you already logged in. If you logout, you can’t open this page.
    So “you need a little plugin that performs login and then redirects to another page.”
    I can help you with it. The most quick way is commercial ))

    in reply to: Scheme Editor Beta #2793
    Mikhail
    Moderator

    Hi,

    Currently, we develop the possibility to add custom components to schemes. When we finish it, you will get straightforward way of doing it. For now, you should modify the existing Scheme plugin that is possible but not clear.

    in reply to: Sending a heartbeat signal #2789
    Mikhail
    Moderator

    Hi,

    You should create an input channel that changes every second, for example: DateTime.Now.Second % 2 and use Automatic Control Module with on change trigger to send a command.

    in reply to: Displaying string instead of input #2788
    Mikhail
    Moderator

    Hi,
    Yes.

    Option 1.
    Use “Enum text” format of input channel and choose a unit with a list of values.

    Option 2.
    Use “ASCII text” or “Unicode text” format of input channel and create a special formula, for example: EncodeAscii(Cnl < 2 ? "Running" : "Not Running")

Viewing 15 posts - 5,116 through 5,130 (of 6,219 total)