Hi.
In e-designer it is possible to create a text screen with values from tags in it, and email it to specified receivers when a tag goes high. Example: generating an daily text report with measured values of the last 24 hour. And also get a confirmation that the email was sent by setting a tag high.
It's a function that is very important for my customer.
How do i create this in IX.
Thank you in advance.
Bendt Johansen
Engineer
Vandteknik ApS
Email text box/screen
Email text box/screen
Bendt P. Johansen
Technician /
Qualified electrician
Vandteknik ApS
Skalsbyvej 2
DK-4735 Mern
Denmark
Technician /
Qualified electrician
Vandteknik ApS
Skalsbyvej 2
DK-4735 Mern
Denmark
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Email text box/screen
For iX Developer an earlier thread answered a similar question.
There are two pertinent examples included with iX Developer; Script_Email and Script_Database_Export. Those examples are in the Samples tab that you get when iX Developer first opens up. You need to look at the screen scripts as well as the script modules.
You can view the tables in the database by using the DatabaseViewer in the installation directory of iX Developer. The Database that you want to open and test your queries on is in the Temp/Output directory of your project in the PC and is called "Database.sdf".
What you want to do is create an email and add the data that you get from an SQL query to the email. The data can be from a trend view history or data logger. The data for both of those are stored in the database.
There are two pertinent examples included with iX Developer; Script_Email and Script_Database_Export. Those examples are in the Samples tab that you get when iX Developer first opens up. You need to look at the screen scripts as well as the script modules.
You can view the tables in the database by using the DatabaseViewer in the installation directory of iX Developer. The Database that you want to open and test your queries on is in the Temp/Output directory of your project in the PC and is called "Database.sdf".
What you want to do is create an email and add the data that you get from an SQL query to the email. The data can be from a trend view history or data logger. The data for both of those are stored in the database.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Re: Email text box/screen
Wow. That was fast. Thank you for your answer.
I will look at the examples you describe, and try to set it up.
Have a nice weekend
I will look at the examples you describe, and try to set it up.
Have a nice weekend
Bendt P. Johansen
Technician /
Qualified electrician
Vandteknik ApS
Skalsbyvej 2
DK-4735 Mern
Denmark
Technician /
Qualified electrician
Vandteknik ApS
Skalsbyvej 2
DK-4735 Mern
Denmark