Campbell Raven II Manual Page 45

  • Download
  • Add to my manuals
  • Print
  • Page
    / 54
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 44
Appendix D. EmailSend Using the Gmail Outgoing SMTP Server
If Temp > 27 Then AlarmTrigger = True
If AlarmTrigger Then
Message = "Warning!" + CRLF + CRLF
Message = Message + "An alarm condition has been identified. "
Message = Message + "The temperature is " + Temp + " degrees C." + CRLF + CRLF
Message = Message + "Datalogger time is " + Status.Timestamp
EmailSuccess=EmailSend (ServerAddr,ToAddr,FromAddr,Subject,Message,Attach,UserName,Password,Result)
EndIf
EndIf
If Temp < 27 Then AlarmTrigger=False
NextScan
EndProg
D-3
Page view 44
1 2 ... 40 41 42 43 44 45 46 47 48 49 50 ... 53 54

Comments to this Manuals

No comments