Mikhail

Forum Replies Created

Viewing 15 posts - 3,001 through 3,015 (of 6,146 total)
  • Author
    Posts
  • in reply to: Few question about avialable feautres #8562
    Mikhail
    Moderator

    I hope till the end of 2021. But it is not exactly.

    in reply to: LED not working at output channel #8561
    Mikhail
    Moderator

    Hi,

    Led can blink if you bind it to input channel. You should create a formula that changes input channel value every second, for example.

    Something like

    public double Blink()
    {
      return DateTime.UtcNow.Second % 2 > 0 ? 1 : 0;
    }

    Then use this formula in the input channel row.

    in reply to: Sending a Signal to a Scada Unit #8560
    Mikhail
    Moderator

    Hi,

    Do you use Modbus protocol?
    If yes, you should create a command in the Modbus template. Then check the command by sending commands from Communicator.
    Output channel is also needed. Please provide screenshots.

    in reply to: Few question about avialable feautres #8556
    Mikhail
    Moderator

    – Can you show to user when data was last updated?
    Yes, using a custom formula plus extra input channel.

    – If we use Chart Pro plugin can we have pie charts or some other charts?
    No. May be you should integrate with Grafana. There is a plugin available.

    – And can we have multiple variables on 1 graph?
    Yes, you need Chart Pro.

    – If we use Automatic control module can we send custom email for different alarms?
    Definitely.

    – Or is this possible without plugins?
    I think, no.

    – Is it possible to trigger alarm and send email if we lose communication with one of devices?
    Yes. You can trigger on channel status = 0 and/or events.

    For more details, please start new topic for a particular question.

    in reply to: Few question about avialable feautres #8554
    Mikhail
    Moderator

    As you said you have your custom format for saving data and you don’t use DB. Can you tell how much would it cost if you would add option that data is saved to archive just on change?

    Please wait for version 6 for this feature.

    If I understand each object means like a “factory” or “part of factory”. Is it possible to see big is archive for each object?

    Archive size depends on number of input channels and saving period. You can collect data for 1 day and then divide by channel count.

    in reply to: About Elastic Report Month Period #8552
    Mikhail
    Moderator

    Hi,

    Enter a title in the Interface table in the Title column.

    in reply to: Sendig email: Error: incorrect command data #8551
    Mikhail
    Moderator

    Please try the update
    At least it writes more info in communication line log in case of incorrect data.

    in reply to: Computer code for plugin #8550
    Mikhail
    Moderator

    Did you install Chart Pro?
    After step 4, there will appear a registration menu item in the web application which contains the code.

    in reply to: Few question about avialable feautres #8545
    Mikhail
    Moderator

    Hello,

    – Mqqt what format is supported, can we have our own protocol inside MQQT? Is it possible to send data with timestamp?

    Could you explain how to insert other protocol inside MQTT?

    – If it’s possible to send data with timestamp, can you send/insert data for the past(like yesterday).

    Yes. But MQTT works with current data. You should look for Enron Modbus and OPC UA, for example. Probably, driver update would be required to support reading archive. In general, it’s possible in Rapid SCADA.

    – In Rights table I can’t select interface, so that I would assignee user access to interfaces.

    Please provide screenshots.

    – Can you save data to db just on change?

    You can do it using Database export module. In Rapid SCADA v6 we will extend this capability.

    – Can you export data from DB to .cvs in selected time frame? Can you append name to data? If I export data from Administrator -> Archive there is just number of the input in input channel.

    We can develop a required application by a contract if needed.

    – I see that you can access data in archive. Is it possible that data is saved to archive just when value is changed and not every minute?
    See above.

    – Can you edit or delete part of the archive (from date to date)?
    You can delete daily data, because every day new file is started.

    – Can we see how much data is there for each object?

    Please clarify.

    – What database is Archive using?

    Rapid SCADA uses our own engine, no 3rd party DB required. In version 6 we also will support InfluxDB and PostgreSQL.

    in reply to: Scan Time #8544
    Mikhail
    Moderator

    Hi,

    What you can do to decrease CPU load:
    1. Use RAM disk for C:\SCADA\ScadaComm\Log directory.
    2. Add this log directory to antivirus exception.
    3. Increase delays after request in request sequence or after line cycle.

    in reply to: Sendig email: Error: incorrect command data #8543
    Mikhail
    Moderator

    Hello,

    Please make a screenshot of the command text when you send email.

    in reply to: Computer code for plugin #8542
    Mikhail
    Moderator

    Hello,

    It is shown in the web form. It’s depends on the plugin, see the manual for details.

    What plugin do you mean?

    in reply to: Current Data Export #8536
    Mikhail
    Moderator

    OK

    in reply to: Scan Time #8535
    Mikhail
    Moderator

    Hi,

    Could you make a screenshot of the CPU usage by processes (Task Manager)?

    in reply to: Add new channel inputs and commands #8534
    Mikhail
    Moderator

    Hello,

    The Channel column is empty in “Device 1” tab. It means that input channels are not bound to the device.
    Make sure that the project is uploaded to the server, and Communicator is connected to the Server application.

Viewing 15 posts - 3,001 through 3,015 (of 6,146 total)