Mikhail

Forum Replies Created

Viewing 15 posts - 5,911 through 5,925 (of 6,270 total)
  • Author
    Posts
  • 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?

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

    Hello,

    Could you explain what ACM is, please?

    For now the difference between Home and Business types of licenses is the price only. The reason is that the home automation should cheaper in compare with business purposes in accordance with the customer capabilities.

    The existing licenses apply to a one server without limit of connections. Thereby, you need one license for each client.

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

    The one message is not translated…
    Please open http://localhost/scada/scheme/ScadaSchemeSvc.svc and tell me what you see?
    May be in IIS 6 you need to make some configuration of web services processing.

    Does Insufficient rights error still occur?

    P.S. The new web application is under construction. It will be free of those issues

    in reply to: Scada-Admin don't open. #950
    Mikhail
    Moderator

    Just install MSSQL Compact from the prerequisites.

    You have to execute both:
    SSCERuntime_x86-ENU.msi
    SSCERuntime_x64-ENU.msi

    in reply to: String tag communication in rapid scada #948
    Mikhail
    Moderator

    If you are talking about Modbus protocol, command must be converted to the array of bytes. Using formulas of output channels you can send any array of bytes according to your needs.
    Do you use Modbus?

    in reply to: String tag communication in rapid scada #946
    Mikhail
    Moderator

    About Silverlight:
    Does the following page works in your IE and Firefox?
    https://www.microsoft.com/silverlight/skinning-and-styling/demo/

    Also try to open Rapid SCADA in Firefox. Does it work in Firefox?

    in reply to: String tag communication in rapid scada #945
    Mikhail
    Moderator

    How to communicate the string elements in rapid scada , please send the document for configuration.

    Please provide more details in a separate topic. What are you going to implement?
    One issue – one topic.

    in reply to: Unable to send emails #941
    Mikhail
    Moderator

    Of course you can use DNS.
    E.g.,
    smtp.gmail.com, port 587

    in reply to: Unable to send emails #939
    Mikhail
    Moderator

    Functionality of sending emails will be added to the default configuration.

Viewing 15 posts - 5,911 through 5,925 (of 6,270 total)