Mikhail

Forum Replies Created

Viewing 15 posts - 4,126 through 4,140 (of 6,282 total)
  • Author
    Posts
  • in reply to: Set alarm for event #5639
    Mikhail
    Moderator

    Hi,

    However, the alarm still plays the old sound file and not the one configured at in the Modules.

    You should ask the module author for the solution. Possibly write to him on GitHub.

    By the way, did you restart the Server service?

    Eg. alarm should play when channel value is 1 but should but play if it goes to 0.

    Create an extra input channel of the calculated type and revert the value:
    Val(101) > 0 ? 0 : 1
    101 is the number of the source input channel

    in reply to: Unknown device tags #5638
    Mikhail
    Moderator

    Error check tag type:
    Receiving data from OPC server failed.
    Add the tag manually by specifying its type

    Please provide a screenshot.

    in reply to: Ubuntu Installation Forbidden from Apache2 #5637
    Mikhail
    Moderator

    Hello,

    What error do you get in browser?

    in reply to: Set alarm for event #5630
    Mikhail
    Moderator

    Also the Notification Plugin plays sound. But an operator must acknowledge an event to set beeping off.

    in reply to: Set alarm for event #5629
    Mikhail
    Moderator
    in reply to: Log in web page #5628
    Mikhail
    Moderator
    in reply to: Export to Database Module #5627
    Mikhail
    Moderator

    Hi,

    Connection settings on the 1st image are not related to database. Don’t mind about them.

    You should find ModDBExport.log and ModDBExport.txt in C:\SCADA\ScadaServer\Log and check the error details.

    in reply to: Create a Virtual Device using communication and OPC #5621
    Mikhail
    Moderator

    Do you mean the main VM with all software installed?

    Yes, the main.

    > It is not doing this automatically how to we make sure they can communicate???
    Please clarify what is going on. Screenshots usually help to understand.

    in reply to: Communication with Multiple Devices #5620
    Mikhail
    Moderator

    Screenshots would clarify the situation.

    in reply to: Unknown device tags #5619
    Mikhail
    Moderator

    Is it possible that a proper OPC is already installed?

    in reply to: Create a Virtual Device using communication and OPC #5612
    Mikhail
    Moderator

    Agent is the application of Rapid SCADA. Agent is included in Rapid SCADA 5.7.

    When you install Rapid SCADA 5.7, you will connect to VMs from Administrator installed on your workstation PC.

    in reply to: performance optimization #5607
    Mikhail
    Moderator

    async/await are efficient when you wait for response via some external channel, like network. SetCurData writes to the internal buffer of Communicator, so this approach doesn’t improve performance in this case.

    I use a quite rapid device which refreshs at about 50Hz

    It’s better to use PLC to collect data fast and then download data as a block.

    in reply to: Create a Virtual Device using communication and OPC #5606
    Mikhail
    Moderator

    Hi Dawn,

    I suggest Rapid SCADA 5.7.x
    On the 1st VM install all the apps.
    On the 2nd and 3rd install Communicator and Agent.

    As virtual device you can choose Martrikon OPC simulation server or use the included in Rapid SCADA KpSimulator.dll driver.

    in reply to: Auto-update Char #5602
    Mikhail
    Moderator

    Hi,

    As I remember, only Chart Pro refreshes chart automatically.
    You should try Chart Pro.

    in reply to: Unknown device tags #5601
    Mikhail
    Moderator

    You should try poll any addresses using Rapid SCADA. Some devices answer ILLEGAL ADDRESS, but others return correct response filling with zeros. If yours of the second type, you can find non zero registers.

Viewing 15 posts - 4,126 through 4,140 (of 6,282 total)