Announcement

Collapse
No announcement yet.

between values in scripting

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

    between values in scripting

    How would I go about using a between value for the 'if' statment? For example:

    If hitemp_Status 20 - 40 Then

    I want to run this is the temp is between 20 and 40 degrees.

    #2
    The event trigger is setup with two rows. One the DeviceValue is above 20. AND the second is the device’s DeviceValue is under 40.

    Comment


      #3
      Originally posted by Michael McSharry View Post
      The event trigger is setup with two rows. One the DeviceValue is above 20. AND the second is the device’s DeviceValue is under 40.
      Awesome, that seems to be working. Thanks

      Comment

      Working...
      X