Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Could you explain the entire task?
Are the future data mixed with data received from the devices?May be you should integrate Rapid SCADA with Grafana to draw charts containing points in the future.
MikhailModeratorHi,
Could you provide a screenshot containing the inconvenient selection?
MikhailModeratorHello,
Downloading RAR archives is not secure. Could you demonstrate the existing settings in this thread?
What type of Modbus register do you need to set: coil or holding register?
MikhailModeratorImage size is not available because SVG is vector based and can be scaled as needed.
MikhailModeratorPlease try this update
https://disk.yandex.ru/d/y8IkgFv_ILkbnA
MikhailModeratorI will check and let you know here.
MikhailModeratorGood that the issue is solved. I recommend to use RAM-drive for storing current data and Communicator logs. Saving on change may cause a lot of HDD/SDD writing and reduce its life.
> If webstation depends on the data recorded in current data.
To see new data on a web page:
1. Data should be written on disk.
2. Web page should be refreshed.
So the total time may include the both timeouts.We plan to improve this mechanism in the future and receive current data from memory instead of disk.
MikhailModeratorHello,
Could you specify steps to reproduce the issue?
MikhailModeratorCurrent data are stored in the file C:\SCADA\ArchiveDAT\Cur\current.dat
First of all, let’s check that data are changed in this file. To do that, open Administrator – … – Server – Archive – Current Data, then click the View button.What would be the result of this check?
Other question: how many events are generated per day? Events are displayed in the bottom panel of Webstation.
MikhailModeratorHi,
The existing Export to DB module exports data when it comes from Communicator to Server application. If you can’t run export manually, share screenshots of your settings, and how you send an export command.
The fixed period mode will be supported in Rapid SCADA 6. It will support PostgreSQL archives out of the box.
MikhailModeratorHi,
Could you provide access to the link for all?
MikhailModeratorCould you specify your question?
MikhailModeratorHi,
You should choose:
1. Send command to the OPC server.
Disable the formula of the output channel.2. Write value directly to the input channel.
Change input channel type to the Calculated real and set the Signal field to blank.The settings depends on the choice. If you work with OPC, probably the 2nd option is better.
MikhailModeratorHi,
You should create an output channel in the configuration database, and add a button on a scheme. When a user clicks the button, a popup displayed to enter a new value.
In the formula of output channel, you can set a value of input channel:
SetVal(101, Cmd)
where 101 is the input channel number. -
AuthorPosts