Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Buttons on web pages react only on press down. You should think how to deal with it. For example, create 2 buttons (Off and On) or send the 2nd command after several seconds. Which way is better for you?
MikhailModeratorHi,
The module also writes the code to it’s log file C:\SCADA\ScadaServer\Log\ModAutoControl.log
Please check the file.
MikhailModeratorWow. I hope no one uses IE anymore 🙂
MikhailModeratorHi,
– Is it possible to return an empty value (–) ?
If your formula returns double.Nan, channel status is set automatically to 0 and you will see —.
Making the channel data only appear in formula and Now table (for debug). But not shown in minute/hour archive.
You should create an input channel and set Active = false when it’s not needed. I debug complex formulas in Visual Studio. I can provide more info about it, if needed.
– Can you add code page option for “binary” type in Automatic Control plugin ?
If you need to modify a string, do it in the formula of an output channel.
Can you not grey out the “Copy value or data” in event trigger to make passing event data possible ?
I’ve wrote this as a suggestion. Thank you. If you need this feature in time, it might be a commercial development.
MikhailModeratorYou should try. Let us know about the result if possible.
MikhailModeratorHi,
– Are these variables shared between input channels, among all user defined functions ?
Yes. You can see the result file C:\SCADA\ScadaServer\Log\CalcEngine.cs
– Does input and output Channel also share the same scope to access them ?
Yes.
– Does Calculated Real and Real makes any difference in this aspect ?
The difference is WHEN the channel formula is calculated. For Real channel – only when a value is received from a device. For Calculated channel – permanently.
– Is it possible to retrieve channel properties e.g Object/Device Name/ID by CnlNum, or simply current channel’s such properties ?
No. If you need channel properties, you should develop a module for the Server app.
MikhailModeratorYes, it’s possible. For example, you can deploy a virtual machine on Google Cloud or Azure and run Rapid SCADA on this machine. Also it’s possible to provide access to your workstation from the internet. Depends on your needs.
MikhailModeratorHello,
When you try to open AdvancedDashboard, there should be a record in ScadaServerSvc.log. Try to open the dashboard, then look in the server log.
MikhailModeratorHello,
I think Automatic Control module is necessary for this purpose. For testing, you can send commands manually from the web app.
MikhailModeratorHello,
You should check that the file in C:\SCADA\Interface\Monitoring\AdvancedDashboard.xml exists. And also check C:\SCADA\ScadaServer\Log\ScadaServerSvc.log for some useful info.
MikhailModeratorHello,
Try changing the passwords back to 12345. Then do this.
We can fix this issue remotely for a fee in case of emergency. Contact us by email if needed.
MikhailModeratorHello,
According to the icon of the AdvancedDashboard item, we can see that Dashboard Plugin is active.
Check C:\SCADA\ScadaWeb\log\ScadaWeb.log for the error details.
MikhailModeratorHello,
– explorer tree that contains views
This image is also important. I mean the screenshot of the main page of the web application.
MikhailModeratorHello,
Please also make screenshots of the web application:
– explorer tree that contains views
– installed plugins page
MikhailModeratorGood 🙂
-
AuthorPosts