Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThe above link is not available for me.
MikhailModeratorUse the Stat function in your formulas.
MikhailModeratorThat’s right.
MikhailModeratorPlease clarify your question.
February 25, 2020 at 4:06 pm in reply to: simple Formula that compares an Integer or real and returns Boolean #6558
MikhailModeratorIn Rapid SCADA all input channel values have the double type. Double is a 64-bit floating point.
February 25, 2020 at 5:55 am in reply to: simple Formula that compares an Integer or real and returns Boolean #6552
MikhailModeratorHi,
Try this:
Val(60) == 33 ? 1 : 0; Stat(60)However, it’s a bag practice to compare floating point values by equality operator. It’s better to use <= or >=
MikhailModeratorYou should provide screenshots of the Interface table and of the deployment profile.
MikhailModeratorHello,
Please check what user name and password are specified in the deployment profile options.
MikhailModeratorHi,
Also noticed that /opt/scada/ScadaWeb had infinite directories
Haven’t faced this before.
MikhailModeratorHi,
There should be 2 connections to SCADA-Server, by the users ScadaComm and ScadaWeb.
Please check what is written in ScadaServerSvc.txt about active connections.
Also check ScadaCommSvc.log and ScadaWeb.log
MikhailModeratorIn Administrator create a new deployment profile for Raspberry. Upload all the configuration except Server settings (because they have different file paths).
MikhailModeratorI would do the following:
1. Copy Communicator from the Linux installation package v5.6 to C:\SCADA\ScadaComm1
2. Copy Communicator from the Linux installation package v5.8 to C:\SCADA\ScadaComm2
3. Stop the existing Communicator service.
4. Copy the same configuration to ScadaComm1\Config and ScadaComm2\Config
5. Run ScadaCommMono.exe of different versions and compare.
MikhailModeratorDear Han,
– How to open on Web browser “Chrome”
Raspberry has Chromium browser. You can open it from the menu.
– How to open the Administrator?
In command line when you inside Administrator’s directory
mono ScadaAdministrator.exeHowever, I suggest avoid using UI on Linux. It’s better to configure projects and open web pages from another computer.
-
This reply was modified 5 years, 11 months ago by
Mikhail.
MikhailModeratorGood news!
MikhailModeratorIt was a provider failure because of electricity break. Now it works. The first long interruption of service for several years of good operating. Thanks for noticing.
-
This reply was modified 5 years, 11 months ago by
-
AuthorPosts