Forum Replies Created
-
AuthorPosts
-
September 14, 2018 at 2:30 pm in reply to: Unable to send command from toggle via web interface #4253
MikhailModeratorHow to setup the output channel to connect a toggle on the web to a coil in ModBus?
I suppose, the output channel shown in your screenshot is OK. May be you need a formula, decide after watching command values in Communicator.
September 14, 2018 at 2:28 pm in reply to: Unable to send command from toggle via web interface #4252
MikhailModeratorbut since is a toggle switch, what should be the command parameters. I don’t know how to setup the output channel for the ModBus, do you have any example?
Let’s watch in the Device Data page what command value is passed to Communicator.
MikhailModeratorThe installer.cs should be helpful.
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. -
AuthorPosts