Forum Replies Created
-
AuthorPosts
-
MikhailModeratorTo catch that the button or toggle is clicked you need an output channel.
April 18, 2019 at 2:44 pm in reply to: Difference between current and previous data of same channel #5316
MikhailModeratorHi,
You need to create extra input channels:
1st to save the previous value. Use SetData function in the formulas of the source channel for this purpose.
2nd to calculate the difference.
MikhailModeratorHi,
The file is not available.
Press “+0” button in Table Editor.
MikhailModeratorYou should do it by a trigger. Anyway, you need the Device table in SQL2017 to fill the KpNum column.
Otherwise, we need to update ModDBExport.dll-
This reply was modified 6 years, 9 months ago by
Mikhail.
MikhailModeratorHi,
Open http://localhost/Scada/plugins/Config/WebConfig.aspx
scroll the page down and make sure that Chart plugin is Chart Pro.
MikhailModeratorIs it possible to open a link to your Rapid SCADA on a test server where the problem is reproduced? And provide screenshots, please.
MikhailModeratorHi,
Add also an output channel and set its formula, for example, to SetVal(Cmd)
When you send command using this output channel, the input channel will change.
Specify the output channel in a toggle properties.
MikhailModeratorcould you tell me how to modification it?
You need to create and fill the input channel and the device tables in your SQL database. Then you can find a device by channel number.
Is there possible to set the time the ModDBExport.dll insert the data to SQL2017?
If you set the period of polling in Communicator, it affects the period of transferring data in SQL2017.
MikhailModeratorWould you please tell me which part and lines of code in existing Events.aspx or other files have internal check?
Here.
The next time you should find such answer by yourself using VS debugger.And what i should do in my own plugin to cover that problem?
It depends on logic of your plugin.
MikhailModeratorEvents.aspx doesn’t work because of internal check, however http://localhost/Scada works. There is something wrong with caching a link. You should restart application pool or website after changing links.
MikhailModeratorHi,
It detects http:// or https://
In the Interface table just type http://google.com
MikhailModeratorHi,
Y scale is defined automatically depending on the range of values. In this year we plan to upgrade Chart Pro plugin and likely we will add the feature you need.
MikhailModeratorWhat are the versions of Webstation, Chart Pro and Dashboard?
MikhailModeratorAlso find a error details in C:\SCADA\ScadaWeb\log\ScadaWeb.log and copy them here.
-
This reply was modified 6 years, 9 months ago by
-
AuthorPosts