Mikhail

Forum Replies Created

Viewing 15 posts - 3,511 through 3,525 (of 6,287 total)
  • Author
    Posts
  • in reply to: Database MySQL usage #7534
    Mikhail
    Moderator

    Please make screenshots of your settings.

    in reply to: Call command from formula #7524
    Mikhail
    Moderator

    You right, Automatic Control Module is needed if you send commands according to conditions.

    in reply to: Call command from formula #7523
    Mikhail
    Moderator

    When a command is sent, a formula of a related output channel is calculated.
    You can take input channel value in the formula of the output channel.
    Simple example: Val(101) * 10
    where 101 is the input channel number.

    in reply to: Database MySQL usage #7522
    Mikhail
    Moderator

    My database collect data from system monthly, and better situation is when data will be pull as the last record.

    You can change the SQL scripts in the module settings according to the requirements.

    in reply to: Database MySQL usage #7521
    Mikhail
    Moderator

    Hello,
    You should check log files of the export module
    C:\SCADA\ScadaServer\Log\ModDBExport.log
    C:\SCADA\ScadaServer\Log\ModDBExport.txt

    Are there any errors?

    Please explain how finally it should works.

    When new data is read from a controller, it should be written to the DB.

    in reply to: How can I run scheme editor in Linux version #7520
    Mikhail
    Moderator

    Hi,

    Could you make a screenshot of the editor options?

    in reply to: PLC simulators #7516
    Mikhail
    Moderator

    Hello,

    Here for example.

    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.

Viewing 15 posts - 3,511 through 3,525 (of 6,287 total)