Forum Replies Created
-
AuthorPosts
-
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
MikhailModeratorHi,
Looks like the Agent application was not installed on RPi. Are there any files in /opt/scada/ScadaAgent directory?
MikhailModeratorHi Rich,
Changes of the report are possible, but require custom development.
MikhailModeratorHi Rich,
I only have Libra office not MS Excel , is this an issue ?
No. The cause is in Rapid SCADA.
Please open a list of installed plugins and check that Chart Plugin (not only Chart Pro) is also active. It is important to load phrases from PlgChart.en-GB.xml
MikhailModeratorHi,
2021-02-21 14:51:45 Error executing actions of Device 41 “Email sender” on communication line start: Error loading device settings:
This issue is not related to Modbus, but to the email sending driver.
To fix:
1. Download the driver update
2. Configure email sending.In case of errors, post screenshot links to this topic.
MikhailModeratorWhat version of Webstation and Chart Plugin do you use?
MikhailModeratorHi,
Restart web server, open a report, and copy all lines from the log starting from
“Initialize common web application data”
MikhailModeratorHello,
On Linux machine you should provide write access rights to /opt/scada/ScadaWeb/config directory.
After you upload the project, the rights may be reset again. We will fix it in the future. -
AuthorPosts