Strand Lighting CD80 ProPack Dimmer RS232 Commands
jgillich
Posts: 7
Hello,
I'm just getting back into the programming. I'm trying to clean up the mess here at our lab.
I have a Strand Lighting CD80 ProPack Dimmer controlled through an access card frame with a DMX8 card.
I've been able to program only the levels as I only found that code in the old program.
I've searched all over but can't seem to find the RS232 commands for this.
Does anyone have or seen this?
Here is a sample of what I have now.
BUTTON_EVENT[dvTP_1,16] (*Centre SPOT lights Off*)
{
PUSH:
{
SEND_COMMAND LIGHTS1,'P2L0'
SEND_COMMAND LIGHTS1,'P1L0'
}
}
Any help would be appreciated.
I'm just getting back into the programming. I'm trying to clean up the mess here at our lab.
I have a Strand Lighting CD80 ProPack Dimmer controlled through an access card frame with a DMX8 card.
I've been able to program only the levels as I only found that code in the old program.
I've searched all over but can't seem to find the RS232 commands for this.
Does anyone have or seen this?
Here is a sample of what I have now.
BUTTON_EVENT[dvTP_1,16] (*Centre SPOT lights Off*)
{
PUSH:
{
SEND_COMMAND LIGHTS1,'P2L0'
SEND_COMMAND LIGHTS1,'P1L0'
}
}
Any help would be appreciated.
0