View single post by ndh
 Posted: Saturday Oct 26th, 2013 02:49 pm
 PM  Quote  Reply  Full Topic 
ndh

 

Joined: Sunday Apr 30th, 2006
Location: Wallington, United Kingdom
Posts: 278
Status: 
Offline

  back to top

You can run a looping response(s)  that does a list like:

If Output Output001 = 0 Then
! Velbus command Off etc.
Else
! Velbus command On etc.
End If
!
If Output Output002 = 0 Then
! Velbus command Off etc.
Else
! Velbus command On etc.
End If
! etc.
Do ThisResponse After 2 Seconds Using Timer01

Not pretty but works.

 Close Window