manjey73

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 921 total)
  • Author
    Posts
  • in reply to: Formula for Delta Temp Readings #17152
    manjey73
    Participant

    Documentation

    Val(101)-Val(102)

    manjey73
    Participant

    Can you show a signal diagram and indicate on it where sending should work and where not?

    in reply to: Display issue #17142
    manjey73
    Participant

    Is channel 101 an input channel? then in the input formula Cnl/100

    in reply to: Automatic Control Module – Registration key invalid #17139
    manjey73
    Participant

    Interfaces may have been added to your VM, and the computer code has changed accordingly.

    manjey73
    Participant

    If I understood correctly, you reset the error (channel 110) and then it reappears naturally, so the module reacts to it again. After resetting, you need to lock it for a while or change the reset approach. It is not the error itself that should be reset, but the auxiliary channel.

    in reply to: Missing PlgMimic.xml file #17108
    manjey73
    Participant

    rapidscada_6.4.2_linux_ru\scada\ScadaWeb\config\ – It’s in the installation package.

    Make it a habit after installing plugins to open the project and download the data from the server first, then all the configuration files will be copied to your project.

    in reply to: Missing PlgMimic.xml file #17106
    manjey73
    Participant

    copy the file from the package to your project

    in reply to: Scheme Editor : Dropdown List of Commands #17059
    manjey73
    Participant

    So far, it is possible to select commands through enumerations. Create an enumeration, and specify it in the Command Format. Get a window with buttons and names from the list. Then use the formula to convert the values 0, 1, 2, etc. into the necessary data.

    To display the list, you probably need to make the appropriate element in the schema editor.

    in reply to: Calculated input/output channels #17044
    manjey73
    Participant

    A calendar should be called to enter the time and date.

    in reply to: Calculated input/output channels #17043
    manjey73
    Participant

    Output script GetStrDtToUtc(CmdDataStr) the format of the command “Date and Time”
    Input script Val() the format “Date and Time”

    in table script

    public double GetStrDtToUtc(string dt)
    {
    SetVal(CnlNum, EncodeDate(DateTime.Parse(dt).ToUniversalTime()));
    return EncodeDate(DateTime.Parse(dt).ToUniversalTime());
    }
    in reply to: Calculated input/output channels #17042
    manjey73
    Participant

    to enter the time into the channel, with the Time format, an output formula is needed.

    in reply to: Roles for map view #17003
    manjey73
    Participant

    <Param name=”accessToken” value=”pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw” />

    this is possible. Like it’s a demo token, but you need a custom one. If so, then for each client it is necessary to register and receive a token, perhaps then it will be tightened.

    I didn’t check it. This is in the map configuration

    in reply to: Build Rapid SCADA on ARM64 Windows Machine #16978
    manjey73
    Participant

    Video

    I didn’t find it in English. There’s a video showing how to connect the Mimic Editor. In theory, if you create a new project, everything should be spelled out, but check it just in case. I don’t know if you have access to the video. It’s in Russian.

    in reply to: Send Commond #16974
    manjey73
    Participant

    You need to read the basics of the C# programming language in order to learn other people’s formulas and write your own.

    in reply to: Build Rapid SCADA on ARM64 Windows Machine #16968
    manjey73
    Participant

    This is probably because the Schema Editor is based on NET Framework 4.7.2 and not on NET Standard. As far as I understand, ARM does not support NET Framework 4

    This is one of the reasons for creating the new Mimic Scheme Editor.

Viewing 15 posts - 61 through 75 (of 921 total)