manjey73

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 922 total)
  • Author
    Posts
  • 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 7 months, 3 weeks 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)

    in reply to: XYE driver for air conditioning #16913
    manjey73
    Participant

    XYE is a protocol that is supported by some models. According to the interface, it is compatible in RS485. But some air conditioners, Midea, Gree and others have a different protocol. Often, some models sell converters to Wi-Fi that connect to the indoor unit of the air conditioner – there is a different protocol and TTL signal level.

    1. It is absolutely not a fact, there may be another protocol. To understand this, it is necessary to determine the signal levels and, if they are close to RS485, try to connect with a computer using a USB-RS485 converter and try to receive the exchange information in the port eavesdropping mode.

    2. If the signal levels allow it

    3. It was like that on Kentatsu, in the external unit

    4. There is a different programming language. There is no such possibility at the moment. There is a link in the documentation to reverse the protocol, which you can use to adapt the code to ESP probably. I think there are enough examples of mqtt for ESP too.

    manjey73
    Participant

    If the channel is only Output, then you will definitely need a formula that returns Cmd and writes to channel 115 (SetVal) inside the formula

    manjey73
    Participant

    Integer – not required, leave it empty.

    Enumerations in format tables – Name “ModeStatus” well, or choose which one
    Mold Status 1; Mold Status 2; Mold Status 3

    Val(114) – It will depend on what channel 114 is – if it is the input/output channel of the device, then yes, it should be enough.

    First, we need to determine what channel 114 is, depending on which approaches there may be. More precisely, there will be different approaches so that the value appears in channel 115. Up to the point that it may be necessary to create a specific script in the script table for this task.

    manjey73
    Participant

    Well, everything is the same, you need to use enumeration, but for the input format. Use the built-in scripts Val(n), CnlData(n). We don’t know what type of channel you are using the output formula and format for.

    manjey73
    Participant

    You can make an enumeration and use it for the Command Format. Then a window with buttons will open, according to the list.

    in reply to: Logging fast I/O #16898
    manjey73
    Participant

    Based on the examples in the system only. And according to the documentation

    https://rapidscada.net/docs/en/latest/modules/plg-chart-pro

    To use multiple files depending on the conditions, set a Dynamic drawing and add a Collection. There is an option to create conditions for channel values.

    in reply to: Logging fast I/O #16896
    manjey73
    Participant

    How to create svg

    If it opens for you, translate this post.

    my pictures

    Again, if you have an opening.

Viewing 15 posts - 76 through 90 (of 922 total)