Author Topic: Message Handler  (Read 555 times)

ddddd13

  • Full Member
  • ***
  • Posts: 118
    • View Profile
Message Handler
« on: August 31, 2020, 10:07:23 PM »
I am trying to run a very simple program to test sending messages. I want to send a message to an email to confirm it works, then to a phone number. I have set a momentary push button on the main screen that increments the messagehandler1.value variable. I expect this to send an email as the property is set to send the email on change of value. When running the program under debug it gives an alarm com component not set. What am I doing wrong?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Message Handler
« Reply #1 on: September 01, 2020, 08:24:56 AM »
Check the ComComponent property of the object to make sure it is set to a PLC driver.