Forum Replies Created
-
AuthorPosts
-
MikhailModeratorGood 🙂
MikhailModeratorHi,
Do events shown in Webstation?
Make a screenshot of the Device Data page of Communicator where tags and events are visible.
MikhailModeratorWhen you get “Unknown event source” error, the event is not received, so you can’t send it by email.
MikhailModeratorHi,
When an event is received from an OPC server, it contains tag name, called Event Source. You should add the tag “localhost.Sample Structured Text Program” to a DA subscription.You wrote in another topic that you use Automatic Control Module to send events by email. Does it work for now?
MikhailModeratorIt is possible to solve the task by creating formulas in the configuration database. Formulas are based on C#. Do you know C#?
MikhailModeratorIf it occurs again, let’s continue this topic.
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 7 years, 11 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 -
This reply was modified 7 years, 11 months ago by
-
AuthorPosts