Having problems with controlling a Radia 6 channel dimmer
Kouya
Junior Member
I can't get control of this light dimmer with a touch panel
Unit is wired Axlink and Prolink, Prolink button panels work fine, I see the units in the online tree but don't have any preset functions
Any ideas?
Thanks
brian
Here's the code I have
(* LIGHT CONTROLS *)
BUTTON_EVENT[PANEL_A,401] // LIGHTING PRESET 1
BUTTON_EVENT[PANEL_A,402] // LIGHTING PRESET 2
BUTTON_EVENT[PANEL_A,403] // LIGHTING PRESET 3
BUTTON_EVENT[PANEL_A,404] // LIGHTING PRESET 4
{
PUSH:
{
SEND_COMMAND LIGHTS_A,"'RP',ITOA(BUTTON.INPUT.CHANNEL-400)"
IF(ROOMS_COMBINE)
{
SEND_COMMAND LIGHTS_B,"'RP',ITOA(BUTTON.INPUT.CHANNEL-400)"
}
}
}
BUTTON_EVENT[PANEL_B,401] // LIGHTING PRESET 1
BUTTON_EVENT[PANEL_B,402] // LIGHTING PRESET 2
BUTTON_EVENT[PANEL_B,403] // LIGHTING PRESET 3
BUTTON_EVENT[PANEL_B,404] // LIGHTING PRESET 4
{
PUSH:
{
SEND_COMMAND LIGHTS_B,"'RP',ITOA(BUTTON.INPUT.CHANNEL-400)"
IF(ROOMS_COMBINE)
{
SEND_COMMAND LIGHTS_A,"'RP',ITOA(BUTTON.INPUT.CHANNEL-400)"
}
}
}
Unit is wired Axlink and Prolink, Prolink button panels work fine, I see the units in the online tree but don't have any preset functions
Any ideas?
Thanks
brian
Here's the code I have
(* LIGHT CONTROLS *)
BUTTON_EVENT[PANEL_A,401] // LIGHTING PRESET 1
BUTTON_EVENT[PANEL_A,402] // LIGHTING PRESET 2
BUTTON_EVENT[PANEL_A,403] // LIGHTING PRESET 3
BUTTON_EVENT[PANEL_A,404] // LIGHTING PRESET 4
{
PUSH:
{
SEND_COMMAND LIGHTS_A,"'RP',ITOA(BUTTON.INPUT.CHANNEL-400)"
IF(ROOMS_COMBINE)
{
SEND_COMMAND LIGHTS_B,"'RP',ITOA(BUTTON.INPUT.CHANNEL-400)"
}
}
}
BUTTON_EVENT[PANEL_B,401] // LIGHTING PRESET 1
BUTTON_EVENT[PANEL_B,402] // LIGHTING PRESET 2
BUTTON_EVENT[PANEL_B,403] // LIGHTING PRESET 3
BUTTON_EVENT[PANEL_B,404] // LIGHTING PRESET 4
{
PUSH:
{
SEND_COMMAND LIGHTS_B,"'RP',ITOA(BUTTON.INPUT.CHANNEL-400)"
IF(ROOMS_COMBINE)
{
SEND_COMMAND LIGHTS_A,"'RP',ITOA(BUTTON.INPUT.CHANNEL-400)"
}
}
}
Comments
-
Try Send_String.... I think, off the top of my head, that the Radia uses Send_Strings..
-
if its the real device, use send_string
-
Yes, Radia dimmers use SEND_STRING.
Supposedly they also have levels, but no one knows for sure whether they work or not. -
Having problems with controlling a Radia 6 channel dimmer
Thanks to all that replied. I tried the send string command...and it didn't work.
Upon closer study of this code I figured...maybe if I rewrite the button_events statement for each preset by labeling them 'Rp1' , 'Rp2' .....etc
So as a test I left the code intact and changed 'Rp' to 'Rp1' reloaded it and now all four presets are working.
Go figure.
Again thanks for your input
brian
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums