Mikhail

Forum Replies Created

Viewing 15 posts - 3,076 through 3,090 (of 6,146 total)
  • Author
    Posts
  • in reply to: Export to SQLite #8355
    Mikhail
    Moderator

    I think you should choose one of the native supported databases.

    in reply to: Export to SQLite #8354
    Mikhail
    Moderator

    Hi,

    DB Export Module natively supports MySQL, PostrgeSQL, MS SQL and Oracle.

    There is a chance that it’s possible to use Sqlite with help of OLE DB provider. To check it, you need to try setup a connection by Server Explorer of Visual Studio and then copy a connection string.

    in reply to: rapidgate module bug #8353
    Mikhail
    Moderator

    Parameter name: format

    It is related to string formatting. May be language files were not loaded and a required string is empty. Anyway, log files are needed.

    in reply to: rapidgate module bug #8352
    Mikhail
    Moderator

    Please provide bigger part of ScadaServerSvc.log and ModRapidGate.log which are located in C:\SCADA\ScadaServer\Log

    in reply to: get line state #8351
    Mikhail
    Moderator

    Hi,

    Currently, getting line and device state is not supported. You need some workaround.
    It can be a good idea for the future.

    What information do you need to extract?

    i use gate module to send data between them

    Rapid Gate was updated on December 14, 2020. Do you use the latest version?

    i write an big screen project to show tcp state and line state.

    Could you share screenshots?

    in reply to: Any questions about Rapid SCADA and Raspberry Pi #8336
    Mikhail
    Moderator
    in reply to: Server is unavailable #8335
    Mikhail
    Moderator
    Mikhail
    Moderator

    I don’t recommend using Administrator on Linux. It works well only on Windows. You can upload a project from Windows to Linux.

    Mikhail
    Moderator

    1. Export the Users table into user.dat. Administrator – File – Export Table
    2. Manually copy user.dat to /opt/scada/BaseDAT

    If the problem still exists, see /opt/scada/ScadaAgent/Log/ScadaAgent.log for the details

    in reply to: l #8328
    Mikhail
    Moderator

    Demand: Hope the button plugin supports pressing (set 1) and pop up (set 0) operations

    If you mean 2 state button, like a toggle switch, use dynamic picture or toggle component.

    in reply to: l #8327
    Mikhail
    Moderator

    Demand:Pass input and output parameters to the calling page through the link plugin

    When you specify ViewID to navigate by a link component, input channels are ignored.
    To use input channels as parameters, set ViewID=0 and set the URL property. For example, mypage.html?param1={0}&param2={1}
    where {0}, {1} are the indexes of the specified input channels.

    Demand: Hope the button plugin supports pressing (set 1) and pop up (set 0) operations

    A button component supports only sending commands and opening charts. To open a popup use link component. You can change link properties to display it in button style.

    If you open the same view by clicking the explorer tree node, does it work correctly?

    The operation button plugin has only close and open functions, no other button functions can be configured, as shown in Figure 4:

    Buttons for a command can be specified by editing the Output channel table of the configuration database.

    in reply to: Scada Agent error #8326
    Mikhail
    Moderator

    Hi,

    You need Mono version 6. Installation instructions are here.

    in reply to: Scada Agent error #8322
    Mikhail
    Moderator

    Hi,

    Please check the version of Mono Framework by the command
    mono --version

    in reply to: Map Plugin question #8320
    Mikhail
    Moderator

    If status channel is specified, there 3 colors as you described: gray, red and green.
    It’s limited because a marker is a static image loaded from file.

    It would be nice if a location pin/tag can follow the status color of a chennel, like other components.
    When click on empty location, it shows Geo Latitude and longitude. is it possible not to show it?

    I wrote these items into the request list.
    Currently, it’s possible to disable popups manually by editing map.js file.

    in reply to: Scada Agent error #8316
    Mikhail
    Moderator

    If the files presented, try the command line
    mono /opt/scada/ScadaAgent/ScadaAgentMono.exe

Viewing 15 posts - 3,076 through 3,090 (of 6,146 total)