//			Acme Styled LED-7474 (6 DMX channel mode)
// Jon Lenard 11/18/09

Fixture
	manufacturer = "ACME"
	name = "LED7474"
	version = 1.0
//  fullmanufacturer = "Acme"
//  fullname = "Styled LED-7474 6ch"
//  mode = 0
//  description = ""

	Attribute
		name = "CHASE"
		channel = 1
		homeVal = 0

	Attribute
		name = "STROBE"
		channel = 2
		homeVal = 0

	attribute
		name = "RED"
		channel = 3
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 4
		homeVal = 0
			
	attribute
		name = "BLUE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 6
		homeVal = 0

///////////////////////////////////////////////////////////////

	Parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 3
		stop = (M  0:255),2,"Red="

	Parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 4
		stop = (M  0:255),2,"Green="
		
	Parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 5
		stop = (M  0:255),2,"Blue="

	parameter
		name = "-CHASE-"
		displayerNum = 4
		type = C
		attribList = 1
		stop = (  0:  9),N,"No Chase"
		stop = ( 10: 19),N,"Chase 1"
		stop = ( 20: 29),N,"Chase 2"
		stop = ( 30: 39),N,"Chase 3"
		stop = ( 40: 49),N,"Chase 4"
		stop = ( 50: 59),N,"Chase 5"
		stop = ( 60: 69),N,"Chase 6"
		stop = ( 70: 79),N,"Chase 7"
		stop = ( 80: 89),N,"Chase 8"
		stop = ( 90: 99),N,"Chase 9"
		stop = (100:109),N,"Chase 10"
		stop = (110:119),N,"Chase 11"
		stop = (120:129),N,"Chase 12"
		stop = (130:139),N,"Chase 13"
		stop = (140:149),N,"Chase 14"
		stop = (150:159),N,"Chase 15"
		stop = (160:169),N,"Chase 16"
		stop = (170:179),N,"Chase 17"
		stop = (180:189),N,"Chase 18"
		stop = (190:199),N,"Chase 19"
		stop = (200:209),N,"Chase 20"
		stop = (210:219),N,"Chase 21"
		stop = (220:229),N,"Chase 22"
		stop = (230:230),N,"Chase 23"
		stop = (240:249),N,"Chase 24"
		stop = (250:255),N,"Chase 25"
		
	parameter
		name = "-STROBE-"
		displayerNum = 5
		type = B
		attribList = 2
		stop = (   0:  9),N,"No Strobe"
		stop = (M 10:255),2,"Strobe:"
				
end
