Mikhail

Forum Replies Created

Viewing 15 posts - 1,066 through 1,080 (of 6,275 total)
  • Author
    Posts
  • in reply to: Turkish language #14629
    Mikhail
    Moderator

    Hello,
    What culture name is set in the Administrator application?
    Changing language affects user interface. Logs remain in English.

    in reply to: Payment for server #14628
    Mikhail
    Moderator

    Hello,
    Please check the license terms here.

    > This machine code should be generated for the Linux server, correct?
    Yes. Try trial keys before purchase.

    in reply to: E mail #14627
    Mikhail
    Moderator

    Likely, mail server’s host and port are specified incorrectly.

    in reply to: new csv file reder driver #14625
    Mikhail
    Moderator

    > How is it done on a file like this one for ex. ?
    Open the file in Notepad, add a new line and save. The driver should read new data.

    > What data is read repeatedly for TagA in Demo mode ?
    Data from the CSV file is read cyclically according the timestamps. If DemoPeriod=OneHour, you should fill the file for the entire hour.

    • This reply was modified 2 years ago by Mikhail.
    in reply to: new csv file reder driver #14616
    Mikhail
    Moderator

    Demo mode always use the same data. Therefore, you need Real time mode. Seconds don’t need to match exactly. Data considered up to date for 1 minute.

    in reply to: SMS #14615
    Mikhail
    Moderator

    Try DrvHttpNotif driver. It can send any HTTP request. Search the forum for configuration examples.

    Automatic Control Module is needed to send SMS automatically according to conditions.

    in reply to: Reset Trends #14614
    Mikhail
    Moderator

    Hi Dave,

    It’s possible to delete an archive file. Look for
    SCADA\Archive\Min and
    SCADA\Archive\Hour folders.
    There are subfolders for each date.

    The better solution would be developing of the utility application that allows to export data to CSV, edit data, and upload back to archive. I hope we will create such app in the future.

    in reply to: OPC UA client connection setup ? #14613
    Mikhail
    Moderator

    When you use channels of string type, despite the archive type like *.dat, InfluxDB or PostgreSQL, channel data are stored as doubles. To get the string from double, it should be decoded.
    I can help you to create and debug the formula, but I will not do it by myself.

    Mikhail
    Moderator

    You should add DrvOpcUa.Logic.xml into the Rapid SCADA project, edit the file as needed, and upload the project for execution.
    What parameter in DrvOpcUa.*.xml should be updated to fix the connection issue?

    in reply to: new csv file reder driver #14588
    Mikhail
    Moderator

    For example, switch to RealTime mode and add a new record to the CSV file with the current time.

    in reply to: new csv file reder driver #14587
    Mikhail
    Moderator

    Hi,

    In Demo mode the driver reads data from the CSV file repeatedly. In Real time mode the driver reads the last record having the current timestamp. Which mode is needed in your case?

    You need to continue the CSV file to make it work. Data depend on the mode.

    in reply to: OPC UA client connection setup ? #14583
    Mikhail
    Moderator

    Note that you can write some info to a text file from script to debug your formula.

    in reply to: OPC UA client connection setup ? #14582
    Mikhail
    Moderator

    The idea of the formula is below.
    String are encoded in Unicode, split into byte arrays and save into channels that have Double data type.
    In a formula you need to convert Doubles back into strings. Then join, and convert from string to double.
    If a channel has length > 1, the Server internally creates several channels with sequent numbers, so you can access their data as usual.
    In the Script table, find the [5] Strings functions. They will be useful for your purpose.

    in reply to: OPCUA Remote Configuration Issue #14581
    Mikhail
    Moderator

    The other possible approach we use in DrvOpcClassic.
    A user can download the structure of the OPC tags to an XML file using a utility. Then open that XML file by a driver UI instead of connecting to an OPC server. May be this approach is straightforward and easy for understanding.

    For example, a customer can send you an XML file containing OPC nodes. Then an engineer can use it in his office.

    in reply to: OPC UA View in ScadaAdmin can’t connect in Wine 9.8 #14580
    Mikhail
    Moderator

    OK, let’s continue in this thread.

Viewing 15 posts - 1,066 through 1,080 (of 6,275 total)