Mikhail

Forum Replies Created

Viewing 15 posts - 3,766 through 3,780 (of 6,282 total)
  • Author
    Posts
  • in reply to: Declaring Commands #6758
    Mikhail
    Moderator

    To send a command you need only an output channel.
    You should create an input channel to get a measurement to it.

    However, for a relay it’s useful to create both, input and output channels. Input channel to get a relay state. And output channel to change it.

    in reply to: User Definded Event Type #6754
    Mikhail
    Moderator

    Oh, the maximum status is 255. Change your status IDs.

    in reply to: User Definded Event Type #6750
    Mikhail
    Moderator

    In my culture settings 1,003 means 1.003 )) OK

    I created an example based on the HelloWorld project. I added led and set the following properties
    https://imgur.com/a/9jXzu2n

    Using the Generator window in Administrator, I can change the led color by setting data, for example
    Channel = 105
    Value = 1
    Status = 14

    in reply to: dynamic tooltip and multiline tooltip #6744
    Mikhail
    Moderator

    Interesting idea. I added it to our back log.

    Currently, the Link component allows to open a popup window on element click which contains a small scheme.

    in reply to: User Definded Event Type #6743
    Mikhail
    Moderator

    To simplify the situation, use Dynamic Text instead of led. Does the Status color work for Dynamic Text?

    On your image status is 1,003. But status is integer. Could you explain this?

    in reply to: Exec Stored Procedure of SQL Server #6738
    Mikhail
    Moderator

    The modern KpDbImport has the Commands tab to configure commands.
    You should update Rapid SCADA to 5.8.x

    in reply to: KPOpcUa.dll – Linux with Mono Error #6737
    Mikhail
    Moderator

    Hi,

    We tested KpOpcUa.dll driver on Debian family. Could you copy a particular error message or provide screenshots?

    in reply to: ModAlarm #6736
    Mikhail
    Moderator

    NAudio.dll is in modalarm-1.2.3.zip
    Try unblocking it.

    in reply to: ModAlarm #6735
    Mikhail
    Moderator

    Hi,

    Seems like it uses a DLL that is not found. I suppose, you should send a message to an author of the module on GitHub.

    May be Notification Plugin can help to solve your task.

    in reply to: Exec Stored Procedure of SQL Server #6726
    Mikhail
    Moderator

    Fist of all, configure KpDbImport driver. The approach is usual. Create a device, input and output channels. Make sure that when you send a command via Administrator’s UI, the driver executes SQL request.

    You could provide screenshots of your KpDbImport settings if they don’t work.

    in reply to: Exec Stored Procedure of SQL Server #6724
    Mikhail
    Moderator

    Hi,
    Using Automatic Control Module you can send a command. KpDbImport driver helps to execute SQL according to the command.

    in reply to: OPC Server list #6719
    Mikhail
    Moderator

    Good 🙂

    in reply to: Conection using snmp #6718
    Mikhail
    Moderator

    Hi,
    Check that the TCP port 161 is open for incoming connections on the server’s firewall.

    in reply to: MQTT connection boost #6713
    Mikhail
    Moderator

    And you should write the results after changing something in the system to understand which approaches work.

    in reply to: MQTT connection boost #6712
    Mikhail
    Moderator

    Also, set all data and log folders in C:\SCADA folder as exception for anti virus system, because it checks every file after every change.

Viewing 15 posts - 3,766 through 3,780 (of 6,282 total)