Mikhail

Forum Replies Created

Viewing 15 posts - 6,016 through 6,030 (of 6,270 total)
  • Author
    Posts
  • in reply to: scada server error #720
    Mikhail
    Moderator

    Google Translate translates German completely unclear )

    in reply to: scada server error #719
    Mikhail
    Moderator

    Thanks for the improvements of the instruction )

    I use WinSCP for copying files from my Windows workstation. And Putty with MidnightCommander (mc) to run scripts.

    Have you solved the issue caused by decimal separator?

    in reply to: check the status of one or more bits in 2 bytes #716
    Mikhail
    Moderator

    You can import C:\SCADA\BaseDAT\formula.dat from the distributive v4.5 using SCADA-Administaror. It contains GetBit function.

    in reply to: check the status of one or more bits in 2 bytes #715
    Mikhail
    Moderator

    Hi!

    GetBit appears since Rapid SCADA v.4.5
    I think you have tried to use this formula in v.4.4

    in reply to: Mimic(мнемосхема) #710
    Mikhail
    Moderator

    Hi!

    If you use the same monitor, check scaling in your browser.

    in reply to: Mimic(мнемосхема) #708
    Mikhail
    Moderator

    It seems you can not do without creating a new configuration similar to the existing.

    in reply to: Mimic(мнемосхема) #706
    Mikhail
    Moderator

    Hi,
    What technology is used for the visualization that is already done? Could you send a screenshot?

    in reply to: scada server error #703
    Mikhail
    Moderator

    Write about results, please.

    in reply to: Desktop GUI Interface #701
    Mikhail
    Moderator

    Looks nice. In the future SCADA-Web will not use separate popup windows. And this approach will be suitable.

    in reply to: scada server error #700
    Mikhail
    Moderator

    Please check your Mono version using the following command

    mono --version
    

    I have tested on:
    Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4+rpi1)

    in reply to: scada server error #699
    Mikhail
    Moderator

    Hi,

    I have tested again Rapid SCADA 4.5 Mono on my Raspberry Pi 2 with Raspbian. It works. Probably, a cause is in the configuration of the specified RPi. Let’s find the cause.

    Line 79 is

    initialCmdVal = 0.0;
    

    Message “Input string was not in the correct format Line 0, column 0: error : at System.Double.Parse” means that 0.0 is not correct double value.

    What culture settings do you use? Is decimal separator a dot in your culture?
    I think that Mono C# compiler contains a bug because line 79 is correct. Compiler must not depend on culture. So we should find workaround.

    in reply to: Desktop GUI Interface #696
    Mikhail
    Moderator

    Does WinForm app work correctly in case of popup windows?
    I remember about issue with RPi you have sent, I will answer.

    in reply to: Desktop GUI Interface #694
    Mikhail
    Moderator

    What Kiosk software do you use?

    in reply to: Desktop GUI Interface #692
    Mikhail
    Moderator

    Hi Junying,

    Development and support of the independent desktop UI client requires too much resources. So it is not planned. The second option to pack a browser into a GUI is possible. This task has not got major priority for us, however it can be done as a commercial project. If you are a developer, of course, you are able to implement this.

    in reply to: Asynchronous register reading #689
    Mikhail
    Moderator

    Hi Dejan,
    In the similar situation I wrote a driver that uses the existing Modbus classes.
    You may need this article about drivers development and this solution as an example. Use Modbus class for accessing your device.
    Follow up questions please post in Development and Integration

Viewing 15 posts - 6,016 through 6,030 (of 6,270 total)