Forum Replies Created
-
AuthorPosts
-
manjey73Participant4G DTU and if the device is used as a client, and the communication line is configured as a Server?
manjey73ParticipantThis is normal, since you moved the current data folders to tempfs according to the installation, but if you exclude this data from tempfs, then you will kill the flash card very quickly. There are two solutions, find a virtual disk for Linux, which will dump everything to disk before the reboot command. Or upgrade the formula I once made for writing variables to the retain file.
manjey73ParticipantWell, you just need to add +8 hours to display in another Scada. The Scada variable itself is stored in double format and it is more convenient to already have a DateTime structure in it
You can see how to add the clock directly to UTC time, it seems that everything is in seconds there. And add this addition to the formula above and only then convert to DateTime or store real UTC time in one cell and already perform conversions and show it in the pre-calculation one.
manjey73Participantdouble dtFromUtc(double utcTime)
{
var epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
return epoch.AddSeconds(utcTime).ToOADate();
}Add to the Reference List of formulas that are not there. And in the input channel, use this formula with the Date, Time or Date and Time
I don’t know if I understood correctly what you need
-
This reply was modified 4 years, 7 months ago by
manjey73.
manjey73ParticipantThere are some problems with access rights. Configuration files are written from the system user, and you open the Web from a regular user
manjey73ParticipantOfficially, you can’t. But the ways of the Lord are inscrutable 🙂
manjey73ParticipantThe current data must be saved in the Windows environment. What OS are you using ?
manjey73ParticipantWhat is RP ?
manjey73ParticipantIt is clear, so I had another reason for the Illegal data error error, since it crawled out when writing the float parameter in 5.8.3, I had to throw the library from 5.8.2 to make the command work.
manjey73ParticipantTake the Modbus driver from the previous version 5.8.2 temporarily until the error is fixed
August 11, 2021 at 7:21 am in reply to: Stop auto control module without stop/restarting scada server #9390
manjey73ParticipantMoreover, stopping the operation of the control module from the WEB should be performed only in part of the required KP, for example, during technological inspections of equipment.
August 11, 2021 at 7:19 am in reply to: Stop auto control module without stop/restarting scada server #9389
manjey73ParticipantSuch functionality would be useful even from a WEB system. I will also support the question
manjey73Participant


But as mentioned above, the page loading will be long, it is still better to make copies of the elements and change the channels. A bit not for such things inserting a schema into another schema
manjey73ParticipantInstallation of Webstation Plugins
7. Download data from the server
manjey73ParticipantOverload the server and also make the Ctrl+F5 command in the browser to update.
After you have entered the registration key, you need to download the data from the server, and then upload it back to the server.This should be described in the documentation.
-
This reply was modified 4 years, 8 months ago by
manjey73.
-
This reply was modified 4 years, 7 months ago by
-
AuthorPosts


