Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThe most tested OS with Rapid SCADA is Windows. I recommend Windows Server 2012 R2 in case of industrial application. If your system is small, Windows 10 is enough.
How many input signals and active users is planned?
MikhailModeratorHello,
Have you installed OPC Core Components (at the bottom of the page)?
MikhailModeratorYes, you right.
Furthermore, event filter should be extended to allow filtering by channel, object (location) and device.There is another interesting possibility – implement a separate tool window contains not ack events.
All the above tasks can be done fast in case of commercial project or can be done later according to the current priorities. First of all, we are planning to replace the old web app by the new one. At the second, develop a new suitable scheme editor.
MikhailModeratorHello,
This is not a bug, but may be a subject for improvement. Thanks.
MikhailModeratorHello,
How can I reproduce this error?
Could you send the error details from ScadaWebBeta\log\ScadaWeb.log ?
MikhailModeratorMatrikonOPC is optional depending on your needs.
MikhailModeratorAdd Dynamic text element. Then set background color, border, alignment, etc. To setup the button behavior, specify Action and Input channel (Output channel) properies.
MikhailModeratorCmdVal works if you use it within a formula of output channel. The formula fires when you send a command related to the output channel.
August 22, 2016 at 5:44 am in reply to: "Application Error: Unable to Load View" Error Windows 10 #1555
MikhailModeratorHi,
Please create a new topic, because this topic is not matched to your question. Specify your Windows version and browser.
MikhailModeratorI came across similar situation:
a device uses Modbus, but the device provides events. I can receive binary data of those events. So I had to implement a separate driver to process received events and store them.
MikhailModeratorHi,
The current version of Modbus driver can not send custom (non standard) commands.
Imagine it is implemented. What format of the response will be received? How to decode the response and process it?
MikhailModeratorThank you for the info ))
Did you use the formula with CmdVal in OUTPUT channel?
How do you set a new value from UI?-
This reply was modified 9 years, 5 months ago by
Mikhail.
MikhailModeratorIs is possible to write variables to log.
Add formula:void WriteToLog(string s) { using (System.IO.StreamWriter writer = new System.IO.StreamWriter(@"C:\SCADA\mylog.log", true, Encoding.UTF8)) { writer.WriteLine(s); } }Then you can use WriteToLog(hour.ToString()) within other formulas.
MikhailModeratorI created another input channel to display the CmdVal of the output channel which uses SetHour().
What is the number of that channel on the screenshots?
How do you expect to behave for input channels 61, 62? Are they received from your device?
MikhailModeratorPlease describe how do you send command to set hour?
-
This reply was modified 9 years, 5 months ago by
-
AuthorPosts