Mikhail

Forum Replies Created

Viewing 15 posts - 4,201 through 4,215 (of 6,302 total)
  • Author
    Posts
  • in reply to: The event data #5498
    Mikhail
    Moderator

    Hi,

    Currently no. If needed, you could purchase a development.

    in reply to: Change Colors #5493
    Mikhail
    Moderator

    Hi,

    Event color also depends on input channel status like value color. The exception if a unit of an input channel has only 2 possible values, for example, Off-On. In this case, event are colored in red and green.

    in reply to: When communication loss #5492
    Mikhail
    Moderator

    Hi,

    Also you can change Timeout on the Request sequence page in Communicator. It may make communication more stable.

    in reply to: The event data #5491
    Mikhail
    Moderator

    Hi,

    You can download events in Excel format after selecting a day you need. And then check the events in Excel.

    in reply to: Voice Alarm & color Change #5486
    Mikhail
    Moderator

    Hi,

    Voice Alarm is always alarm when the event change. if I need it to alarm when the status output change from 0 to 1 but when output = 1 change to 0 should not alarm.
    How can I do this.

    In this year we plan to issue a special notification plugin that solves this task.

    Please create a new topic for another question.

    in reply to: All value reset to 0 when device lost communication #5483
    Mikhail
    Moderator
    in reply to: Retain Variable #5482
    Mikhail
    Moderator

    Hi,

    When communication lost, you should get — in a screen. Why you get zero?

    How can we hold the old value until the communication come back.

    Try the formula: Cnl > 0 ? Cnl : Val()
    But this is a bad approach because an operator will be deceived in this situation.

    in reply to: Rapid SCADA Documentation PDF #5479
    Mikhail
    Moderator

    Print Version
    Then press Ctrl + P and select “Save to PDF” in the Destination field.

    in reply to: limit of data or communication #5473
    Mikhail
    Moderator

    Hi,

    3000 is usual for Rapid SCADA. However there are many possible reasons for performance lack. If you think that something goes wrong, be more specific please.

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

    🙂

    in reply to: AT command GSM #5471
    Mikhail
    Moderator

    Thank you for the example 🙂
    If this is a real phone number, it’s better to change it here.

    in reply to: Communication on Raspberry Pi with Device #5466
    Mikhail
    Moderator

    Hi,

    You need to analyze Communicator logs, CPU and memory usage.

    in reply to: AT command GSM #5465
    Mikhail
    Moderator

    KpSms.dll allows sending custom AT commands.
    Command number: 2
    Command type: binary
    Command data: AT command

    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.

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