Mikhail

Forum Replies Created

Viewing 15 posts - 5,761 through 5,775 (of 6,288 total)
  • Author
    Posts
  • in reply to: Graphs: unlimited channels and multicolumn legend? #1376
    Mikhail
    Moderator

    Hello,

    This limit is defined in DiagCnls.aspx. You can change it, I think it should work.
    You right, the possible problems are layout and performance.

    How many channels do you compare in the work proccess?

    in reply to: OPC Server in RapidSCADA #1373
    Mikhail
    Moderator

    Hi,

    Please, create a new topic, this one is not appropriate. Furthermore, provide more details about your task.

    in reply to: How to modify many database fields content easily? #1370
    Mikhail
    Moderator

    You should use srezAdapter.Update(srezTable) method after modify data in srezTable.

    Changing data:
    https://github.com/RapidScada/scada/blob/master/ScadaServer/ScadaServerCtrl/FrmSrezTableEdit.cs#L331

    Saving: https://github.com/RapidScada/scada/blob/master/ScadaServer/ScadaServerCtrl/FrmSrezTableEdit.cs#L103

    “Srez” means a snapshot ))

    in reply to: System Crash #1369
    Mikhail
    Moderator

    For the old web app you should enter views into the Interface table if you need custom user roles. For the new web app all the views must be in the Interface table.

    in reply to: System Crash #1366
    Mikhail
    Moderator

    Are you talking about the new web app or about the current version? My note was about the new.

    in reply to: System Crash #1364
    Mikhail
    Moderator

    The server code of the all Rapid SCADA applications are highly stable, and the apps work for months and more without restarting.

    The issue may occur with a browser on a client side if the browser doesn’t be reopened for a few hours. The new web application which works great is under active development. You can install the prototype (see this link)

    in reply to: New Web App Idea? #1363
    Mikhail
    Moderator

    For now the prototype supports schemes, table views and events.
    Charts, commands and reports are under construction.

    Use fresh version of Chrome (recommended), Firefox or Edge. It also works on iOS and Android. Don’t forget to update your browser.

    In case of issues, please, create new topics.

    in reply to: New Web App Idea? #1362
    Mikhail
    Moderator

    I have published the prototype http://rapidscada.org/download/scada_web_beta.zip
    Look for installation instructions in manual_setup_en.pdf of the main distributive package.
    The files of the prototype have to be located in C:\SCADA\ScadaWebBeta\
    Define views using SCADA-Administrator as shown on the screenshot
    postimage

    Then enter view IDs in the file C:\SCADA\ScadaWebBeta\ViewSettings.xml

    in reply to: Using formulas bit confusing #1360
    Mikhail
    Moderator

    Function and variable names are case sensitive. Check it.

    in reply to: System Crash #1358
    Mikhail
    Moderator

    Hello,

    Try the same but close a web browser. The web application may cause browser memory leak, unfortunately. The new web app works well, it will be released soon. If needed, I can send you the prototype of the new web app.

    in reply to: modbusTCP #1355
    Mikhail
    Moderator

    Definitely.
    If Communicator interacts with Server, communication settings of Communicator app are overridden by the configuration database.

    P.S. You can also use Russian forum if it’s more suitable.

    in reply to: How to modify many database fields content easily? #1349
    Mikhail
    Moderator

    Hi,
    A simple application is needed to update data because the archive is not SQL database.

    in reply to: Error in TCP modbus simulation #1346
    Mikhail
    Moderator

    Can you see input channel numbers in the Channel column of Device Data page in Communicator? If not, it means that input channels are not bound to the device tags, so data are not passed from Communicator to Server.

    in reply to: create new type Static Link #1344
    Mikhail
    Moderator

    Go to SchemeViewAction class defenition in ScadaScheme silverlight project (by pressing F12). It’s in the file Reference.cs that is “generated by a tool.” You have to right click ScadaSchemeSvc in solution explorer and update service reference. You need the value “OpenLink” be added to the service reference class defenition.

    in reply to: create new type Static Link #1342
    Mikhail
    Moderator

    Hi,

    It’s difficult to answer without debugging. I assume that web service autogenerated code must be updated using VS.

    The core of schemes will be significantly redesigned this year. It may cause double work for you. The prototype of the new web app is here http://demo.rapidscada.net
    Login and password are admin/12345

    It is planned to support 3rd party controls to allow developers creating their own components, but API hasn’t been developed yet.

Viewing 15 posts - 5,761 through 5,775 (of 6,288 total)