Mikhail

Forum Replies Created

Viewing 15 posts - 6,106 through 6,120 (of 6,218 total)
  • Author
    Posts
  • Mikhail
    Moderator

    Dejan, could you check the version of .NET that is used by the application pool of your web application?

    Mikhail
    Moderator

    Hi,

    What version of NET Framework is written in the bottom of the error page?
    What version of Windows do you use?

    in reply to: Export data module manual exist? #371
    Mikhail
    Moderator

    Please, write more info.

    in reply to: how to access web interface from other computer #365
    Mikhail
    Moderator

    http://server_name/scada
    http://192.168.1.10/scada
    where 192.168.1.10 is server IP
    Make sure that port 80 is allowed by the server firewall.

    in reply to: Animated components #364
    Mikhail
    Moderator

    Thanks! I’ve got it.
    Channel status describes quality of the channel value.
    All statuses are containded in “Event Types” table. You can add your own status.
    After “;” you can put a statement that calculates status. Status is integer.
    For example, Cnl;Cnl > 0 ? 1 : 11

    in reply to: Microsoft SilverLight #363
    Mikhail
    Moderator

    Hi,

    We are going to get rid of Silverlisght and use HTML5 + Javascript.
    I hope within a 3-5 month.

    in reply to: How to enter sent value through web interface #353
    Mikhail
    Moderator

    Hi,

    1. Create the appropriate output channel using SCADA-Administrator
    2. Open SCADA-Scheme Editor, create an element, choose “Send Command” action for the element and fill “Output channel” property of the element.

    When you click the element, a command window will appear.

    in reply to: web page not displaying value #349
    Mikhail
    Moderator

    Most likely, communication line number and device number in the configuration database aren’t matched communication line number and device number in SCADA-Communicator.

    Mikhail
    Moderator

    You can create it manually as described in manual_setup_en.pdf
    Skip the 3rd step, because the files have been already copied.

    in reply to: Animated components #346
    Mikhail
    Moderator

    Hi,

    SCADA-Scheme gets the result of calculation. It doesn’t need to know the formula in the configuration database.
    Yes, you can define calculation of formula status after “;”, but I’m not sure that you really need it in your case. What is displayed in SCADA-Scheme? What is the status of 110th channel?
    For example, the formula “1.5;1” always returns value=1.5 and status=1.

    I haven’t received e-mail from you. Could you send it again, please?

    Mikhail
    Moderator

    Dear Savan,

    Please check the following:
    1. Does directory C:\SCADA\ScadaWeb exist? It is a physical path of the web application.
    2. Open IIS Manager
    Control Panel -> System and Security -> Administrative Tools -> Internet Information Services (IIS) Manager
    and check if Scada application exists in the Default Web Site.

    in reply to: web page not displaying value #342
    Mikhail
    Moderator

    Hi,
    If you click a device node in SCADA-Communicator, there should be your channel numbers in the grid in “Device Data” page. Are they displayed?

    If not, probably you need to open SCADA-Administrator, click “Pass to SCADA-Server” toolbar button and restart SCADA-Server and SCADA-Communicator services.

    in reply to: Animated components #331
    Mikhail
    Moderator

    According to this inputs How do I set up a relation between this input channel ? with the 3rd channel of calculated?

    Do the following:
    1. Create new channel of type “Calculated real”.
    2. Tick “Formula used” field.
    3. Input the formula: Val(401) <= 0.0 && Val(402) >= 1.0 ? 1.0 : 0.0

    If you interested with my changes in the project, I can send you the solutions. After you anayze (if you wish) i can publish..

    Yes, send to me, please.

    added the turkish language files

    I’d like to publish them in rapidscada.org Are they compartible with the original version of Rapid SCADA?

    I moved the solutions Vs2015 and added the turkish language files.
    After Vs2015 I changed something on the Wcf project and update the service reference.

    Could you write more information?

    in reply to: Animated components #329
    Mikhail
    Moderator

    Hi,

    I’m very glad that you gained the goal.
    If I correctly understood your needs about two positioned relay, you can create the 3rd channel of the type “Calculated real” or “Calculated discrete” that will depend on the input_channel_0 and the input_channel_1. Then use the 3rd channel in a dynamicpicture.

    Have you published your version of Scheme and Editor applications? It’s very intersting to try them.

    in reply to: Advice required for setting up a basic system #327
    Mikhail
    Moderator

    Dear Bret,

    Have you successfully received data from the meter?
    8 byte doubles are now supported.

Viewing 15 posts - 6,106 through 6,120 (of 6,218 total)