Forum Replies Created
-
AuthorPosts
-
MikhailModeratorI think you should choose one of the native supported databases.
MikhailModeratorHi,
DB Export Module natively supports MySQL, PostrgeSQL, MS SQL and Oracle.
There is a chance that it’s possible to use Sqlite with help of OLE DB provider. To check it, you need to try setup a connection by Server Explorer of Visual Studio and then copy a connection string.
MikhailModeratorParameter name: format
It is related to string formatting. May be language files were not loaded and a required string is empty. Anyway, log files are needed.
MikhailModeratorPlease provide bigger part of ScadaServerSvc.log and ModRapidGate.log which are located in C:\SCADA\ScadaServer\Log
MikhailModeratorHi,
Currently, getting line and device state is not supported. You need some workaround.
It can be a good idea for the future.What information do you need to extract?
i use gate module to send data between them
Rapid Gate was updated on December 14, 2020. Do you use the latest version?
i write an big screen project to show tcp state and line state.
Could you share screenshots?
MikhailModerator
MikhailModeratorFebruary 26, 2021 at 1:28 pm in reply to: error uploading configuration : unable to login – Error validating user #8334
MikhailModeratorI don’t recommend using Administrator on Linux. It works well only on Windows. You can upload a project from Windows to Linux.
February 26, 2021 at 1:27 pm in reply to: error uploading configuration : unable to login – Error validating user #8333
MikhailModerator1. Export the Users table into user.dat. Administrator – File – Export Table
2. Manually copy user.dat to /opt/scada/BaseDATIf the problem still exists, see /opt/scada/ScadaAgent/Log/ScadaAgent.log for the details
MikhailModeratorDemand: Hope the button plugin supports pressing (set 1) and pop up (set 0) operations
If you mean 2 state button, like a toggle switch, use dynamic picture or toggle component.
MikhailModeratorDemand:Pass input and output parameters to the calling page through the link plugin
When you specify ViewID to navigate by a link component, input channels are ignored.
To use input channels as parameters, set ViewID=0 and set the URL property. For example, mypage.html?param1={0}¶m2={1}
where {0}, {1} are the indexes of the specified input channels.Demand: Hope the button plugin supports pressing (set 1) and pop up (set 0) operations
A button component supports only sending commands and opening charts. To open a popup use link component. You can change link properties to display it in button style.
If you open the same view by clicking the explorer tree node, does it work correctly?
The operation button plugin has only close and open functions, no other button functions can be configured, as shown in Figure 4:
Buttons for a command can be specified by editing the Output channel table of the configuration database.
MikhailModeratorHi,
Please check the version of Mono Framework by the command
mono --version
MikhailModeratorIf status channel is specified, there 3 colors as you described: gray, red and green.
It’s limited because a marker is a static image loaded from file.It would be nice if a location pin/tag can follow the status color of a chennel, like other components.
When click on empty location, it shows Geo Latitude and longitude. is it possible not to show it?I wrote these items into the request list.
Currently, it’s possible to disable popups manually by editing map.js file.
MikhailModeratorIf the files presented, try the command line
mono /opt/scada/ScadaAgent/ScadaAgentMono.exe -
AuthorPosts