Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorThank you for logs.
This issue requires research and connecting to your server remotely. Our team provides this service on a commercial way. If you are OK with it, please contact us by email and we will send a proposal.
MikhailModeratorAlso please copy a error details from C:\SCADA\ScadaWeb\log\ScadaWeb.log
MikhailModeratorYes, thank you.
Then copy http://172.17.2.32/Scada/plugins/ChartPro/ChartPro.aspx?cnlNums=101&viewIDs=3&&period=-2 to the browser address bar. Does chart work well using this link?
MikhailModeratorHi,
1. A device is TCP client. Right after it connects to Communicator (TCP server), it sends a string that identifies this device.
2. Communicator compares the given string with “Call Number” of existing devices. If matched, communication continues.
MikhailModeratorthe server will be error.
I can’t find neither screenshot nor log message of the error. Could you provide it?
MikhailModeratorHi,
Right-click the page where chart should be in a dashboard. Choose View Frame Source. What is the full address of the frame source? -
AuthorPosts