Forum Replies Created
-
AuthorPosts
-
MikhailModeratorSuch case is now supported.
For now, to display time you should create 3 input channels of Calculated Real type for hours, minutes and seconds. Then add 3 dynamic text elements to the scheme.
The channel formula example: DateTime.Now.HourIn the next version it is planned to add new formatting for input channels, so it will be enough only 1 channel for this purpose.
Note: You can also display strings from a predefined enumeration. For example, On – Off, etc.
MikhailModeratorThank you for the info. It may help to other users.
MikhailModeratorI think it will be done, may be within a month. We started to post news on https://www.facebook.com/RapidSCADA/ It should be easier to get notifications from there, I hope so.
MikhailModeratorIt would be best to place label below or left to cursor
I was planning to suggest to make label jump to left when it can’t be on the right.
You wrote earlier 🙂Transparent is easy to implement. It’s possible to do the both things.
MikhailModeratorThank you for the info. There are 2 popular versions of MSSSQL Compact: 3.5 and 4. SCADA-Administrator requires 3.5, but 4.0 is already installed. These versions are not compatible.
Could you try the following:
1. Download DLLs from https://github.com/RapidScada/dll/tree/master/SQLServerCE%203.5
2. Copy them into C:\SCADA\ScadaAdmin
3. Run ScadaAdmin.exePlease write about the result.
MikhailModeratorIf make label a bit transparent, does it solve the problem?
MikhailModeratorThe features in the screenshot are correct. They are needed for the web application.
MikhailModeratorMost likely, you have to install
SSCERuntime_x86-ENU.msi and
SSCERuntime_x64-ENU.msi
from the installation package.I have checked that MSSQL Compact is installed and running on my computer.
How you did it?
May be another version of SQL Server is running.
MikhailModeratorThanks for the tips.
You can move a mouse up or down to make chart visible. May be I misunderstood the situation, it’s better to view a screenshot.
List of the channels is needed for printing at least. It’s a good idea to group channels into columns to save space.
MikhailModeratorDo not disable Chart plugin. It is a parent for Chart Pro. Enable it back.
MikhailModeratorHi,
A bit. The installation manual was updated today.
You should go to Main Menu > Web application, scroll down and choose Chart Pro. Then save changes
MikhailModeratorHi,
It became a part of the web application. Login the Webstation app as administrator, go to Main Menu > Configuration > Web application.
MikhailModeratorHi Jesus,
Hyperlinks are important, and they would be surely added to the Schemes. For now I can’t tell the exact date when it is ready.
P.S. Save our Facebook page https://www.facebook.com/RapidSCADA/ to read latest news related to Rapid SCADA.
MikhailModeratorThe above formulas allow to reset (set to 0) a cumulative value of input channel. You should multiply the formula by a value you need to reset.
-
AuthorPosts