hey guys,
I'm programming up my CQC install currently and was wondering what was the best approach to the following situation. This part of the install is what I need to be as reliable as possible. I don't want it failing or going AWOL on me at any time.
What I want to implement
This is an example of what I want to occur over a period of 20 mins. Time in min
ec are located on the left.
mm
s
00:00 Switch on mains power
00:10 Turn on projector, receiver, dvd player, lower screen,
00:50 set projector input, set receiver vol, send cmd(numeric '1' and
'Enter') to DVD player (perform some error checks)
01:00 Dim lights to 0%
19:50 Send 'Stop' to DVD player
19:55 Turn off Projector, Receiver, DVD Player, raise screen
19:00 Bring lights up to 100%
20:00 Switch Off Mains Power
My Options?
Now while I have all the hardware end of it set up; I'm left wondering what is the best (read: reliable and efficient) way of implementing this in CQC. I'd like to keep the actions within 1-2 seconds of indicated timings if possible. Will CQC be consistent on this, or would an external hardware timer be required?
1. My current approach is to use the Timer Driver. Is this the correct approach?
2. Should I use just one countup/countdown timer to schedule all the actions or should I use separate countup/countdown timers for each action?
i.e. is it best to send triggers when a countup timer hits 00:10, 00:50 etc or should I use two countdown timers set to 10 secs and 50 secs respectively and send a trigger when they hit zero.
Any opinions at all on this are welcome as I really want this to be foolproof.
cheers
Jim
I'm programming up my CQC install currently and was wondering what was the best approach to the following situation. This part of the install is what I need to be as reliable as possible. I don't want it failing or going AWOL on me at any time.
What I want to implement
This is an example of what I want to occur over a period of 20 mins. Time in min

mm

00:00 Switch on mains power
00:10 Turn on projector, receiver, dvd player, lower screen,
00:50 set projector input, set receiver vol, send cmd(numeric '1' and
'Enter') to DVD player (perform some error checks)
01:00 Dim lights to 0%
19:50 Send 'Stop' to DVD player
19:55 Turn off Projector, Receiver, DVD Player, raise screen
19:00 Bring lights up to 100%
20:00 Switch Off Mains Power
My Options?
Now while I have all the hardware end of it set up; I'm left wondering what is the best (read: reliable and efficient) way of implementing this in CQC. I'd like to keep the actions within 1-2 seconds of indicated timings if possible. Will CQC be consistent on this, or would an external hardware timer be required?
1. My current approach is to use the Timer Driver. Is this the correct approach?
2. Should I use just one countup/countdown timer to schedule all the actions or should I use separate countup/countdown timers for each action?
i.e. is it best to send triggers when a countup timer hits 00:10, 00:50 etc or should I use two countdown timers set to 10 secs and 50 secs respectively and send a trigger when they hit zero.
Any opinions at all on this are welcome as I really want this to be foolproof.
cheers
Jim