Mikhail

Forum Replies Created

Viewing 15 posts - 4,681 through 4,695 (of 6,266 total)
  • Author
    Posts
  • in reply to: Rapid Scada Update and license key #4105
    Mikhail
    Moderator

    Hi,
    1. You should post here a part of Server log.
    2. Please send me the new computer code by email. I will check the changes.

    Is there another way to back up and restore the license more quicly and safety?

    The key becomes invalid because of some changes in the environment. I will check them when receive the new computer code.

    Is there the way to update software to new version more convenience?

    The recommended way is here as you noticed.

    in reply to: Scada development #4102
    Mikhail
    Moderator
    in reply to: Project copy from pc to pc #4101
    Mikhail
    Moderator

    Hi,

    There are different ways:
    1. The manual
    2. The Agent app
    3. When the new Administrator is complete, it will be easy. Planned in the next year.

    in reply to: ScadaSchemeEditor – Button use #4096
    Mikhail
    Moderator

    You can create complex functions to use in formulas, so there is enough tools to do what you need.

    in reply to: ScadaSchemeEditor – Button use #4095
    Mikhail
    Moderator

    Hi,

    A command is bound to an output channel. The output channel has only 1 formula. So you should do all the required calculations in a one formula. Depending the pressed button, you get CmdVal = 0,1,2,… that you can use in the formula.

    in reply to: ScadaSchemeEditor – Button use #4088
    Mikhail
    Moderator

    Can I define different buttons using different formulas in the same Number (19)?

    A set of buttons is fixed for an output channel.

    in reply to: ScadaSchemeEditor – Button use #4087
    Mikhail
    Moderator

    Please create different topic for different questions to avoid mess.

    in reply to: HTTPS on Linux #4077
    Mikhail
    Moderator

    The workaround is creating Apache reverse proxy or use Nginx to tranfer HTTPS requests for existing HTTP web application. This is a good option.

    in reply to: ScadaSchemeEditor – Button use #4076
    Mikhail
    Moderator

    Other way:
    Assume you have an input channel #100 for state of your machine.
    In this case formula for an output channel can be: Val(100) > 0 ? 0 : 1

    Article about using formulas is http://doc.rapidscada.net/content/en/software-configuration/using-formulas.html

    in reply to: ScadaSchemeEditor – Button use #4071
    Mikhail
    Moderator

    Hi,
    You should write a formula of an output channel which determines what commands to send depending on the current state.

    in reply to: Integration of Charts in Webstation #4067
    Mikhail
    Moderator

    Please translate this answer. It may help.

    in reply to: Integration of Charts in Webstation #4065
    Mikhail
    Moderator

    Hi,

    You can use Dashboard Plugin
    The demo is here.

    In the future we plan to develop a scheme component to display charts in schemes.

    in reply to: Modbus TCP over GPRS (S27x GPRS RTU) #4062
    Mikhail
    Moderator

    Hi,

    Could you configure Communicator based on your intuition, then try the configuration? In case of issues, share screenshots with the settings and communication logs.

    how I have to configure the channel setting type tcp cliente, tcp master, in properties, master, Slave, connection individual, shared, etc.

    Try TCP slave first.

    in reply to: On – Off Value Changes #4060
    Mikhail
    Moderator

    Is there any way to change the Off-On command that comes preinstallated in the system so off means 4 and on means 8

    Hi,
    Yes, just use a formula for an output channel. For example: Cmd <= 0 ? 4 : 8

    in reply to: HourBeg Function #4059
    Mikhail
    Moderator

    Hi,
    If you change it to == 0, the function may be executed before hourly data are stored in the archive. In most cases this doesn’t fit.
    How do you plan to use this function?

Viewing 15 posts - 4,681 through 4,695 (of 6,266 total)