Mikhail

Forum Replies Created

Viewing 15 posts - 1,921 through 1,935 (of 6,240 total)
  • Author
    Posts
  • in reply to: View finder #12167
    Mikhail
    Moderator

    Hello,

    This is an interesting and useful idea. Thank you.
    To implement this feature, probably JavaScript should be used on a browser side.

    in reply to: GetCurrentData function error #12166
    Mikhail
    Moderator

    Hi,

    Does the existing web application work correctly?
    How to reproduce this issue?

    in reply to: incorect format od data recevied #12164
    Mikhail
    Moderator

    Hello,

    Do you have the both Rapid SCADA 5 and 6 on the same computer? If so, you should stop the services of the 1st instance before using the 2nd one.

    In WebStationg logs there is nothing

    Which URL do you use to open the Webstation app?

    in reply to: Working with rapidscada in linux #12163
    Mikhail
    Moderator

    Hello,

    On Windows, when you upload the project using the Administrator application, add a new deployment profile that allows to upload the project on a Linux machine.

    Administrator interacts with the remote Agent service that works on a target machine.

    in reply to: ScadaServer6 service hasn’t been installed #12156
    Mikhail
    Moderator

    What Windows version do you use?

    An error occurred trying to start process ‘C:\Program Files\SCADA\ScadaServer\svc_install.bat’ with working directory

    Try to execute this file manually from command line as administrator.

    Directory C:\Program Files\SCADA\ScadaAgent has to be cleared

    It means to delete old files before new installation.

    Mikhail
    Moderator

    Hello,
    The answer is here.

    in reply to: Blinking led? #12152
    Mikhail
    Moderator

    Hi,
    I think, you should create an animated GIF using some free tool from the internet. And use this GIF in a dynamic image component.

    in reply to: v6- bit mask and create/update channels #12150
    Mikhail
    Moderator

    Thanks for finding this!

    in reply to: v6- bit mask and create/update channels #12145
    Mikhail
    Moderator

    To fix this error, open your project in Administrator, open the Scripts table and add a new row containing the function:

    public double SetBit(CnlData cnlData, int n, double isOn)
    {
        return cnlData.Stat > 0
            ? SetBit(cnlData.Val, n, isOn)
            : double.NaN;
    }
    

    The fix will be included in the next Rapid SCADA release.

    in reply to: moddbexport-mysql-current data #12144
    Mikhail
    Moderator

    <pre> </pre> tags make log more readable.

    in reply to: moddbexport-mysql-current data #12142
    Mikhail
    Moderator

    Hello,
    If you already solved the database connection error, use the scripts from here for creating tables and export data. They are a bit different comparing with version 5.

    in reply to: v6- bit mask and create/update channels #12138
    Mikhail
    Moderator

    Hello,

    Thank for the issue report. It’s important.
    The Bit mask checkbox of a Modbus element does not affect how device is polled, but it affects generating channels based on the Modbus template. Probably, there is an error in channel formula. I will check and write back (next week).

    The channel wizard can add new channels. It does not update the existing channels. In a preview window, remove the unnecessary channels and add only channels for new registers.

    in reply to: Webstation error #12137
    Mikhail
    Moderator

    It means that Webstation does not provide its status to Administrator. It’s normal and application specific.

    in reply to: Webstation error #12134
    Mikhail
    Moderator

    Hello,

    I can go to webview by lauching of Webstation (in folder of
    and it goes to http://localhost:10008/

    This is a correct URL. See the manual.

    I don’t see the Plugin page?

    Plugin management is moved to the Administrator application in v6.

    in reply to: auto log out of Web SCADA #12128
    Mikhail
    Moderator

    Start Internet Information Services (IIS) Manager, select the application pool used for Rapid SCADA, open Advanced Settings of the application pool, and set the following options:

    General – Start Mode: AlwaysRunning
    Process Model – Idle Time-out: 0
    Recycling – Regular Time Interval: 0

Viewing 15 posts - 1,921 through 1,935 (of 6,240 total)