Forum Replies Created
-
AuthorPosts
-
MikhailModeratorFor now, levels can be displayed by a dynamic image component. You should create a set of images, for example for 0, 10%, 20%…100% and switch them according to an input channel value. See uKon project here.
In the future we are planning to develop a control which will display such level.
MikhailModeratorOh, the manual a bit outdated. The windows application SCADA-Web Configurator was transformed to a web page.
MikhailModeratorHi,
The active plugins are already started. If you deactivate them, you will see that some menu items or views disappear.For example, if the menu item “Main Menu > Configuration > Web application” is visible, it means that Config plugin works.
MikhailModeratorHi,
Could you provide screenshots or examples?-
This reply was modified 9 years, 2 months ago by
Mikhail.
MikhailModeratorDo you mean “not supported”?
Definitely. Excuse me please.
If text messages have predefined text, it’s simple.
If string should be constructed by a formula, development is required. The future schemes will support components written in JavaScript. Such components make schemes very flexible.
MikhailModeratorInteresting 🙂
MikhailModeratorI see…
I can suggest a hack: put a static text with 0 below the dynamic text. You should use a font with the same width of symbols, auto size and right align for dynamic text.
Most likely, the formatting will be implemented in the next major update.
MikhailModeratorBy default, statuses of input channels are set automatically. Also you can set them by formulas.
MikhailModeratorThere is a special color Status. You can find it in the color dropdown list (in the element properties tool window).
You may add new statuses in Event Types table using Administrator app and specify the colors you need.I think we will add new feature to set colors dynamically because the existing approach is not comfortable in case of many colors.
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?
-
This reply was modified 9 years, 2 months ago by
-
AuthorPosts