manjey73

Forum Replies Created

Viewing 15 posts - 316 through 330 (of 856 total)
  • Author
    Posts
  • in reply to: Regarding Code of Channels #14756
    manjey73
    Participant

    If I’m not mistaken, by specifying Code, you can send commands by Code and not by channel number.

    in reply to: Problem in Sending Modbus (Command) Float32 data #14753
    manjey73
    Participant

    And possibly with subsequent multiplication by 100 in the Cnl*100 channel formula

    in reply to: Problem in Sending Modbus (Command) Float32 data #14752
    manjey73
    Participant

    @octavio-f I use this converter to determine the permutation

    https://www.scadacore.com/tools/programming-calculators/online-hex-converter/

    See Float – Mid-Big Endian (BADC) In theory, you need to specify a byte permutation for your case = 1032

    in reply to: Linux #14642
    manjey73
    Participant

    Or under Wine with some restrictions.

    manjey73
    Participant

    1. You need to configure port 502 availability (open port) in your firewall
    2. Use dynamic images for these cases.

    in reply to: Modbus Data Formula #14533
    manjey73
    Participant

    Example
    Off: black; Auto: green; Cool: blue; Dry: grey; Heat: red; Fan: sienna

    Off = 0
    Auto = 1
    Cool = 2
    Dry = 3
    Heat = 4
    Fan = 5

    Auxiliary Tables – Formats
    Not sure about the accuracy for the English version

    in reply to: Modbus Data Formula #14531
    manjey73
    Participant

    Add your own type by analogy ON-OFF by specifying On: blue, Off:yellow for example

    just give it a new name, for example On-Off(by)

    • This reply was modified 1 year, 4 months ago by manjey73.
    • This reply was modified 1 year, 4 months ago by manjey73.
    in reply to: Dallas DS18B20 Driver — Linux only (v6) #14378
    manjey73
    Participant
    in reply to: M-Bus #14295
    manjey73
    Participant

    Maybe the bytes don’t change randomly, but in places?

    There is a parameter in the protocol, I don’t remember exactly now, which speaks about direct transmission or reverse.

    in reply to: API for Integration #14249
    manjey73
    Participant

    Scada can run on both Windows and Linux in C# NET 6(8) and is there an option to use python from C# code?

    Well, you will have to additionally install python on Windows.

    Not the best solution

    in reply to: WAGO PFC200 #14153
    manjey73
    Participant
    in reply to: WAGO PFC200 #14151
    manjey73
    Participant

    The ARM Cortex-A8 is a 32-bit processor core licensed by ARM Holdings implementing the ARMv7-A architecture.

    It is quite possible. But the web is definitely not worth putting on it 🙂

    • This reply was modified 1 year, 7 months ago by manjey73.
    in reply to: WAGO PFC200 #14150
    manjey73
    Participant

    You can also run Scada on 256 MB, removing the excess if possible. But first you need to check the installation of dotnetfx 6 or 8. If it gets up and starts, you can try.

    in reply to: Any questions about Rapid SCADA and Raspberry Pi #13976
    manjey73
    Participant

    Rapid Scada v6 runs on ARM v7 and higher processors
    Version 5 including ARM v6

    For version 6, first check dotnet support by processor type
    I don’t think there will be any problems on the Raspberry Pi5

    in reply to: Recipe in Scada #13968
    manjey73
    Participant

    In theory, you can make a recipe with arrays of data plus a selection formula. And also with the help of an automatic control Module.
    For example, you make an array for a recipe that you will send to the device using the module. As well as several arrays for storing your recipes. A calculated selection channel that, at different values, copies from the storage array to the current recipe array. With the automatic control module, you control the change of the main array and send it to the device or panel.

    • This reply was modified 1 year, 8 months ago by manjey73.
Viewing 15 posts - 316 through 330 (of 856 total)