manjey73

Forum Replies Created

Viewing 15 posts - 376 through 390 (of 923 total)
  • Author
    Posts
  • in reply to: Bad Gateway / scadaweb6.service #14802
    manjey73
    Participant

    The dotnet version is up-to-date, this is no longer the reason.

    service scadaweb6 status

    or

    systemctl status scadaweb6

    • This reply was modified 1 year, 9 months ago by manjey73.
    in reply to: Bad Gateway / scadaweb6.service #14799
    manjey73
    Participant

    after that, check again dotnet --info

    You should see that you have the runtime installed

    .NET runtimes installed:
      Microsoft.AspNetCore.App 6.0.20 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
      Microsoft.NETCore.App 6.0.20 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
    in reply to: Bad Gateway / scadaweb6.service #14798
    manjey73
    Participant

    You don’t have dotnet installed

    Install curl sudo apt install curl

    And then install dotnet

    sudo curl -sSL https://dot.net/v1/dotnet-install.sh | sudo bash /dev/stdin --channel LTS --runtime aspnetcore --install-dir /usr/share/dotnet/

    add a link
    sudo ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

    in reply to: Bad Gateway / scadaweb6.service #14796
    manjey73
    Participant

    dotnet --info ?

    in reply to: Beckhoff TwinCAT 2 Driver (RS v6) #14794
    manjey73
    Participant

    If you have any questions about keys, write to the email address specified in the driver.

    P.S. if you are interested in getting driver keys for free or even a key generator, look for an intelligent C++ programmer.
    Beckhoff has a library for Linux that needs to be given a mind so that it can be used in the driver.

    1. Make it dynamic (now it is completely static)
    2. Make the export of all functions for use in the C# code
    3. Make builds for ARM and Windows (now the library is only for Linux X86)

    something like that.
    p.p.s. and yet the Linux library should support not only TwinCAT 2 but also TwinCAT 3

    in the TwinCAT library.Ads for PLC data (TwinCAT 2 development environment) there is no concept of Ams Routing (appeared only in the library for TwinCat3, and this is another series of controllers.

    Routing is performed by means of TwinCAT System Manager.

    • This reply was modified 1 year, 9 months ago by manjey73.
    in reply to: License Problem #14787
    manjey73
    Participant

    You need to install the paid functionality on both the Server computer and the Development computer.
    You only need to register paid modules on the Server computer (RT)
    On the development computer, paid modules are needed to be able to register, create channels, settings, etc.

    in reply to: Receiving error regarding MBAP Header Data #14759
    manjey73
    Participant

    Are you still polling this device in parallel with the Scada system?

    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, 11 months ago by manjey73.
    • This reply was modified 1 year, 11 months ago by manjey73.
    in reply to: Dallas DS18B20 Driver — Linux only (v6) #14378
    manjey73
    Participant
Viewing 15 posts - 376 through 390 (of 923 total)