Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Unzip and copy *.sdf to C:\SCADA\BaseSDF\
File name should be ScadaBase.sdf
Also you need Communicatior configuration files that located in C:\SCADA\ScadaComm\Config
MikhailModeratorHi,
Let’s do the following:
1. Choose a one register for test purposes.
2. Create a template to poll this one register.
3. Check the settings of the Modbus template (the gear button)
4. Check communication line log.
MikhailModeratorHi,
What is you configuration XML file currently?
Aslo I suggest to ask the autor of the driver on GitHub https://github.com/bersim/OpenKPs/tree/master/KpMQTT
MikhailModeratorHi,
I have a problem in creating a device template,
Please describe your problem and provide screenshots.
MikhailModeratorYou can send command manually or by Automatic Control Module. You need to create output channels in Administrator and create commands in Modbus template.
MikhailModeratorIf i format pc or change sd card on Raspberri Pi, i can still use plugin that i already bought?
If you use the same RPi and keep a computer name unchanged, keys will work.
MikhailModeratorif I buy the automatic control module and other plugins, it will require internet connection to use all plugins
Internet connection is not required.
MikhailModeratorHow can I get the computer the key in Raspberry Pi.
You will find it in scada/ScadaServer/Log/ModAutoControl.log
MikhailModeratorDownload Automatic Control Module
Trial keys
New Rapid SCADA is here.
MikhailModeratorYes, Communicator interprets like ASCII.
We can update Communicator to support HEX, but currently our team is working hard, so we can implement the changes on commercial way.
MikhailModeratorHi,
I suggest to wait a bit for Rapid SCADA 5.7.0. It will include a fully new Administrator which helps to easily configure the project on Windows and then upload to Linux. Likely in the next week the new version will be available.
Do we have to buy Automatic control Module in computer and in Raspberry Pi?
In your case you need a license only for RPi.
MikhailModeratorView ID is just an identifier from the Interface table. Chart uses view ID to validate rights. In the link above the channel 101 must be presented in the view 3.
MikhailModeratorTry
double OneTwo() { return Val(1) + Val(2); }April 24, 2019 at 1:34 pm in reply to: Difference between current and previous data of same channel #5363
MikhailModeratorPlease try updating the formula
double MySetVal(int n) { SetData(n, Val(), 1); return Cnl; }Also we can quickly solve the issue by connecting to your machine. This service is commercial.
-
AuthorPosts