Mikhail

Forum Replies Created

Viewing 15 posts - 4,486 through 4,500 (of 6,289 total)
  • Author
    Posts
  • in reply to: output channel input channel properties #4688
    Mikhail
    Moderator

    Hi,

    It affects hourly table views.
    When you see “rockets” at http://demo.rapidscada.net/View.aspx?viewID=22 near Light and Aeration, this is because of this column.

    in reply to: OPC write value issue-IBH opc server #4684
    Mikhail
    Moderator

    I suppose the URL here is the ID of the OPC server, e.g. Matrikon.OPC.Simulation/{f8582cf2-88fb-11d0-b850-00c0f0104305}

    in reply to: HTTPS on Linux #4683
    Mikhail
    Moderator

    Please make a screenshot of the browser console (Press F12 in browser).

    in reply to: Schedule Export #4682
    Mikhail
    Moderator

    Technically, report generation should be moved from the web app to a service. It requires redesign of the part of the internal structure of the source core.

    in reply to: Schedule Export #4681
    Mikhail
    Moderator

    Hello,

    This function would be useful. We are ready to implement it as a part of commercial contract.

    in reply to: OPC write value issue-IBH opc server #4675
    Mikhail
    Moderator

    Why you don’t pass valid URL to new OpcCom.Da20.Server(url, server)?
    This URL is needed to specify the server you connect.

    Why does not call a implementation of IServer instead?

    Interface is just a declaration. The runtime executes the method of an object that was actually created.

    in reply to: HTTPS on Linux #4674
    Mikhail
    Moderator

    I think the only way at this time is written here. I mean using reverse proxy.

    in reply to: Generate Event using formula #4673
    Mikhail
    Moderator

    Hi,

    1. This may be a heavy solution: create channels that indicate out of bounds and tick the checkbox to write events on change of these channels.

    2. Add generating events function to Automatic Control Module.

    3. Update Rapid SCADA mechanism of generating events. This is the best option.

    The 2nd and the 3rd items could be done on commercial basis faster. Or wait when we implement them for free.

    and assign thresholds to formulas that will change the status of your new notifications

    Yes, but changing status doesn’t generate events.

    in reply to: Change event sound #4672
    Mikhail
    Moderator

    Is there any way to repeat the sound until event acknolegement?

    This feature requires development of a new plugin which does what you need.

    I replace the event.mp3 file but the original sound is playing simultanious with the new sound, any way to solve that?

    If you delete the old file, probably it was cached by a browser. Try clearing the browser cache.

    in reply to: Simulate a Modbus master and slaves communication #4665
    Mikhail
    Moderator

    This video may be useful.

    in reply to: Simulate a Modbus master and slaves communication #4664
    Mikhail
    Moderator

    Rapid SCADA implements Modbus master to poll devices. If you need simulate a Modbus device, you should download an app like this. And then create a Modbus template according to the manual of your controller.

    in reply to: renderContext.getCnlDataExt is not a function #4663
    Mikhail
    Moderator

    Thank you for the status update.

    in reply to: Hiding buttons based on an input #4662
    Mikhail
    Moderator

    Now is it possible to make it appear on a 0 and disappear on a 1?

    Use a formula for an appropriate input channel to convert value.
    Example: Cnl > 0 ? 0 : 1

    What controls the bound property logic?

    Buttons only as I remember. The proper way is creating a flexible mechanism to bound any property of any component to a channel. I hope we will do it in the future.

    in reply to: Simulate a Modbus master and slaves communication #4655
    Mikhail
    Moderator

    I need a bit more info to help you.

    in reply to: Simulate a Modbus master and slaves communication #4654
    Mikhail
    Moderator

    Hi,

    Please clarify, what are “4 Tank level gauges as slaves”? How do they connected and what protocol use?

    What should be the configuration for a Modbus master-slave communication in RapidScada? What is exactly the device template editor and where can I get that information?

    I suggest this article http://doc.rapidscada.net/content/en/use-cases/modbus-protocol.html
    The template editor is http://doc.rapidscada.net/content/en/use-cases/modbus-protocol-files/modbus_template_en.png

Viewing 15 posts - 4,486 through 4,500 (of 6,289 total)