Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
I see your point. It’s important.
Currently, you can use scheme templates if the schemes are identical except channel numbers.Could you make a screenshot and describe what part of the scheme you need to update? It would help to understand your particular case.
MikhailModeratorHi,
Just open the Units table and add as many units as needed.
Units available by default will be extended in the v6, see the link. Meter included.
MikhailModeratorOther possible method is when each remote site uses different TCP port. But in this case any unknown device can send data to your system. And the number of TCP ports is limited.
MikhailModeratorHi,
Not related to the particular SCADA software, when DTU is connected to the main server, what method would you like to use by the server to recognize the remote site?
In such situation, a remove device usually sends “hello” packet that contains the device name. This feature is supported by some 3G routers.
MikhailModeratorHi,
The attachment is not available – access denied.
MikhailModeratorHi,
Can the DTU initiate connection to the server by the server IP?
MikhailModeratorHi,
In addition to the previous,
input channels should be of the Calculated discrete type.
MikhailModeratorHi,
It’s possible. But the subject of this topic is not appropriate the question. Please create a new topic to discuss.
MikhailModeratorHi,
The modules are added to the repository.
Thank you.
MikhailModerator🙂
MikhailModeratorHi,
Does the DTU support TCP client mode? I mean, can it connect to the server by IP?
MikhailModeratorHi,
Despite the inconvenience, I suggest using enumerations. You could prepare the text in another text editor and then insert into the grid cell.In v6 it will be allowed to start each enumeration value from a new line with 1000 chars total limit. So, working with enumerations will be simplified in the future.
MikhailModeratorbut only get the first 8 Numbers
Input channels has 8 byte data size internally. That’s why string is truncated.
If you have a set of predefined strings, you could use enumerations. The string values are entered in the Units table, and then the unit is specified for an input channel. Check Off-On unit for example. Input channel format should be set to enumeration.
MikhailModeratorI have a error in acces to a webb app to the rapid scada,
This subforum is about OPC connection. Please write your question in the appropriate section.
MikhailModeratorHi,
SCADA-Server initializes many internal data structures based on the input channels. After channels changed, at least mainLogic.Stop() and mainLogic.Start() should be performed as the manager does.
-
AuthorPosts