Results 1 to 2 of 2

Thread: Email template

  1. #1
    Join Date
    07.01.2014
    Posts
    29

    Default Email template

    Hi

    I've been trying to create an email template using the user defined tokens - which mean absolutely nothing to me.

    Can someone help create me one, that will give me an email displaying:

    1. List any active alarms ( including level and flow )
    2. Name of sensor, nominal value of sensor & actual value of sensor
    3. Name of level and current state of level
    4. Name of flow meter and current flow rate
    5. Name of switch and state of switch.

    If you can highlight any information that I need to add ( such as name etc ) then I can overtype this.

    Thanks

    Rob

  2. #2
    Join Date
    01.03.2013
    Posts
    361

    Default

    It is pretty simple:

    Quote Originally Posted by Robert2014 View Post
    1. List any active alarms ( including level and flow )
    Alarms:
    $$REPS[15][5]$$ $$LCTR$$ alarm: $$ALMS[x]$$ $$REPE$$
    Quote Originally Posted by Robert2014 View Post
    2. Name of sensor, nominal value of sensor & actual value of sensor
    Sensors:
    $$REPS[32][0]
    name: $$SENN[x]$$
    desired: $$SENX[x]$$
    actual: $$SENV[x]$$
    $$REPE$$
    Quote Originally Posted by Robert2014 View Post
    3. Name of level and current state of level
    Level:
    $$REPS[12][6]$$
    name: $$LVCN[x]$$
    state: $$LVCO[x]$$
    $$REPE$$
    Quote Originally Posted by Robert2014 View Post
    4. Name of flow meter and current flow rate
    Flow:
    $$REPS[4][10]$$
    name: $$FLSN[x]$$
    actual: $$FLSV[x]$$
    $$REPE$$
    Quote Originally Posted by Robert2014 View Post
    5. Name of switch and state of switch.
    Switchoutputs:
    $$REPS[64]$$
    name: $$SWIN[x]$$
    description: $$SWID[x]$$
    state: $$SWIV[x]$$
    $$REPE$$

    You can change bold text.
    No support or warranty issues over PM! Please send PMs to the moderators only if you have general problems with using the forum! Thanks for helping us to keep the support efficient.
    Kein Support oder Reklamationsabwicklung über PM! Bitte senden Sie an die Moderatoren nur PMs bei allgemeinen Problemen mit der Verwendung des Forums! Danke dass Sie uns dabei helfen, den Support effektiv zu gestalten.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •