Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
Could you explain how does your plugin work?
It may help to find out why it affects interaction between Server and Communicator.
MikhailModeratorHi,
You should use DB Import Driver.
If you face connection issues, read this.October 25, 2020 at 8:33 am in reply to: How to make double or more of Rapid SCADA server and communicator pair. #7469
MikhailModeratorWhy do you need 2 copies of Rapid SCADA on the same machine?
October 25, 2020 at 8:14 am in reply to: How to make double or more of Rapid SCADA server and communicator pair. #7468
MikhailModeratorMay be it’s easier to use virtual machines. For example, you don’t install several PostgreSQL servers on a one machine even if it’s technically possible.
October 25, 2020 at 8:13 am in reply to: How to make double or more of Rapid SCADA server and communicator pair. #7467
MikhailModeratorHi,
If you want to create 2 different systems, you should create 2 projects in Administrator.
If you want to create a 1 distributed system, you should create several profiles within a 1 project.All profiles use the same configuration database that is included in the project.
Could I install and setup multiple ScadaServer seperate by port on same machine ?
On Linux:
You can copy Rapid SCADA to different folders like
/opt/scada1/
/opt/scada2/
But during installation you need to change installation script to create daemons having different names.
Files to update:
apache/scada.conf
daemons/scadaagent
daemons/scadacomm
daemons/scadaserver
scadarestart.sh
scadastart.sh
scadastop.sh
svc_install.sh
svc_uninstall.sh
ScadaAgent/*.sh
ScadaComm/*.sh
ScadaServer/*.shHonestly, I don’t think it’s a good idea for beginning.
MikhailModeratorPlease press F12 in browser, open the Console tab and make a screenshot of the error details.
What Windows version do you use?
MikhailModeratorHi,
Now you should open the Output channel table in Administrator and create a new output channel. Specify a command number the same as you use for sending commands.
In Scheme Editor, add a button for example, and set its output channel to the output channel number that you have created.
MikhailModeratorSCADA-Server uses TCP port 10000 for incoming connections. You should check that other software does not occupy it.
MikhailModeratorHello,
Could you also post here a part of the SCADA-Server log file? Let’s check how the server behaves in this period of time.
MikhailModeratorGood. Please post screenshot of a command form (in Administrator), so I can tell you how to send similar commands from scheme.
MikhailModeratorHello,
I’m very glad to read that the system is reliable now.
Anyway in the next version Rapid SCADA engine is totally new, and I hope there will be no more such errors.
MikhailModeratorHi,
I wander how to send command using KpMQTT via the Scheme Editor
Before sending command from schemes, you should check that commands are successfully sent from Administrator. Have you already done that?
MikhailModeratorIn current version you can deploy an extra instance of Rapid SCADA like we do in our cloud solution. Also you should provide ability to poll controllers in parallel. Implementation depends on communication protocols.
MikhailModeratorHi,
Yes, it is. It will support redundancy of data archive.
MikhailModeratorHi,
1. A sending commands form in Administrator is general. Implementation depends on a particular driver. If you already able to successfully send commands using Administrator, I can describe how to do the same from schemes.
2. Is this a string to be parsed? Why do you send different values in a one topic?
Screenshots would help to understand your task. -
AuthorPosts