Forum Replies Created
-
AuthorPosts
-
MikhailModeratorWaiting for the module version.
MikhailModeratorTry to change the command settings in the trigger:
– Set “Out channel” to 0
– Set “Device” to non-zero instead of output channel.That will work if you don’t use a formula of the output channel 653.
-
This reply was modified 5 years, 3 months ago by
Mikhail.
MikhailModeratorWe made shortcuts for restart scada server and communicator and after restart of both scada was still shutdown
Likely ScadaServerSvc.exe process should be killed in such case.
I don’t know how to check version of automatic control module.
Right click the dll file and find version in the file properties.
MikhailModeratorCurrently, you should create separate scheme for each language, and setup roles to show only necessary schemes for a user. To change phrases in the same scheme (or table) some kind of built-in dictionary should be implemented. It’s an interesting idea, but it might be expensive to develop.
MikhailModeratorThe ScadaCommCommon must change, because I have changed some code in the UDPTransport so it can work with BACnet, ScadaData can remove
If every driver had its own ScadaCommCommon.dll, it would be impossible to use the software. We should merge the changes if they are compatible, or the UDP implementation should be made inside the driver. Could you show what was changed in ScadaCommCommon?
Note: In the version 6, you can add new communication channels to resolve such cases easier.
MikhailModeratorHi,
You right. Roles don’t affect this menu. To hide the Plugins menu item (for all), you could deactivate Store and Configurator plugins.
MikhailModeratorHi,
To translate scheme and tables, you should add language files in the directories
C:\SCADA\ScadaWeb\plugins\Scheme\lang\
C:\SCADA\ScadaWeb\plugins\Table\lang\Did I understand you correctly? Or may be you are talking about translating a scheme text labels that are placed by an engineer?
MikhailModeratorHi,
I have made a BACnet KP for Rapid Scada to work with BACnet devices.
Great!
May I ask a few questions:
1. Why do you include ScadaCommCommon.dll and ScadaData.dll into the archive? Is it possible to remove them because they are already exist in the destination directories?2. What is the pricing? Which license types are available?
3. May be it would be useful if you add version number in the archive name, e.g. KpBACnet_5.0.0.0.zip
We would be glad to publish your driver in the repository after clarifying the above questions.
MikhailModeratortrend.LastFillTime = DateTime.UtcNow;
Does it affect something?
MikhailModeratorAlso please check version of Automatic Control Module.
Please make a screenshot of the trigger that sends commands every minute.-
This reply was modified 5 years, 3 months ago by
Mikhail.
MikhailModeratorLooks like is hangs.
1. Why do you have so many commands? What do they do?
2. What was the first timestamp when Communicator couldn’t connect?
MikhailModeratorHi,
Sure. Everything can be translated. If you’re asking for advice how to do it, I can help.
MikhailModeratorWhat is the SCADA-Server version?
MikhailModeratorHello,
Application shutdown means that the web server stops the web application. It is not related to SCADA-Server.
When the server is in error state, what is written in server and communicator logs?
-
This reply was modified 5 years, 3 months ago by
-
AuthorPosts