Mikhail

Forum Replies Created

Viewing 15 posts - 5,851 through 5,865 (of 6,218 total)
  • Author
    Posts
  • in reply to: Graphs not updated (on a win2003 server) #987
    Mikhail
    Moderator

    I’ve sent. Please let me know about the result.

    in reply to: Modbus Byte Order #985
    Mikhail
    Moderator

    I’ve found IEEE754 calculator: http://www.h-schmidt.net/FloatConverter/IEEE754.html
    It may help.

    in reply to: Modbus Byte Order #984
    Mikhail
    Moderator

    You right that the reason of the issue is incorrect decoding. I don’t think that it is a bug. Most likely the responses are differ.
    Please, post a part of communication log where the response is decoded incorrectly.

    in reply to: Graphs not updated (on a win2003 server) #982
    Mikhail
    Moderator

    Interesting error. Works like Mono .NET on Linux.
    If it’s possible, use newer OS, please. If not, I can send you an update that should fix this issue with charts, but the update does not fix issue with schemes.

    in reply to: Table Editor: add 'add all/selected' command #980
    Mikhail
    Moderator

    In the Table editor just focus on the left table and hold Enter button. Channels will be added one by one.

    The editor will be moved to the web application that is why there is no reason to update the GUI version.

    in reply to: Table Editor: add 'add all/selected' command #977
    Mikhail
    Moderator

    Use clone channels or create channels functions in SCADA-Administrator.

    in reply to: Calculated Real working unreliable #975
    Mikhail
    Moderator

    Yes, you should set status of calculated channel by a formula.
    Formula example:
    Val(1)+Val(2); Stat(1)

    in reply to: "Unable to login : Server is unavailable" Problem? #974
    Mikhail
    Moderator

    Hello,

    Make sure that Server works correctly by watching the file C:\SCADA\ScadaServer\Log\ScadaServerSvc.txt

    Then open C:\SCADA\ScadaWeb\log\ScadaWeb.log and check the details of the errors.

    in reply to: Calculated Real working unreliable #971
    Mikhail
    Moderator

    Provide more details, please.

    in reply to: Graphs not updated (on a win2003 server) #969
    Mikhail
    Moderator

    Furthermore, the new version of web application, that is under development, can’t work without web services.

    in reply to: Graphs not updated (on a win2003 server) #968
    Mikhail
    Moderator

    Charts also use web service (WCF) to update data.
    Open the browser console (F12) and watch what are the messages there?
    Also check C:\SCADA\ScadaWeb\log\ScadaWeb.log

    in reply to: ScadaScheme can't run #963
    Mikhail
    Moderator

    Probably it’s possible to make it work, but I think it will take too much time.
    May be you have a possibility to install SCADA-Web application to a different machine? It can operate separately from back end applications.

    in reply to: Calculated Real working unreliable #962
    Mikhail
    Moderator

    Cnl/( Val(768)*100 + (1-Val(768)) )
    you can change to
    Cnl / (Val(768)>0?100:1)

    in reply to: Calculated Real working unreliable #961
    Mikhail
    Moderator

    If you receive data from Communicator in the channel 808, you have to turn it to Real channel type.

    If the channel type is Real, the formula is calculated only when SCADA-Server receives data from SCADA-Communicator.

    So you need to create an additional channel of Calculated Real type that will be quickly response to changes of the channel 768, and it depends on 768 and 808 channels.

    in reply to: Automatic Control Module (ACM) Licenses #959
    Mikhail
    Moderator

    If i need to buy a new license for every client, can i charge extra for it(have profit over the license value)? Or the client itself need to buy the license from RapidSCada.org?

    Are you planning to offer Software as a Service for you clients? I think we should discuss these in details to create the best offer. Could you describe your vision by email?

Viewing 15 posts - 5,851 through 5,865 (of 6,218 total)