Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorHi,
Did you check the log of the communication line? Is there something useful?
I recommend to contact the author of the MQTT driver. His email is shared on the GitHub page.
MikhailModeratorYou right, selecting a period of writing for a channel is a useful idea.
MikhailModeratorWhy do need a scheme in a dashboard?
Could you explain your case?
MikhailModeratorHi,
You can insert a link to a scheme, but it is not tested and may occur bugs.
If you do it, please describe the experience.
MikhailModeratorHi,
OK 🙂
Does it fast enough? -
AuthorPosts