Mikhail

Forum Replies Created

Viewing 15 posts - 946 through 960 (of 6,270 total)
  • Author
    Posts
  • in reply to: The web page plug-in in admin cannot be loaded #14989
    Mikhail
    Moderator

    Hello,

    Rapid SCADA 6.2.1 requires .NET8. Make sure that you use the latest Rapid SCADA version and .NET 8 (ASP.NET and Desktop) is installed.

    in reply to: RapidScada Windows 11 on ARM #14987
    Mikhail
    Moderator

    Hello,

    > It appears from ScadaServer.log that the back end has started up on my ARM64
    Interesting. If so, ScadaWeb also should run.

    Try the following:
    1. Open a command line by cmd command
    2. Set the current directory to SCADA\ScadaWeb
    3. Execute ScadaWeb.exe and check console output

    Please share the results.

    in reply to: reference lines of Chart Pro #14984
    Mikhail
    Moderator

    > The current method of creating two channels is a compromise. It requires saving these two meaningless channel values ​​in the database.
    If limits can be changed by a user, channels are not meaningless. In general, I agree with you, it would be a useful feature to display limits on chart.

    Specify SetData() output formula for min and max channels. And create a new limit record for the channel.

    in reply to: IEC61107 Protocol driver #14983
    Mikhail
    Moderator

    The driver page in the Store is https://rapidscada.net/store/Module/en/KpM61107

    in reply to: Modbus to Rapid Scada to PLC #14982
    Mikhail
    Moderator

    Hi,
    Good.

    in reply to: Modbus to Rapid Scada to PLC #14976
    Mikhail
    Moderator

    Hello,

    More info needed.
    Are those 3 PLCs operate as Modbus master (client) or Modbus slave (server)?

    in reply to: automatic restart communication line #14975
    Mikhail
    Moderator

    The OPC UA server that is built in Communicator cannot send commands to the application. You should look for another way of sending commands to Rapid SCADA. May be, via a database or 3rd party OPC server.

    in reply to: bflat native instead of runtime ? #14973
    Mikhail
    Moderator

    Hi,
    Do you mean to include .NET inside Rapid SCADA executables?

    in reply to: reference lines of Chart Pro #14972
    Mikhail
    Moderator

    Create 2 channels of the Calculated/Output type in the Channels table.
    Specify their numbers in the Limits table in a limit row.
    Display the created channels in a table view.
    Then provide screenshots.

    in reply to: Above value result zero #14971
    Mikhail
    Moderator

    Could you provide screenshots of the settings and error?

    in reply to: DbImport MSSQL #14970
    Mikhail
    Moderator

    πŸ™‚

    in reply to: RapidScada Windows 11 on ARM #14969
    Mikhail
    Moderator

    Hello,

    I’m not sure that it can work on Windows ARM.
    If the Rapid SCADA services work, check log files ScadaServer.log, ScadaComm.log and ScadaWeb.log

    in reply to: reference lines of Chart Pro #14950
    Mikhail
    Moderator

    In this case, create 2 extra channels, max and min. Set them as limits of the 1st channel (see this page). To display them on a chart, you need to select them manually or display chart as a view with predefined channels.

    in reply to: automatic restart communication line #14949
    Mikhail
    Moderator

    Do you mean that you need to restart a line by another OPC UA client?
    If so, you need a channel that can be changed by the client, and use Automatic Control Module to send a command depending on that channel.

    in reply to: Above value result zero #14948
    Mikhail
    Moderator

    Hello,
    Channel formula example,
    Cnl <= 10 ? Cnl : 0
    Condition ? expression1 : expression2

Viewing 15 posts - 946 through 960 (of 6,270 total)