Mikhail

Forum Replies Created

Viewing 15 posts - 5,896 through 5,910 (of 5,971 total)
  • Author
    Posts
  • in reply to: Minimum data writing period #278
    Mikhail
    Moderator

    Thanks. I’ve found the cause. It is a restriction of communication protocol between SCADA-Server and SCADA-Web. You can receive max. 65535 points. This means that you can store minute data every 2 seconds.

    in reply to: Minimum data writing period #276
    Mikhail
    Moderator

    What about the other my questions?

    in reply to: Minimum data writing period #274
    Mikhail
    Moderator

    Has you tried to view the chart using different browsers? Is there any difference?
    If you press Show Data button, the data in the grid is correct?
    Please save Diag.aspx by a browser and send to info@rapidscada.org

    in reply to: Minimum data writing period #273
    Mikhail
    Moderator

    Use image hosting like http://postimage.org/
    then insert a link to your image.

    in reply to: Minimum data writing period #270
    Mikhail
    Moderator

    Could you clarify which parameter have you set to 1 second? Screenshot also can help to answer your question.

    in reply to: Connect OWEN controllers via OPC #264
    Mikhail
    Moderator

    Thanks a lot for the detailed description!
    Does you system work correctly at the moment?

    For OWEN devices which use Modbus I recommend to choose native Rapid SCADA Modbus driver because it is more stable and lightweight than OPC.
    Have you tuned Modbus connection between Rapid SCADA and OWEN?

    in reply to: modbus device adress #259
    Mikhail
    Moderator

    Hello Sergey,
    The address 2 is got from the configuration database.
    You can change it using SCADA-Administrator. Do not forget to pass changes to SCADA-Server and restart SCADA-Communicator.
    For test purposes you could switch off the option ‘Use SCADA-Server’ in SCADA-Communicator. In this case the address specified in SCADA-Communicator is used.

    in reply to: username and password after installation in raspberrypi #256
    Mikhail
    Moderator

    You definitely right. Not all the applications have been ported to Raspi yet. We are not going to do porting of GUI applications such as SCADA-Administrator. The idea is to make possible to perform configuration using web in the future.

    At the current time you should configure your system using Windows, then copy the settings to Raspberry. Is it possible for you? You need to copy files from the following directories:
    SCADA\BaseDAT
    SCADA\ScadaComm\Config
    SCADA\Interface

    It would be wondering if you share you experience and issues of using Rapid SCADA on Raspberry Pi.

    Thanks!

    in reply to: username and password after installation in raspberrypi #254
    Mikhail
    Moderator

    Hello,
    The defaults are
    admin/12345
    guest/12345

    It is recommended to change the default user names and passwords using SCADA-Administrator.

    in reply to: WCF Error #251
    Mikhail
    Moderator

    Hello Darren,

    Try checking the installation of WCF 4 or 4.5. It is a part of .NET Framework required for the schemes. Depending on the version of Windows it can be among Windows features.
    Is there ScadaScheme.log in C:\SCADA\ScadaWeb\log ? If it exists, what does it contain?

    In the future versions we are going to use pure HTML5+JavaScript and such problems will disappear.

    in reply to: Modbus TCP error #248
    Mikhail
    Moderator

    Probably your vague memorials is about other protocol than Modbus )
    Modbus has special error codes for such cases or device does not respond anything.
    Good luck in experiments! Your questions help others to solve their issues.

    in reply to: Modbus TCP error #246
    Mikhail
    Moderator

    The device responses the same bytes as were requested.
    According to MODBUS APPLICATION PROTOCOL SPECIFICATION and MODBUS MESSAGING ON TCP/IP IMPLEMENTATION GUIDE the content of the response is definitely wrong.

    You can get proper communication log for comparison by using Modbus emulator mod_RSsim

    in reply to: Modbus TCP error #244
    Mikhail
    Moderator

    Hello Darren,
    Could you write a piece of log here?

    in reply to: Generate sound on station for alarming #241
    Mikhail
    Moderator

    Try the following:
    1. Create a simple console application that play a sound. You can use Microsoft Visual Studio 2013 Community Edition.
    2. In the formula call
    System.Diagnostics.Process.Start(“C:\\MyPath\\PlaySound.exe”);
    3. Be careful using such formulas. Do not use them for calculated channels.

    Please, write here about the result.

    in reply to: Generate sound on station for alarming #238
    Mikhail
    Moderator

    Hello,
    Formulas are calculated on a server machine by SCADA-Server service.
    Most likely Windows doesn’t allow services to access a sound card.
    What device should play a sound in your case?

Viewing 15 posts - 5,896 through 5,910 (of 5,971 total)