
		![]()  | 
		
		![]()  | 
	
| USB-RGB-S (DUAL SHOWN) | USB-RGB-D | 
Features:
LINK: BrightAuthor Setup & BrightSign Compatability!
NEW STAND ALONE FEATURE (PLAYS SCENES USING THE 8 OR 4 INPUTS
DOES NOT 
PLAY SCENES FROM INPUTS IF SW1-3 IS ON (8 INPUTS REPORTED TO COMPUTER (USB)
NEW 3 BYTE COMMANDS FOR RGB (NOT HMS PROTOCOL is selected) (IF NOT HMS 
PROTOCOL, THEN NO PLAY COMMAND!)
SELECT_BITS,BRIGHTNESS,FADE
NEW PLAY 
COMMAND SEQUENCE FOR RGB SCENES:
CMD32    PLAY SCENE (WITH 
LOOP COUNT = REPEAT THE SCENE)
CMD33    RECORD SCENE
CMD34    
CANCEL PLAY
CMD35    ERASE SCENE
CMD44    
SAY SCENE
CMD45    SAY VERSION
CMD46    SAY 
GOALS
CMD47    D_LOAD
TOKEN'S (SPECIAL BYTES scene control and for minutes)
255 END PLAY
254 END SCENE
253 'GOSUB' SCENE, LOOPS
252 'GOTO' SCENE, LOOPS
MINUTES 
= 254 NO PAUSE, NEXT SET OUTPUTS SEQUENCE TO FOLLOW
Definitions:
Select Bits (valid range 1-7): The 8 bits of a data byte. Bits 0,1,2 should be set to affect drives 1,2 & 3 respectively. Only the a data bit set to 1 will affect the drives. I.E. if select bits = 4 (binary 00000100) then only drive 3 with be affected.
For 'Dual RGB Boards (2 sets of RGB drives)
Select Bits = 8 (binary 00001000), controlling Driver 4
Select Bits = 16 (binary 00010000), controlling Drive 5
Select Bits = 32 (binary 00100000), controlling Drive 6
Select Bits = 63 (binary 00111111), controlling Drives 1 thru 6
Brightness (range 0-255): 0 = OFF, 255 = Full on. 128 = 50% brightness) 0 = off
Fade (range 0-255): 0 = instant, 255 = 255 milliseconds per step of change. I.E. if going from 0 to 255 brightness, it takes 255 * 255 (brightness * fade) = 65536 millisconds to complete the change. This is about 65 seconds!
Verify Byte (204): This scheme of a verify byte ensures that with improper bytes, that the 'string of bytes'
Examples: (preceding 0's are not needed for BrightAuthor). This format matches the 'Eltima Advanced Serial Port' software that I use for testing/controlling the RGB drives. I highly recommend using this software while developing the scene commands! If you use this same software and need assistance, I can provide some help to get you started.
01,01,255,20,204: Command 1, drive 1, maximum brightness, fade = 20, verify byte
01,03,00,20,204: Command1, drives 1 & 2, no brightness, fade = 20, verify byte
01,07,255,0,204: Command 1, all 3 drives, maximum brightness, fade = 0 (instant change), verfy byte
Link: Scene Commands
Link: 
Scene 
Programmer:   Uses your computer (Windows based)  to download 
scenes from the HMS board, edit, then save to your computer or to the HMS board.
Author: Richard Harkey
Revised: September 12, 2024