manjey73

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 974 total)
  • Author
    Posts
  • 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.

    in reply to: Send Commond #16966
    manjey73
    Participant

    These are variables for any number of channels that need to be checked. The formula is added to the script table. In the input formula, TwoChannel(101, 105) is written, where channel 101 will be chn1 and channel number 105 will be chn2.

    The chn12 value is returned to the Calculated channel, where you will apply the script

    in reply to: ERROR #16950
    manjey73
    Participant

    I assume that the problem is either in dotnet or in the settings of additional Windows components.

    The installer doesn’t seem to install dotnet on its own

    • This reply was modified 1 year ago by manjey73.
    in reply to: Format – greater than 1000 characters #16939
    manjey73
    Participant

    Wow. I didn’t expect that there could be so many enumerations. I used Text in SVG when I had an enumeration with omissions in the values. And I used dynamic drawings and a collection to control the output, respectively.

    The situation is a little different, but this is how you can work around this problem.

    in reply to: Closed serial port #16928
    manjey73
    Participant

    then overload the Agent service.

    in reply to: Closed serial port #16927
    manjey73
    Participant

    After changing the agent’s passwords and secret keys, you need to enter them in the agent’s configuration file. See ScadaAgent/Config, and if necessary, you can encrypt the password in the Tools section

    in reply to: Closed serial port #16923
    manjey73
    Participant

    Data source ScadaServer: Error checking server connection:
    Invalid username or password

    You probably changed the login and password of the application, and your device does not connect to the server and cannot receive data. Accordingly, it is not loaded for execution and does not open the port.

    in reply to: Closed serial port #16914
    manjey73
    Participant

    What operating system is used? Which physical port is being used? (device)

Viewing 15 posts - 121 through 135 (of 974 total)