I am trying to program our sites (40 or so) with a standard program, just the bare minimum of changes between the sites, IPs etc.
I have an alarm section in there to email us depending on power state.
Is it possible to have the site name from either the profile or a string withing the program embedded into the subject of the email? I can get it into the body, but when the email comes in, it is better to see which site it is from the subject.
1$="sitename_test"
RG1M
Alarm2(1hv<12.2)6cv"<12.2 Volts, actual= ?v"
Alarm3(1hv>12.0)">12 Volts, actual= ?v"[mailto:email@address.au?subject=Power Okay @ ?1$]{P15=0}
Alarm4(1hv<11.8 )"<11.8 Volts, actual= ?v"{P15=3}
With this I get the subject "Power Okay @ ?1$" where I would like Power Okay @ sitename_test
Thanks
Grant
I am trying to program our sites (40 or so) with a standard program, just the bare minimum of changes between the sites, IPs etc.
I have an alarm section in there to email us depending on power state.
Is it possible to have the site name from either the profile or a string withing the program embedded into the subject of the email? I can get it into the body, but when the email comes in, it is better to see which site it is from the subject.
1$="sitename_test"
RG1M
Alarm2(1hv<12.2)6cv"<12.2 Volts, actual= ?v"
Alarm3(1hv>12.0)">12 Volts, actual= ?v"[mailto:email@address.au?subject=Power Okay @ ?1$]{P15=0}
Alarm4(1hv<11.8 )"<11.8 Volts, actual= ?v"{P15=3}
With this I get the subject "Power Okay @ ?1$" where I would like Power Okay @ sitename_test
Thanks
Grant