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 14 posts - 76 through 89 (of 89 total)
  • Author
    Posts
  • #4375
    IncineratorX2
    Participant

    – edit – sorry wrhong thread

    #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 6 years 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, 7 months 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.

    #14673
    ArunRuchir
    Participant

    I have successfully installed RapidScada on Raspberry Pi 4 and also created the deployment profile. Created MQTT connection and a Tabel view. Everything is working fine, except that Table view on web display is not showing current/any data. While data is visible on Device and Tag but not on web display. No specific error log also visible.
    Please help if I have missed any specific setting.

    #14680
    zzz
    Participant

    Do you have channels bound to the tag_code or cnlnum ?

    – topic needs to have a tag code defined in mqttclient.xml Properties.
    Bound to the configuration database needs to be checked in Line options

    – That same tag code needs to be filled into Code col of Channels table in conf db.

    For Channels related setting changes to take effect when uploading the conf db, both Server and Communicator needs to be restarted.

    • This reply was modified 3 months, 3 weeks ago by zzz.
    #14687
    Mikhail
    Moderator

    The above advice is correct.

    @arunruchir
    , could you provide screenshots of the settings and device data page?

    • This reply was modified 3 months, 3 weeks ago by Mikhail.
    #14692
    ArunRuchir
    Participant

    Thanks ZZZ and Mikhail,
    It started working partially. I had missed mapping tag code into code col of Channels table in conf db.

    Enclosed are 4 screen shots.
    1) I have mapped 2 identical Channels to fetch MQTT data from broker using same topic. Its updating properly also. However, the same are not reflecting on Table view on Web page? There is mention of channel 302…… why ? and How ?
    2) Although current readings started getting displayed in table, no other readings are reflected for the past. This is running for nearly 2 hour now.
    3) I have to add many more devices using same MQTT Broker. Will it be a good idea to create separate lines or add more tags on same line ?

    Thanks in advance for help.
    https://drive.google.com/drive/folders/1t2LtMAM7Cre5t8mcVvUOPq708ua42aZf?usp=drive_link

    • This reply was modified 3 months, 3 weeks ago by Mikhail.
    #14700
    Mikhail
    Moderator

    The above link is not public.
    The issue does not seem Raspberry specific. I suggest to find a proper topic related to MQTT communications for continue.

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