Are there any good documents available on using UPB lighting schemes and setups with HAI Omni units?
I've got 6 x 8-button UPB controllers and I want the buttons to trigger events, but I want to have each of the controllers to have different sets of triggers. That would give me up to 48 different macros. All my switches and house controllers are setup as UPB not HLC so I can take advantage of Links.
In my sample program, all the house controllers send and receive Link248 as a Toggle (button 6). I have a couple testing program lines:
WHEN UPB LINK 248 OFF THEN ALL Consoles BEEP 2
WHEN UPB LINK 248 ON THEN ALL Consoles BEEP 1
WHEN HRV On/Off OFF THEN UPB LINK 248 OFF
EVERY 3 HOURS THEN HRV On/Off ON for 30 MINUTES THEN UPB LINK 248 ON
The LED's on the house controllers come on and off with the HRV and the consoles beep with the HRV on and off. Pressing the buttons on the house controllers turn the LEDs on and off and sends the signals (as seen in UpStart) but no console beeping.
I also tried:
WHEN Stairway Scene Controller SW6 PRESSED THEN ALL Consoles BEEP 1
Still nothing.
I must be missing something....
I've got 6 x 8-button UPB controllers and I want the buttons to trigger events, but I want to have each of the controllers to have different sets of triggers. That would give me up to 48 different macros. All my switches and house controllers are setup as UPB not HLC so I can take advantage of Links.
In my sample program, all the house controllers send and receive Link248 as a Toggle (button 6). I have a couple testing program lines:
WHEN UPB LINK 248 OFF THEN ALL Consoles BEEP 2
WHEN UPB LINK 248 ON THEN ALL Consoles BEEP 1
WHEN HRV On/Off OFF THEN UPB LINK 248 OFF
EVERY 3 HOURS THEN HRV On/Off ON for 30 MINUTES THEN UPB LINK 248 ON
The LED's on the house controllers come on and off with the HRV and the consoles beep with the HRV on and off. Pressing the buttons on the house controllers turn the LEDs on and off and sends the signals (as seen in UpStart) but no console beeping.
I also tried:
WHEN Stairway Scene Controller SW6 PRESSED THEN ALL Consoles BEEP 1
Still nothing.
I must be missing something....