manjey73

Forum Replies Created

Viewing 15 posts - 571 through 585 (of 923 total)
  • Author
    Posts
  • in reply to: communicate device by 4G DTU #9581
    manjey73
    Participant

    4G DTU and if the device is used as a client, and the communication line is configured as a Server?

    in reply to: Lost current data after reboot #9549
    manjey73
    Participant

    This 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.

    in reply to: Time Zone oparating #9541
    manjey73
    Participant

    Well, 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.

    in reply to: Time Zone oparating #9535
    manjey73
    Participant

    double 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.
    in reply to: Migrate plugin license key? #9530
    manjey73
    Participant

    There are some problems with access rights. Configuration files are written from the system user, and you open the Web from a regular user

    in reply to: Migrate plugin license key? #9526
    manjey73
    Participant

    Officially, you can’t. But the ways of the Lord are inscrutable 🙂

    in reply to: Show last input value on restart #9456
    manjey73
    Participant

    The current data must be saved in the Windows environment. What OS are you using ?

    in reply to: Show last input value on restart #9451
    manjey73
    Participant

    What is RP ?

    in reply to: Write multiple modbus register FC=16 #9409
    manjey73
    Participant

    It 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.

    in reply to: Write multiple modbus register FC=16 #9406
    manjey73
    Participant

    Take the Modbus driver from the previous version 5.8.2 temporarily until the error is fixed

    manjey73
    Participant

    Moreover, 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.

    manjey73
    Participant

    Such functionality would be useful even from a WEB system. I will also support the question

    in reply to: Scheme copy #9366
    manjey73
    Participant

    1

    2

    3

    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

    in reply to: Scheme copy #9365
    manjey73
    Participant

    Installation of Webstation Plugins

    7. Download data from the server

    in reply to: Scheme copy #9362
    manjey73
    Participant

    Overload 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.
Viewing 15 posts - 571 through 585 (of 923 total)