Mikhail

Forum Replies Created

Viewing 15 posts - 2,716 through 2,730 (of 6,289 total)
  • Author
    Posts
  • in reply to: To display exact Time And Date of Event occur #9880
    Mikhail
    Moderator

    You are welcome.

    in reply to: To display exact Time And Date of Event occur #9875
    Mikhail
    Moderator

    Good, thank you for the solution πŸ™‚

    in reply to: Basic Scada Functions #9874
    Mikhail
    Moderator

    By changing link properties you can make it appearance similar to a button.
    Every link should reference to a different View ID. The views are defined in the Interface table, and all of them uses the same *.sch file. Different channel numbers of the same scheme file because of channel number shift (see scheme templates).

    in reply to: Step 11 fails #9873
    Mikhail
    Moderator

    Hello,
    The daemons (scadaagent, scadacomm and scadaserver) should be copied to /etc/init.d
    Yes, you likely need root access to copy them into init.d
    sudo is a proper way.

    in reply to: Basic Scada Functions #9860
    Mikhail
    Moderator

    Hi,
    Yes.
    1. Create a scheme file for popup.
    2. In the Interface table create 15 rows using the same scheme file as a scheme template.
    3. Setup links on the main scheme to open popups by view ID.

    If some item above is not clear, ask for details.

    in reply to: Auto Logon #9859
    Mikhail
    Moderator

    Hi,
    In Rapid SCADA 6 an auto login feature will be available out of the box.

    in reply to: ModDbExport Questions #9848
    Mikhail
    Moderator

    DayBeg() ? Val(202) : Val()

    in reply to: ModDbExport Questions #9846
    Mikhail
    Moderator

    Hi,

    The following approach should work:
    1. Don’t use an output channel.
    2. In a formula of input channel of the calculated type check if it’s time to store data, and take Val(202)
    The DayBeg() function, declared in the Fomulas table, can help.

    • This reply was modified 4 years, 5 months ago by Mikhail.
    in reply to: ModDbExport Questions #9844
    Mikhail
    Moderator

    Hello,

    Please let us know the ModDbExport version, and make screenshots of the formulas in the Input channels table.

    in reply to: Send command #9835
    Mikhail
    Moderator

    Hello,
    Currently, the Telegram driver doesn’t support receiving commands. It is a good idea for the future improvements.

    in reply to: JavaScript API example custom page #9833
    Mikhail
    Moderator

    Hi,

    Sending commands is available from scheme views and table views. I suggest to right-click a view in browser, open source code, and check its JavaScript.
    Code example

    in reply to: JavaScript API example custom page #9831
    Mikhail
    Moderator

    > Let me know what to do in order to set up the communication.
    Replied by email.

    > I did exactly as the test example says and it works fine
    Good πŸ™‚

    in reply to: JavaScript API example custom page #9828
    Mikhail
    Moderator

    A custom page should not be accessed by disk path like C:\SCADA… It should be accessed by a relative link like shown in the example (see readme.txt) https://github.com/RapidScada/scada-community/tree/master/Plugins/CustomPageExample

    > It’s possibile to write data with the clientApi?
    The API does not include sending commands function due to security reasons. You need to develop a plugin using C# that provides web service to send commands. We can do it by a contract if needed.

    in reply to: Connect two pc with RapidGate #9827
    Mikhail
    Moderator

    Usually devices are polled by the remote PC. The main PC only processes input channels.
    The both configurations, for the main PC and the remote PC, should be created within the single project that has 2 instances.

    in reply to: JavaScript API example custom page #9821
    Mikhail
    Moderator

    The above is not true. Web page view also contain the rotating image.
    Anyway, press F12 and check errors in the browser console.

Viewing 15 posts - 2,716 through 2,730 (of 6,289 total)