| Subject: | Re: [LCtalk] LCM inputs question |
| From: | Dirk Offringa |
| Date: | Wed, 18 Jun 2008 17:38:02 +0200 |
I guess this should be
// Cuelist 20 (8 steps), stored 18/06/2008 11:25
-- check
go 001 if input 1 within 0 - 63 /*check condition*/
go prev /*loop until condition is true*/
--
-- trig fog
001:
show d06 for 5.1s /*condition is true, trig fog*/
show d07 for 0.10s /*make sure we stop the fogger, just in case*/
go .0 /*reset*/
:d06
10[255] /*switch on*/
:d07
10[000] /*switch off*/
(range of switch 0 to 63 for a negative state, I guessed from the
Cuestep command #26: WaitSwitch description, but I didn't find any
reference to the LCM-specific inputs).
Dirk
|