PDA

View Full Version : Logic schedule issue


LCC
14 Oct 06, 11:44 PM
Hi all,

Having trouble with a logic module that activates flashing lights when a scene is activated.

I have a scene which turns all the AV equipment on and off which is operated when button on CTC is pushed.

The logic compiles OK. When i have the CTC connected to c-bus on the PC via piced, the logic works fine on both the CTC and simulated on the piced. When i disconnect piced, it wont operate on the CTC.....????

I have also noticed, that when i reopen piced and enter logic, this certain module always has the cross against it, whereas i have to enable it........

Any ideas would be greatly appreciated!!!!!!!!1

Darren
16 Oct 06, 10:24 AM
When i disconnect piced, it wont operate on the CTC.....????
This probably means that the code is not running in CTC at all and that it is PICED executing the logic.

I have also noticed, that when i reopen piced and enter logic, this certain module always has the cross against it, whereas i have to enable it........
The cross means that the module has been disabled. There must be somewhere in your code where you have disabled it.

LCC
27 Oct 06, 05:07 PM
Thanks, I found a disable command in the initialisation area, no idea how it got there!!! :D