Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
You have to change communication channel properties in Communicator and set Master behavior. Do you poll your devices from the PC and need to send collected data to RPi?
MikhailModeratorSchemes were quite slow to design
Definitely 🙂
MikhailModeratorHi,
If you use Wonderware InTouch, why you ask on Rapid SCADA forum?
MikhailModeratorTables with ~100 channels is slower to draw
How much slower? Could you post network tab of Chrome and requests timing?
schemes not used
Do you mean you don’t use schemes?
MikhailModeratorIt includes charts but without scaling and ChartList. The ChartPro and ChartList components should be redesigned to make them fit for tablets.
MikhailModeratorCharts have been added.
MikhailModeratorHi,
Input channel number fully identifies data. If you need device number, you should create additional table in your MySQL database which defines the relations between channel numbers and devices.
MikhailModeratorHi,
Open SCADA-Administrator and look for the formulas of these input channels.
MikhailModeratorAlso, you can try the prototype of the new web app: http://forum.rapidscada.org/?topic=new-web-app-idea&paged=2#post-1362
MikhailModeratorHi,
To export the table view and events find a button with Excel icon on the main page of the web app (Main.aspx). To export minute data goto to reports page (Report.aspx) and choose Minute data report.
MikhailModeratorHello,
IIS seems OK.
Did you install Rapid SCADA in C:\SCADA\ScadaWeb folder?
Please check if the folder C:\SCADA\ScadaWeb exists and contains any files.
If the folder doesn’t exists, try to reinstall SCADA-Web.
MikhailModeratorThe great approach! I think it should be included in the SCADA-Server shell.
MikhailModeratorHi,
Please, send me an email request. The address is here.
Also provide the following info:
1. What kind of data should be written in files:
– current data sent by devices,
– historical data,
– events?2. How to clean the outdated data?
3. What is the due date?
4. Any additional requirements?
MikhailModeratorI wonder if you are already using SQL Server lite for objects/channels… why not for data too?
Pros of file storage:
– Performance
– Works great on systems with low resources, e.g. Raspberry Pi
– Easy to refactor depending on the project needs
– No dependencies on 3rd partyCons:
– Unable to write SQL requests
– Unable to retrieve data using standard toolsThe ideal way is to implement the ability to use different data storage engines.
-
AuthorPosts