Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorHi,
What is the driver version?
Please provide screenshots of the settings and the error message, and communication line log.October 11, 2021 at 1:21 pm in reply to: couldn’t find basic and extra components in scheme editor #9557
MikhailModeratorTry opening the PlgSchExtraComp.dll file properties and unblocking the dll.
MikhailModeratorHello,
The above answer is correct. In addition, I’d like to inform that in Rapid SCADA 6, current data can be flush on disk using the specified period to take care on a flash drive.September 29, 2021 at 1:53 pm in reply to: couldn’t find basic and extra components in scheme editor #9550
MikhailModeratorHello,
If you installed the components, but the don’t appear, check the log file C:\SCADA\ScadaSchemeEditor\Log\ScadaSchemeEditor.log for the details.
May be you need to unblock DLL files of the components.
MikhailModeratorOpen the services list in Windows and make sure that ScadaServerService is running.
Also make a screenshot of the C:\SCADA\ScadaServer\Log\ folder
MikhailModeratorHi,
The default configuration of Device 11 “ADAM-6015 Server room” works via Modbus TCP, not OPC server.
MikhailModeratorHi,
It’s possible. Please provide a screenshot of the input channel properties that contains time.
MikhailModeratorHi,
This topic is about license key. Please do not mess all questions in a one topic.
Create new topic for different questions.
The above question can be fixed in a short time.
MikhailModeratorHello,
According to this page, “Modules are bound to a particular server. License keys can not be transferred to another server.”
This is because of the technical reason. To allow transfer keys, it’s needed to check registration via Internet periodically, like Windows does, for example. SCADA software should not depend on the Internet connection.
> the ways of the Lord are inscrutable
We’re here on the ground in dust ))
MikhailModeratorHi,
You should register that components:1. Go to Main Menu > Registration > Extra Scheme Components.
2. Register the plugin using the hyperlinks on the page.
3. Download the changed Webstation settings to the project using the Administrator application. -
AuthorPosts