Mikhail

Forum Replies Created

Viewing 15 posts - 2,581 through 2,595 (of 6,146 total)
  • Author
    Posts
  • 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.

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

    Hi,

    Rotating GIF is a part of scheme view. I suppose, the link is incorrect. You should press F12 in browser and check what if the address of iframe.

    in reply to: API to get line and device state #9818
    Mikhail
    Moderator

    It will be possible to easily define any color for enumeration items.

    in reply to: API to get line and device state #9815
    Mikhail
    Moderator

    In Rapid SCADA 6 there is a feature to get a device state into a channel.
    But there is no similar feature to get line state. Will see, probably, device state is enough and line state is not really needed.

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

    Hello,
    Check Rapid Gate log file located in C:\SCADA\ScadaServer\Log for error details.

    in reply to: Basic Scada Functions #9811
    Mikhail
    Moderator

    Improving schemes is in the plans.

    in reply to: Basic Scada Functions #9810
    Mikhail
    Moderator

    Hi,

    Please check the Image Pack from https://rapidscada.org/download-all-files/
    You can put a Static or Dynamic Picture component on a scheme and use one of the above images. To prepare a scheme background it’s comfortable to use a 3rd party editor like Microsoft Visio, Libre Office Draw or Google Drawings, then export an image it to SVG and use in a scheme.

    To copy/paste a group of components, hold the Ctrl button and select components by a mouse.

    Also Scheme Templates can be useful if you have several equal schemes. The details about templates are here https://rapidscada.net/doc/content/latest/en/software-configuration/creating-views.html

    in reply to: TCP Api #9809
    Mikhail
    Moderator

    KpHttpNotif sends the specified GET and POST requests. But it does not process responses. What is the case?

    Every device with the KpHttpNotif driver sends 1 request every session. It is specified by the device properties.

    in reply to: Tooltip on mobile browser #9808
    Mikhail
    Moderator

    I confirm that this issue exists and should be fixed.
    Likely, bootstrap tooltips should be used to avoid adding additional library.
    Thank you for reporting.

Viewing 15 posts - 2,581 through 2,595 (of 6,146 total)