Forum Replies Created
-
AuthorPosts
-
MikhailModeratorPlease make screenshots of your settings.
MikhailModeratorYou right, Automatic Control Module is needed if you send commands according to conditions.
MikhailModeratorWhen a command is sent, a formula of a related output channel is calculated.
You can take input channel value in the formula of the output channel.
Simple example: Val(101) * 10
where 101 is the input channel number.
MikhailModeratorMy database collect data from system monthly, and better situation is when data will be pull as the last record.
You can change the SQL scripts in the module settings according to the requirements.
MikhailModeratorHello,
You should check log files of the export module
C:\SCADA\ScadaServer\Log\ModDBExport.log
C:\SCADA\ScadaServer\Log\ModDBExport.txtAre there any errors?
Please explain how finally it should works.
When new data is read from a controller, it should be written to the DB.
MikhailModeratorHi,
Could you make a screenshot of the editor options?
MikhailModeratorYou should check the options of the Scheme Editor. Make sure that the specified path is correct.
Open /opt/scada/ScadaSchemeEditor/Log/ScadaSchemeEditor.log and find error details.
MikhailModeratorHi,
never mind, just found it hereā¦
Thank you for informing.
I recommend to read and write data to the archive by interacting with SCADA-Server by TCP protocol. If you write to the files in parallel with the server, it may cause unpredictable issues.
MikhailModeratorIf you need a trigger that fires on a complex condition, you should add an input channel and calculate the condition using the channel formula. Then specify this channel to the trigger.
MikhailModeratorHi,
Updates are useful here.
Do you use Visual Studio? If yes, you could debug GrafanaDataProvider and find why it gets the wrong date. I suppose, it is got from the JSON request.
MikhailModeratorHi,
If you heed some help with it, please provide links to screenshots of the channels.
MikhailModeratorHi,
Simple Json makes a request to the GrafanaDataProvider app in a particular format. This JSON must have specified data fields. And Simple Json expects a response that have strictly specified JSON.
Another Grafana plugin likely make request in JSON, but having other data fields.
MikhailModeratorIn Rapid SCADA 6 we will simplify input channel types. There will be only 2 types: Measured and Calculated.
MikhailModeratorHi,
Input channels of the Real type store floating point numbers, like 1.2345, etc.
Discrete channels store values that can be enumerated. E.g., Off and On.However, internally in Rapid SCADA engine there is no difference. All input channels have 64-bit floating point values.
I have tried SetVal on a new channel but this does not seem to work
If you provide link to a screenshot and describe expected behavior of the formula, I can help.
-
AuthorPosts