Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
On the new version the show/hidden is not available anymore, is it just a bug or it was removed?
It is moved to Chart Pro plugin that is under development for now. The minute data is also accessible via the report in Excel format. The report is being developed too ))
i cant zoom in or out
Zooming is implemented in Chart Pro using multitouch.
Coming soon 🙂
MikhailModeratorThe simplest plugin is PlgConfig. You can use it to copy-paste.
MikhailModeratorIf you decide to create a new view type, add your view into Interface table using SCADA-Administrator. Your view must be stored in the file in C:\SCADA\Interface folder. The file might be empty but it must exist. File extension equals ViewTypeCode property.
MikhailModeratorHi,
The basic steps of creating a plugin:
1. Create a new project of the empty web application type which uses .NET4.
2. Use the directory structure and namespace structure as PlgScheme or other plugin.
3. Add PlgYoursSpec class that inherits PluginSpec class.
4. Describe a new view type or menu item in the plugin specification class.
5. Add web content (aspx, css, js).
6. Publish your project.
7. Specify your dll to WebSettings.xml in Plugins section.
MikhailModeratorCould you create a new topic and provide more details about your task? What is displayed by your cutom page?
MikhailModeratorHi,
It has a bit different approach – you should create a plugin like these.In the plugin you are able to implement a new type of view or add an item to the main menu which open your single page.
September 9, 2016 at 5:11 am in reply to: communication error with multiple slaves on RTU on same port #1598
MikhailModeratorCould you make a screenshot what button did you click and what result did you get?
September 8, 2016 at 6:28 am in reply to: communication error with multiple slaves on RTU on same port #1596
MikhailModeratorYou should add another device to the line. Use Plus button or import the device from the configuration database.
September 7, 2016 at 1:07 pm in reply to: communication error with multiple slaves on RTU on same port #1594
MikhailModeratorCreate a screenshot, please.
September 7, 2016 at 5:21 am in reply to: communication error with multiple slaves on RTU on same port #1592
MikhailModeratoris it possible to assign multiple slaves address to single communication line?
Yes, each device on a communication line has its own slave address.
September 6, 2016 at 11:46 am in reply to: communication error with multiple slaves on RTU on same port #1590
MikhailModeratorIn this case you should add all the devices connected to RS485 to a one communication line of Communicator. It is a usual situation.
MikhailModeratorFind in the system and run Aspnet_regiis.exe -i
Then open IIS management console and switch default application pool (or the pool used by Scada web app) to .NET 4 if it is not set to it.
-
This reply was modified 9 years, 4 months ago by
Mikhail.
September 5, 2016 at 5:22 pm in reply to: communication error with multiple slaves on RTU on same port #1585
MikhailModeratorPlease clarify the behavior of communication lines, each communication line is a master ??
It depends on a driver (Kp*.dll). In case of Modbus it is master.
can other communication line use the same come port 1 if assigned so
No, it is blocked.
Please, explain why do you need to share COM-port between different applications? Are there other approaches to solve your task?
MikhailModeratorDo not use Configurator for the new web app, it breaks the config. Override the ScadaWebBeta\config folder from the distributive. Edit config manually using any text editor.
MikhailModeratorThank you. I think, I’ve found the cause. But it is strange that this error occurs. Does it occur every time when you try to open a view or only once?
-
This reply was modified 9 years, 4 months ago by
-
AuthorPosts