Any questions about Rapid SCADA and Raspberry Pi

Forum Home Forums Rapid SCADA on Linux Controllers and Raspberry Pi Any questions about Rapid SCADA and Raspberry Pi

Viewing 9 posts - 76 through 84 (of 84 total)
  • Author
    Posts
  • #4375
    IncineratorX2
    Participant

    – edit – sorry wrhong thread

    • This reply was modified 5 years, 5 months ago by IncineratorX2.
    #4376
    manjey73
    Participant

    The formula name must be entered correctly, as specified in the formula itself

    public double GetBit(double val, int n)
    {
        UInt64 uintVal = (UInt64)val;
        return (uintVal >> n) & 1;
    }

    GetBit

    And so it is necessary to write for all formulas

    • This reply was modified 5 years, 5 months ago by manjey73.
    #4380
    IncineratorX2
    Participant

    sorry i replied on the wrong thread.

    #8331
    percy011
    Participant

    I use raspberry pi 4 I found problem how to solve how to solve

    • This reply was modified 3 years, 1 month ago by percy011.
    #8336
    Mikhail
    Moderator
    #13975
    niel.j@raumix.co.za
    Participant

    Good day, before i buy a Raspberry Pi 5 board, will there be any issues on running Rapid SCADA on the new Raspberry PI 5, or is it expected to perform the same as on Raspberry Pi 4 Board.

    Kind regards
    Niel

    #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

    #13978
    Mikhail
    Moderator

    Hello,
    Rapid SCADA 6 works on Raspberry Pi 3, 4 and 5.

    #13979
    Mikhail
    Moderator

    is it expected to perform the same as on Raspberry Pi 4 Board

    Yes.

Viewing 9 posts - 76 through 84 (of 84 total)
  • You must be logged in to reply to this topic.