manjey73

Forum Replies Created

Viewing 15 posts - 511 through 525 (of 888 total)
  • Author
    Posts
  • in reply to: Auto Logon #9930
    manjey73
    Participant

    Exactly, this forum is slightly spoiling some characters when inserting.

    in reply to: Auto Logon #9928
    manjey73
    Participant

    The script is located in the file /scada/ScadaWeb/js/autologin.js where you specify your user and his password. It may be necessary to reboot the web to update the scripts in the browser, for example by Ctrl+F5

    in reply to: Step 11 fails #9868
    manjey73
    Participant

    2. Copy the scripts from the daemons folder to /etc/init.d

    You probably tried to copy the boot scripts under a regular user and did not notice that there is no access, since /etc/init.d is not available to a regular user for writing.

    • This reply was modified 4 years ago by manjey73.
    in reply to: Step 11 fails #9865
    manjey73
    Participant

    Look at the code svc_install.sh Have you exactly copied the required files to the /etc/init.d folder?

    What is your system?

    • This reply was modified 4 years ago by manjey73.
    in reply to: Auto Logon #9857
    manjey73
    Participant

    https://yadi.sk/d/RZArYfy89mgjkw

    Strange, this plugin is not in the repository. Here is the link to the plugin that the author gave.

    Go to js and edit autologin.js my version is below with a delay of 20 seconds, which allows you to have time to change the user if necessary.

    $(document).ready(function () {
    $(“#txtUsername”).val(“operator”);
    $(“#txtPassword”).val(“1234S”);
    sleep(20000).then(() => { document.getElementById(“btnLogin”).click(); })
    });

    function sleep(ms) {
    return new Promise(resolve => setTimeout(resolve, ms));
    }

    in reply to: Auto Logon #9856
    manjey73
    Participant

    Yes, it is possible

    in reply to: Evenet Log #9855
    manjey73
    Participant

    Project/YourProject/Interface

    in reply to: Evenet Log #9853
    manjey73
    Participant

    Place this xml in Project/Instance when you transfer data to the server and if there is no file there, then it is deleted from the main folder. This is true for all files that are copied from Instance to the corresponding folders.

    More precisely, Project/YuoProject/Interface

    • This reply was modified 4 years ago by manjey73.
    in reply to: Evenet Log #9841
    manjey73
    Participant

    Checked on Raspberry, Scada version 5.8.3 – works fine

    in reply to: Evenet Log #9838
    manjey73
    Participant

    It seems they had to upgrade to a working version. I compared the files we tested on and the ones in the repository. There is a difference in the file EventsLog.xml . In what I have, the entry <Label>Alarms</Label>
    and <Label>Warnings</Label> is different
    there’s an s at the end. I also have a file Newtonsoft.Json.dll file in the bin folder is also an eventslog.js.map file in the plugins folder. the rest of the files have no differences

    • This reply was modified 4 years ago by manjey73.
    in reply to: Connect two pc with RapidGate #9789
    manjey73
    Participant

    RapidGate should be installed on the Scada side where you have an OPC poll, nothing is required on the second side.

    in reply to: ChartPro Quuestion . #9787
    manjey73
    Participant

    ../ChartPro/ChartPro.aspx?cnlNums=160,161,162&viewIDs=2,2,2&title=Давление Котлов

    Perhaps the string should start with ../ following the example above

    in reply to: ChartPro Quuestion . #9782
    manjey73
    Participant

    I also don’t like such a list, it would be nice to have a configuration file that could be attached to a table or mnemonic of the KP, where to specify what to display in the addendum.
    And also use analogs of checkboxes to select and only then click add, now each channel must be added separately and wait for the interface’s reaction to add the next one.
    By the way, someone promised to redo ChartPro so that the added channels appear horizontally at the bottom 🙂

    in reply to: Connect two pc with RapidGate #9779
    manjey73
    Participant

    Draw a diagram of what you want to do? Since RapidGate is not an OPC, it is designed to transfer data from one RapidScada to another RapidScada

    in reply to: SchemeEditor #9682
    manjey73
    Participant

    At the moment, it is necessary to position the layers correctly so that you can use Ctrl to select all the elements and copy them. There don’t seem to be any other ways yet.

Viewing 15 posts - 511 through 525 (of 888 total)