Forum Replies Created
-
AuthorPosts
-
manjey73
Participant2. 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.
manjey73
ParticipantLook 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.
manjey73
Participanthttps://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));
}manjey73
ParticipantYes, it is possible
manjey73
ParticipantProject/YourProject/Interface
manjey73
ParticipantPlace 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.
manjey73
ParticipantChecked on Raspberry, Scada version 5.8.3 – works fine
manjey73
ParticipantIt 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.
manjey73
ParticipantRapidGate should be installed on the Scada side where you have an OPC poll, nothing is required on the second side.
manjey73
Participant../ChartPro/ChartPro.aspx?cnlNums=160,161,162&viewIDs=2,2,2&title=Давление Котлов
Perhaps the string should start with ../ following the example above
manjey73
ParticipantI 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 🙂manjey73
ParticipantDraw 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
manjey73
ParticipantAt 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.
manjey73
ParticipantYou 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.
manjey73
Participanthttps://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.
-
This reply was modified 3 years, 9 months ago by
-
AuthorPosts