Mikhail

Forum Replies Created

Viewing 15 posts - 4,201 through 4,215 (of 6,289 total)
  • Author
    Posts
  • in reply to: Exchange data between two Modbus devices #5462
    Mikhail
    Moderator

    Also in a command parameters (of Automatic Control Module) you can use device and command numbers instead of output channel. May be this would faster. In this case you don’t need output channel.

    in reply to: Exchange data between two Modbus devices #5461
    Mikhail
    Moderator

    Hi,

    You right that Automatic Control Module helps.

    1. Input channel #1 to get values from device 1.
    2. Output channel #2 to send values to device 2.
    3. In the module settings create a data change trigger and bind it to the input channel #1. A command under the trigger must be bound to the output channel #2. Tick “Copy value or data”
    4. Of course, you need to setup a driver to be able to set value on device 2 by commands.

    in reply to: Change colors of each event. #5457
    Mikhail
    Moderator

    Hi,
    If an input channel of the event has only 2 possible values, the event is colored red or green.
    In other cases, event color depends on status of input channel. Statuses and colors are defined in the Event types table. You can create your own custom statuses.

    in reply to: Problem with create function with more than 3 inputs. #5456
    Mikhail
    Moderator

    At least
    public double if2(double in1,double in2,double in3)

    in reply to: New Rapid SCADA 5.7.0 Beta #5455
    Mikhail
    Moderator

    Hi Juan,

    To upgrade:
    1. Create a new empty project in the new Administrator.
    2. Make sure that the existing configuration is deployed to your server and works well.
    3. Download the existing configuration into the new project by Administrator.

    in reply to: Problem with create function with more than 3 inputs. #5448
    Mikhail
    Moderator

    is it possible to put 3 inputs variable in to function?

    Sure, it’s possible.
    Function must have a return type: public double compare(…)
    You can find error description in SCADA-Server log.

    in reply to: How to set up the SMTP #5447
    Mikhail
    Moderator

    Hi,
    Could you share how did you fix it?

    in reply to: Pop up show Alarm #5440
    Mikhail
    Moderator

    Hi,

    Thank you for this question.
    Currently, the special Notification plugin in development. We will publish it in this year (may be in this summer). Follow our news on Facebook or this forum.

    Mikhail
    Moderator

    Link to the tested formulas to work with previous values.

    in reply to: Can we use formulas on Raspberry Pi #5437
    Mikhail
    Moderator

    The image is not in focus. Could you make screenshots by pressing Print Screen button?

    You should set channel type to Real.

    I suggest the new version to upload configuration easily.

    in reply to: Chart Pro graph header #5436
    Mikhail
    Moderator

    Hi,

    In this year we plan to update Chart Pro. I hope we will include this feature.

    in reply to: Automatic Control Module: Copy&Paste triggers #5435
    Mikhail
    Moderator

    Hi,

    Good idea. Thank you.

    in reply to: Can we use formulas on Raspberry Pi #5429
    Mikhail
    Moderator

    I finished this point.

    Could you share how you did it?

    in reply to: Can we use formulas on Raspberry Pi #5425
    Mikhail
    Moderator

    2.if I use automatic control and I set the time, assume I set output ON at 12.00AM and OFF at 12.05AM. Can It show that on the Web page. show something like I set the output ON at 12.00AM and OFF at 12.05AM.

    If you need to display time on web page, you should create input channels for storing time, set format to “Time”.

    Also create output channels that allows to set the input channels. Use the formula like SetVal(101, EncodeDate(Cmd)) for them. Where 101 is the input channel number.

    Also you need input channels that have value 0 or 1. These channels will be used as the triggers in Auto Control Module. And have to compare current time and predefine time.

    in reply to: Can we use formulas on Raspberry Pi #5424
    Mikhail
    Moderator

    1.example. I got the data from registers modbus and I need to show on web page but the data that I got it has to convert to become a decimal number or it dose not real value. so can I use the formula to convert my data before I show it on web.

    What value do you get curretnly?
    What value do you need to display?

Viewing 15 posts - 4,201 through 4,215 (of 6,289 total)