Forum Replies Created
-
AuthorPosts
-
September 13, 2018 at 6:45 pm in reply to: Unable to send command from toggle via web interface #4245
MikhailModeratoris there any guideline on how to partecipate in to Rapid SCADA? I should create a separate branch?
Good question. First of all, I suggest to discuss the idea of the new features with me to decide what repository is better to choose. The community repository https://github.com/RapidScada/scada-community may be a good place.
In most cases, you should fork the repository, do the development and then pull the changes back to the repository. This is the roadmap.September 13, 2018 at 6:41 pm in reply to: Unable to send command from toggle via web interface #4244
MikhailModeratorA would also say that you’re doing a great job, Rapid SCADA is great.
Thank you 🙂
September 13, 2018 at 6:40 pm in reply to: Unable to send command from toggle via web interface #4243
MikhailModeratorWe provide consulting service that speeds up your job. This is a commercial service, you could request it by email if needed.
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) -
AuthorPosts