Mikhail

Forum Replies Created

Viewing 15 posts - 3,751 through 3,765 (of 6,290 total)
  • Author
    Posts
  • in reply to: Displaying Websites in a Dashboard #6838
    Mikhail
    Moderator

    Hi,

    Some web sites don’t allow to display them in a frame. For example, Google.
    To fix it, you need administrative access the website you want to display.

    in reply to: Problem opening rapidscada in browser #6832
    Mikhail
    Moderator

    Keep scada.conf unchanged if you don’t change default installation directories.

    in reply to: start communication #6830
    Mikhail
    Moderator

    Hello,

    This video answers your question.

    in reply to: Problem with remote server #6818
    Mikhail
    Moderator

    Hello,

    Web application uses port 80. You should find and enable the existing rule in Windows firewall settings.

    First of all, I must thank you for the wonderful job you’ve made (and keep making) with Rapid Scada. I learned a lot using it, aswell reading the forums.

    Thank you.

    in reply to: Problem opening rapidscada in browser #6817
    Mikhail
    Moderator

    I think, you should continue the other steps of the installation sequence.

    in reply to: Using Custom Webpage in Scada Webbeta 5.0 #6809
    Mikhail
    Moderator

    Hi,

    Probably, namespace was renamed. Try deleting using and use the VS suggestions.
    Or post the error here.

    in reply to: UI for Linux #6808
    Mikhail
    Moderator

    Hello,

    The Administrator app can run on Linux. But has some restrictions in editing table data.
    To run the app, type
    mono ScadaAdmin.exe in the proper directory

    in reply to: Problem opening rapidscada in browser #6804
    Mikhail
    Moderator

    Hi,

    This problem is related with the modules libapache2-mod-mono and mono-apache-server4
    Try to repeat the step
    sudo apt-get install libapache2-mod-mono mono-apache-server4
    and check if there are some errors during installation.

    in reply to: fit to screen/width by default #6803
    Mikhail
    Moderator

    Scale of a scheme is stored in browser cookies.
    To check this:
    1. Change the scheme scale.
    2. Logout and login again.
    3. Open the scheme.
    You should see the scale that was previously set.
    If it doesn’t work, please write here.

    in reply to: Using Custom Webpage in Scada Webbeta 5.0 #6798
    Mikhail
    Moderator

    Hi Matt,

    CustomPageExample

    In case you need to develop a web page, I suggest to use the above example. The 1st and the 2nd ways are preferable if you develop a separate application.

    If the above pages can be part of the existing Rapid SCADA framework, that would be great.

    It can be a part of Rapid SCADA web app if the backend is written using .NET Framework. However, the mentioned example written on clear HTML and JS.

    • This reply was modified 6 years, 1 month ago by Mikhail.
    in reply to: Administrator Upload Error #6797
    Mikhail
    Moderator

    In Task Manager / Services, the SCADA programs were not running

    They run as the system user. You should check the full task list.

    in reply to: Administrator Upload Error #6793
    Mikhail
    Moderator

    Hi,
    This error means that the Agent service is not started or started with a error.
    Check C:\SCADA\ScadaAgent\Log\ScadaAgent.log for the details.
    May be it’s enough to restart a computer to start the service.

    in reply to: can not uploading in raspberry Pi4 #6791
    Mikhail
    Moderator

    Hello,

    You should grant the writing writes to the Projects directory for your user. For example, you can set the owner of the directory.

    The Administrator application has some restrictions on Linux. I suggest creating projects on Windows and then upload them to a Linux machine.

    in reply to: Send command button – change register bit #6787
    Mikhail
    Moderator

    Hi,

    Set a formula for the output channel.
    Something like this (not tested):
    (ushort)Val(101) | ((Cmd > 0 ? 1 : 0) << 2)
    There the input channel #101 stores the current value of the register.

    in reply to: Conecting to Beckhoff BC9100 PLC’s #6783
    Mikhail
    Moderator

    Hi,

    1. I suppose, encode time to Unix time. This is a 32 bit integer.
    2. Yes. Create new calculated channels and use GetBit function
    3. The web manual and this forum.

    The above are the general ideas. We can discuss them in details.

Viewing 15 posts - 3,751 through 3,765 (of 6,290 total)