BuckaneerBabe
|
Looping a routineAfter reading the manual and experimenting, I couldn't figure out a way to get Exorcist to loop my routines. If it isn't capable of looping then I could use a suggestion for a proximity switch or something like that that will trigger switch 1.
|
Phoenix
|
VSA Player 1
trigger on Function 1
reset on Timer 1 Active
Timer 1
trigger on VSA 1 Done
reset on VSA 1 active
dwell ???
Function 1
type OR function
set the triggers to IR 1 and Timer 1 done
this should let you start the loop on IR button 1 and then play for-ever
|
BuckaneerBabe
|
Here's what worked
vsa 1
Trigger Function 1 ON
Reset Timer 1 Active
Sound Player
Trigger Function 1 ON
Reset Timer 1 Active
Timers
Run Timer if VSA 1 Done
Reset Timer if Function 1 ON
Dwell time 50
Logic Functions
Trigger (first column) Function 1 IR RC 1 ON
(column 2) OR
Trigger (column 3) Timer 1 Done
|
|
|