Forum Replies Created
-
AuthorPosts
-
September 13, 2018 at 6:39 pm in reply to: Unable to send command from toggle via web interface #4242September 13, 2018 at 6:37 pm in reply to: Unable to send command from toggle via web interface #4241
MikhailModerator2018-09-12 17:36:34
Command is canceled This is because of a formula of an output channel. A command is canceled if the forumula returns null or double.NaN.
MikhailModeratorWhat is written in the communication line log when Communicator sends command?
2018-09-12 10:41:02
– this line is from the app log.
MikhailModeratorI used to develop an installer using Install Shield. It able to register web applications. Current Rapid SCADA installer is a C# application that provides maximum freedom on implementing installation steps. If needed I can share some code of it.
September 12, 2018 at 1:58 pm in reply to: Unable to send command from toggle via web interface #4228
MikhailModeratorAlso look for the command record in Server log.
September 12, 2018 at 1:57 pm in reply to: Unable to send command from toggle via web interface #4227
MikhailModeratorHi,
Please check, when you send a command via UI, is it shown in Communicator in application log, in communication line log or on the Device Data page?
MikhailModeratorDo you need Windows or Linux?
MikhailModeratorHi,
Yes, this is a new question.
I suggest this article http://doc.rapidscada.net/content/en/installation-and-run/manual-installation.html
The described steps are particular the same as Rapid SCADA installer performs.
MikhailModeratorHi,
Thank you for the screenshot. Currently, you should input a value in a popup window or create several buttons to set different values. Or both.
MikhailModeratorHi,
Close button that is shown in fullscreen and kiosk mode will be implemented in the next version of Chart Pro plugin. In usual mode this button is hidden.
MikhailModeratorHi,
Is there a way to use a control like a spinbox to send values to a device? Or am I required to use the popup implemented in the Schemes?
Could you provide an example image of spinbox? If a value is a number, you should input it manally. However, you can create several buttons with different values.
I know it may be a little to much to include in the same question, but is there a way (maybe with formulas) to limit the value to send with the value from other input channels?
It’s better to create a new topic.
Yes, use formula for an output channel.
For example: Math.Max(Math.Min(Cmd, 10), 0)
MikhailModeratorClassic OPC is a black box, difficult to find a cause. Modbus is transparent.
September 7, 2018 at 4:55 am in reply to: Schedule function and screen editing alignment function #4211
MikhailModeratorHi,
You can implement this using time triggers of Autmatic Control Module.
And screen editing alignment function,moving coordinates is a bit time consuming.
Could you clarify?
MikhailModeratorHi,
You should open Administrator, open the Input channels table and change the Format field of the appropriate input channel.
-
AuthorPosts