Mikhail

Forum Replies Created

Viewing 15 posts - 6,196 through 6,210 (of 6,265 total)
  • Author
    Posts
  • 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?

    in reply to: Any questions about Rapid SCADA and Raspberry Pi #232
    Mikhail
    Moderator

    SCADA-Web has been ported. Welcome to use Rapid SCADA on Raspberry Pi.

    in reply to: Any questions about Rapid SCADA and Raspberry Pi #231
    Mikhail
    Moderator

    Sorry, I don’t get into the way of using GUI on Linux.
    Just install Midnight Commander
    sudo apt-get install mc
    and run the necessary scripts.
    Also it is a good idea to use Putty to remote connection to your device.

    I hope that SCADA-Web for RPi will be ready within a few days.

    in reply to: Any questions about Rapid SCADA and Raspberry Pi #228
    Mikhail
    Moderator

    Could you tell more about the system that you are going to implement? The understanding of the aim helps me to suggest the best solution.

    in reply to: Any questions about Rapid SCADA and Raspberry Pi #225
    Mikhail
    Moderator

    Porting of SCADA-Web is under construction. You can wait for it or fork the project on GitHub and make the necessary changes.

    in reply to: Any questions about Rapid SCADA and Raspberry Pi #223
    Mikhail
    Moderator

    The web application SCADA-Web can be deployed on any free ASP.NET hosting in the Internet or in your LAN. SCADA-Web connects to Raspi and retrieves the data.

    • This reply was modified 10 years, 12 months ago by Mikhail.
    in reply to: Any questions about Rapid SCADA and Raspberry Pi #220
    Mikhail
    Moderator

    The one of known issues – Raspi doesn’t contain real time clock. That’s why after reboot a system, SCADA may write data with incorrect timestamp. This issue can be solved by writing special script that starts SCADA after a clock sync.

Viewing 15 posts - 6,196 through 6,210 (of 6,265 total)