Mikhail

Forum Replies Created

Viewing 15 posts - 2,356 through 2,370 (of 6,243 total)
  • Author
    Posts
  • in reply to: Values are not showing #10806
    Mikhail
    Moderator

    The correct link is this.
    I mean that you should use ScadaCommMono.exe instead of ScadaCommSvc.exe

    in reply to: Notification #10805
    Mikhail
    Moderator

    An event is displayed by Notification plugin if it has channel status, specified in PlgNotification.xml.
    Try the formula for your input channel:
    Cnl; Cnl > 0 ? 15 : CnlStat

    in reply to: Create formula to Reset 2 input channel to Zero #10803
    Mikhail
    Moderator

    Hi,
    You can try:

    public double ResetArc(int u, int d)
    {
      SetVal(u, 0);
      SetVal(d, 0);
      return 0;
    }
    • This reply was modified 3 years, 7 months ago by Mikhail.
    in reply to: Changing text color #10802
    Mikhail
    Moderator

    Hello,
    You can use “;” to split a formula as you did in version 5.
    In version 6 you can also use a function to calculate channel data like that:
    NewData(1.23, 1)
    where 1.23 is value and 1 is status.

    in reply to: Semicolon for input channel #10800
    Mikhail
    Moderator

    Channel data contains value and status. If you open archive data using the Administrator app you can see that.
    A formula can calculate channel value and status separately. Semicolon splits formula into 2 parts. 1st for calculating value, 2nd for calculating status.

    in reply to: Rapid SCADA 6 Beta #10799
    Mikhail
    Moderator

    Thanks for your beta update but somehow ScadaReport.dll not included.

    Thank you for noticing. scada_6.beta.9.zip has been fixed and reuploaded.

    Remove user and password from OPC UA server and connect to it anonymously works.

    Can you demonstrate a screenshot of the client settings that do not work?

    in reply to: Sending Command Skipped #10787
    Mikhail
    Moderator

    Hi,
    Add a new channel of the calculated type that shows the device status.
    Use the formula for the new channel: Stat(101) > 0 ? 1 : 0 where 101 is the source channel number.

    in reply to: Values are not showing #10786
    Mikhail
    Moderator

    Hi,
    Sometimes it happens unreasonable. Try this advice.

    in reply to: Rapid SCADA 6 Beta #10778
    Mikhail
    Moderator

    The scada_6.beta.9.zip update has been released. Download link at the beginning of the topic.
    Important changes:
    – Archives were improved. For Postgres archives we added the ability to write both with a period and by change, the dead zone option and the read-only mode have been added.
    Important: in an existing project, you need to check and, if necessary, correct the settings of the archives, especially the hourly ones.
    – Added InfluxDB archive.
    – Added OPC Classic driver.
    – Communicator can work as an OPC DA – OPC UA gateway.
    – The MQTT client driver can generate channels with the channel wizard.

    • This reply was modified 3 years, 7 months ago by Mikhail.
    • This reply was modified 3 years, 7 months ago by Mikhail.
    in reply to: How to manage MQTT JSON data from Rapid Scada version 6 beta #10776
    Mikhail
    Moderator

    Hello,
    Check the configuration example here. The files are DrvMqttClient_001.xml and MyParam2.js. Please ask more specific questions based on these files.
    Note: I suggest to update Rapid SCADA 6 for the new release.

    in reply to: Notification plugin support #10775
    Mikhail
    Moderator

    Notification Plugin reacts on events. If you enable events for a channel, you can get events and sound alert for it.

    Note: sometimes web browser may disable sound to care about user. Or user can close his browser. The most reliable way is using hardware relay and beeper to play alarms.

    in reply to: Server log & others issues #10774
    Mikhail
    Moderator

    Please write different questions in the related forum topics.

    in reply to: Server log & others issues #10773
    Mikhail
    Moderator

    Log files are here by default
    C:\SCADA\ScadaAgent\Log
    C:\SCADA\ScadaComm\Log
    C:\SCADA\ScadaServer\Log
    C:\SCADA\ScadaWeb\log

    in reply to: Webstation export data #10772
    Mikhail
    Moderator
    in reply to: Data by Minutes, not hourly data #10771
    Mikhail
    Moderator

    You can see minute data in the Chart Pro panel, and you can export minute data to Excel if you open the Reports page.

Viewing 15 posts - 2,356 through 2,370 (of 6,243 total)