manjey73

Forum Replies Created

Viewing 15 posts - 481 through 495 (of 856 total)
  • Author
    Posts
  • 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 3 years, 9 months 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 3 years, 9 months 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 3 years, 9 months 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 3 years, 9 months 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.

    in reply to: SchemeEditor #9681
    manjey73
    Participant

    You can use frame, but the rendering speed will be lower and I do not know whether it is possible to use frame to offset the input and output channels for frame to change the binding. And, the frame also adds zoom buttons. It seems they promised to make it possible to disable them in the future.

    In fact, there is not enough such an opportunity in mnemonic circuits as creating a template for mnemonic elements.

    in reply to: Com Ports ? #9655
    manjey73
    Participant

    https://cloud.mail.ru/public/rZdp/o5aELSXvM

    Sensor IDs are added to the text file, and the script reads them using crontab. The driver polls the specified file and outputs a list of channels. In some places, comments in Russian may not be reflected in you.

Viewing 15 posts - 481 through 495 (of 856 total)