Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
What text contains the events that cause the error? How to reproduce the error?
MikhailModeratorYes, “normal” event should be created after low or high statuses. What version of SCADA-Server do you use?
Tick “On undefined” checkbox, may be it helps to realize the cause.
MikhailModeratorWhat period of time and how many points should be included in average value?
MikhailModeratorHi,
Please make a screenshot of the input channel for the sensor. If youdoubleright click a row of a channel, a properties dialog can be shown.-
This reply was modified 8 years, 4 months ago by
Mikhail.
MikhailModeratorHi,
If you tick the Averaging checkbox, it affects on minute and hourly data stored in the archive. But not affects current values. You need custom formulas or develop module that perform averaging.
What averaging algorithm do you need?
MikhailModeratorUse address book in Communicator to manage subscribers.
MikhailModeratorhave the fixed email content associated with each separate trigger?
You should create commands for each trigger. May be I don’t understand the question.
MikhailModeratorYes, port 587 is entered by default in the configuration, and it works.
Answer:
Definitely. See available variables at http://doc.rapidscada.net/content/en/modules/mod-auto-control.html
Example: your_email@gmail.com;subject;{Now} Name: {CnlName}, value: {CnlVal}
MikhailModeratorHi,
Within the formula that calculates maximum, you should save the time in the appropriate input channel using SetVal(…). To convert time to double, use EncodeDate(DateTime.Now)
http://doc.rapidscada.net/content/en/software-configuration/using-formulas.html
MikhailModeratorYou definitely right about the documentation ))
MikhailModeratorYou should check the logs of:
ACM,
Communication line #41
MikhailModeratorSimple example of a command in the module settings:
your_email@gmail.com;subject;text
MikhailModeratorFirst off all, make sure that emails are successfully sent by Communicator only.
Go to the Device libraries page of Communicator, find KpEmail.dll and read the format of a command that is needed. This is a binary command with a string value.
When it is done, write in this topic to continue. In case of errors, provide logs or screenshots.
MikhailModeratorHi,
In this case, you should create an additional input channel that stores the required time, and show this channel in a report. -
This reply was modified 8 years, 4 months ago by
-
AuthorPosts