manjey73

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 856 total)
  • Author
    Posts
  • 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.

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

    What do you mean by scenarios?

    As for mnemonics, I chose the SVG creation method for myself, but sometimes it’s a bit tedious. At the same time, I do not use graphic editors practically. I draw in AutoCAD in different colors, print to PDF with the selected size (adjust to the image) and use an online converter from pdf to svg. Then I edit the styles with my hands (I change the colors, line thicknesses, etc.)

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

    The archive is recorded using the selected mask. The archive name is not displayed in the channels. Or do you already mean on the chart itself?
    You must manually configure additional configurations for the Pro Charts.

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

    However, you can always use additional utilities to check for records.

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

    Well, you need to try it a few times to figure out how to set it up 🙂

    Again, regular Charts may not be able to show data, except from the Minute Archive, I did not check, since I always use ChartPro.

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

    Utils

    TrendTabeViewer is needed

    in reply to: Logging fast I/O #16887
    manjey73
    Participant
Viewing 15 posts - 16 through 30 (of 856 total)