Forum Replies Created
-
AuthorPosts
-
MikhailModeratorFor instance, Device 1 “IN_TEMP” is polled every 3 seconds. To increase data refresh rate, you need to increase polling speed. Check delays in Communicator settings.
MikhailModeratorHi,
The mentioned frameworks are good.
The choice between single page application and multi page application. Every approach has has its own advantages and disadvantages. Will see.
MikhailModeratorHello,
There is not enough information. Please provide screenshots.
April 1, 2021 at 12:47 pm in reply to: after writing formula, input device(modbus) serial status undefined #8623
MikhailModeratorHi,
Please provide screenshots.
MikhailModeratorHi,
Please provide communication line log.
MikhailModeratorHello,
Input channels are stored as 64-bit floating point numbers. I’m not sure that it’s possible to write much more than 8 chars into 64 bits.
MikhailModeratorOK
MikhailModeratorHi,
We already made a mistake when developed on Silverlight. I guess, Blazor is an reincarnation of Silverlight ))
MikhailModeratorIn Rapid SCADA v4 we used MSSQL Compact for storing configuration database. It is very close to SQLite. This approach was so inconvenient. I agree that SQL is a powerful language, but comparing pros and cons, the file based projects that can be easily uploaded and downloaded are preferable.
It’s possible to use an RDBMS instead of BaseDAT\*.dat as a runtime data source. We will implement it if found a sponsor.
MikhailModeratorHi,
v6 is a high priority project, it will be continued for sure.
However, we provide fixed due dates only in case of working on a contract.
MikhailModeratorThis issue is interesting and unusual. Considering the fact that we anyway will rewrite the entire web application, I suppose, we should check the new web app if this issue still occurs and then fix it.
dotNET5 doesn’t support WebForms technology that is currently used that’s why we have to create the web app from scratch.March 30, 2021 at 2:17 pm in reply to: RSAdmin: TreeView OutputChannel only show InputChannel Nodes #8605
MikhailModeratorThe subnodes are the channels grouped by device. That’s why subnodes are the same. All devices are displayed.
MikhailModeratorHi,
In formulas, only limited amount of information is accessible. To access to the configuration database and archives, you need to develop a module using C#.
MikhailModeratorYes, the issue is reproduced. But demo server has very low CPU and RAM.
What are the parameters of your server? Is it Linux or Windows?
MikhailModeratorAs an option, I would develop a utility to export XML and/or DAT files to the required RDBMS.
-
AuthorPosts