Announcement

Collapse
No announcement yet.

Need help to modify efs to add to alert list

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need help to modify efs to add to alert list

    Could someone please help me add some code to this efs file that would send an alert to the alert list if the color of the bar changed from red to blue or vice versa from blue to red and not trigger while it continues to be the same color from bar to bar??

    thanks in advance,

    b
    Attached Files

  • #2
    bhanks
    Add a global variable (ie outside of function main) called AlertTriggered and set it to 0 as follows



    Then replace lines 79-83 in your efs with the section of code enclosed below.
    This will trigger the alert list once only when the color changes.
    Alex

    Comment

    Working...
    X