Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
This is just a logical mess. In the official standard registers are numbered 1,2,…
However, in data packets addresses are encoded like 0,1,…
Because of this, some manufactures specify in manual physical address (from 0), while otherы logical address (from 1).
MikhailModeratorHello Rich,
By default, addressing is one-based in the template editor. Many manufacturers specify zero-based addresses in the manuals. Try switching to zero-based addressing in the template settings.
MikhailModeratorVersions are fresh. However, you should update Server to the newest version 5.1.4.0. They are fully compatible. You can overwrite the application files.
Please check the following: when Server is unable to connect to, do you have data in the archive for this period of time?-
This reply was modified 5 years, 8 months ago by
Mikhail.
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, 8 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, 8 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? -
This reply was modified 5 years, 8 months ago by
-
AuthorPosts