Forum Replies Created
-
AuthorPosts
-
September 18, 2018 at 1:28 pm in reply to: Chart Pro and Elastic Report 32 days Length Questions. #4263
MikhailModeratorI don’t check formulas posted on the forum. This is just an idea. Creating well tested formulas is a commercial service.
September 18, 2018 at 1:28 pm in reply to: Chart Pro and Elastic Report 32 days Length Questions. #4262
MikhailModeratorSemicolon splits a formula into 2 parts. 1st for value, 2nd for status.
The details is here http://doc.rapidscada.net/content/en/software-configuration/using-formulas.html
MikhailModeratorPlease check the version of Scheme Editor.
Also look the editor log for an error details.September 15, 2018 at 2:04 pm in reply to: Chart Pro and Elastic Report 32 days Length Questions. #4257
MikhailModeratorOption 1. You can change this line and rebuild Report.dll
Option 2. You can purchase a modification of the plugin to allow editing this value in the plugin settings.
September 14, 2018 at 2:36 pm in reply to: Chart Pro and Elastic Report 32 days Length Questions. #4255
MikhailModerator1. 32 is a constant in the source code. If we increase this value, the performance becomes slow.
2. Yes, you need a formula of in input channel like the following:
Stat > 0 ? Cnl : Val(); Stat > 0 ? Stat : Stat()
Be careful, because a connection issue would not be detected in time.3. It’s possible to create formulas that performs the required calculations. It can be done as a part of our consulting service. This is out of free support.
4. 32 days limit applies only if you choose a daily period. In case of using monthly period, there is no such limit.
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. -
AuthorPosts