“Script” plugin

Forum Home Forums Development and Integration “Script” plugin

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12492
    TDE
    Participant

    Hi,
    Does rapid scada have a “Script” plugin to develop new actions for button components ?

    #12494
    jlemus
    Participant

    As far as i know there Is no script plugin. but you can link the Button to an output channel AND call a fórmula function from this channel. Fórmulas área writen un c# on the formulas table of the project database. Depending of your needs this behavior may be of help. If you la explain better your problem maybe i can give you a better tip

    #12499
    Mikhail
    Moderator

    Hi,
    There is no need to install an extra plugin for scripting. The above answer is correct.

    #12505
    TDE
    Participant

    Dear jlemus,

    My problem is that I want to use a toggle button (Link 1) for starting exporting data from Rapid Scada to the MySQL DB (Link 2). The HMI which include this functionality should allow the supervisor to treat data provided to the database.

    https://drive.google.com/file/d/1gUo_1AmnTM82cjkuvUzlQHHywc0v-S1B/view?usp=share_link
    https://drive.google.com/file/d/1ZssSiuHuwcVQEph24WfKc3fBPjpbRUwP/view?usp=share_link

    Thanks

    #12506
    TDE
    Participant

    Dear Mikhail,

    Yeah no need for Extra Plugin, I’m asking about SCRIP PLUGIN which allows to implement new actions for scheme components.

    Cordially.

    #12511
    Mikhail
    Moderator

    Hello,
    DB Export module exports data permanently. There is no feature to start and stop the export process.
    DB Import driver allows to execute SQL by a command. It’s possible to use a button to execute a command.

    #12512
    Mikhail
    Moderator

    However, DB Export module supports 2 commands:

    Export data for a period:

    cmd=ExportArchive
    startDT=2022-12-23 10:00:00
    endDT=2022-12-23 11:00:00

    Clear task queue:
    cmd=ClearTaskQueue

    You can run the above commands by a button. If needed, I can provide more info how to do that.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.