Mikhail

Forum Replies Created

Viewing 15 posts - 3,376 through 3,390 (of 6,145 total)
  • Author
    Posts
  • in reply to: How can I run scheme editor in Linux version #7515
    Mikhail
    Moderator

    You should check the options of the Scheme Editor. Make sure that the specified path is correct.

    Open /opt/scada/ScadaSchemeEditor/Log/ScadaSchemeEditor.log and find error details.

    in reply to: Read and Write hour / min data of ArchiveDAT #7510
    Mikhail
    Moderator

    Hi,

    never mind, just found it here…

    Thank you for informing.
    I recommend to read and write data to the archive by interacting with SCADA-Server by TCP protocol. If you write to the files in parallel with the server, it may cause unpredictable issues.

    in reply to: autocontrol #7506
    Mikhail
    Moderator

    If you need a trigger that fires on a complex condition, you should add an input channel and calculate the condition using the channel formula. Then specify this channel to the trigger.

    in reply to: Grafana (backend) and Rapid SCADA #7503
    Mikhail
    Moderator

    Hi,
    Updates are useful here.
    Do you use Visual Studio? If yes, you could debug GrafanaDataProvider and find why it gets the wrong date. I suppose, it is got from the JSON request.

    in reply to: Real or Discrete . #7502
    Mikhail
    Moderator

    Hi,

    If you heed some help with it, please provide links to screenshots of the channels.

    in reply to: Grafana (backend) and Rapid SCADA #7497
    Mikhail
    Moderator

    Hi,

    Simple Json makes a request to the GrafanaDataProvider app in a particular format. This JSON must have specified data fields. And Simple Json expects a response that have strictly specified JSON.

    Another Grafana plugin likely make request in JSON, but having other data fields.

    in reply to: Real or Discrete . #7496
    Mikhail
    Moderator

    In Rapid SCADA 6 we will simplify input channel types. There will be only 2 types: Measured and Calculated.

    in reply to: Real or Discrete . #7495
    Mikhail
    Moderator

    Hi,

    Input channels of the Real type store floating point numbers, like 1.2345, etc.
    Discrete channels store values that can be enumerated. E.g., Off and On.

    However, internally in Rapid SCADA engine there is no difference. All input channels have 64-bit floating point values.

    I have tried SetVal on a new channel but this does not seem to work

    If you provide link to a screenshot and describe expected behavior of the formula, I can help.

    in reply to: Error updating current data at webstation Scheme #7491
    Mikhail
    Moderator

    Good. Dividing a double number by zero returns infinity instead of raising an exception.

    in reply to: Error updating current data at webstation Scheme #7489
    Mikhail
    Moderator

    But response is long and difficult to read. May be you should make a copy of the scheme, and delete components until error is occurred. Also you can try to find the problem looking in values in Communicator.

    in reply to: Error updating current data at webstation Scheme #7488
    Mikhail
    Moderator

    Thank you for the detailed error description. The cause of this error is different that the error in the beginning of the topic. Likely the problem is some unacceptable character that is contained in channel values. Just for example, infinite symbol.

    You should open a Network tab in browser tools, find a request and copy a server response. In the response, there is a problem character.

    in reply to: Data / Hour #7485
    Mikhail
    Moderator

    Hi Rich,

    The easiest way to calculate power consumption is using Elastic Report Plugin. The example is here.

    The report can also be generated in HTML format and inserted into a web page view.

    If you want to get a difference using formulas, you should create an input channel that stores a value hour ago. It’s tricky.

    We are thinking about development of a module that can calculate differences between the current and archived values of the specified channels. If we found a sponsor, we could do it fast.

    in reply to: Data / Hour #7483
    Mikhail
    Moderator

    Hi Rich,

    Could you provide links to screenshots of the settings and error?

    in reply to: Html can’t display #7482
    Mikhail
    Moderator

    Hi,
    Please provide screenshots of your settings.

    in reply to: Link and Static Text Layout Bug #7479
    Mikhail
    Moderator

    Hi,

    It will be fixed in the next release. Version history is here. Look for “Schemes”

Viewing 15 posts - 3,376 through 3,390 (of 6,145 total)