Mikhail

Forum Replies Created

Viewing 15 posts - 1,966 through 1,980 (of 6,287 total)
  • Author
    Posts
  • in reply to: How to publish a module into the repository #12178
    Mikhail
    Moderator

    For the module you need to specify:
    – Home page. This is the page of your website where the module is presented. If there is no website, start a new topic on this forum.
    – Documentation. This is a link to your website or GitHub.

    After the data for publication is prepared, write to us by email.

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

    Use http://localhost:10008/
    10000 is a Server port. When you try to connect it from web browser, Server just reports about errors.
    10008 is the default web app port.

    • This reply was modified 3 years, 3 months ago by Mikhail.
    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.

Viewing 15 posts - 1,966 through 1,980 (of 6,287 total)