// Elation DLED 60 strip 15ch mode
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		11/13/08

				
fixture

	manufacturer = "ELATION"
	name = "DLED60Sx"
	version = 1.0
//  fullmanufacturer = "Elation"
//  fullname = "DLED 60 Strip"
//  mode = 15
//  description = ""
	
	attribute
		name = "RED1"
		channel = 1
		homeVal = 0
		
	attribute
		name = "GREEN1"
		channel = 2
		homeVal = 0	
		
	attribute
		name = "BLUE1"
		channel = 3
		homeVal = 0	
		
	attribute
		name = "RED2"
		channel = 4
		homeVal = 0
		
	attribute
		name = "GREEN2"
		channel = 5
		homeVal = 0	
		
	attribute
		name = "BLUE2"
		channel = 6
		homeVal = 0	

	attribute
		name = "RED3"
		channel = 7
		homeVal = 0
		
	attribute
		name = "GREEN3"
		channel = 8
		homeVal = 0	
		
	attribute
		name = "BLUE3"
		channel = 9
		homeVal = 0	

	attribute
		name = "RED4"
		channel = 10
		homeVal = 0
		
	attribute
		name = "GREEN4"
		channel = 11
		homeVal = 0	
		
	attribute
		name = "BLUE4"
		channel = 12
		homeVal = 0					

	attribute
		name = "MACRO"
		channel = 13
		homeVal = 0	
		
	attribute
		name = "STROBE"
		channel = 14
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 15
		homeVal = 0
		
////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "RED1"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Red1="
		
		
	parameter
		name = "GREEN1"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Green1="
		
		
	parameter
		name = "BLUE1"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Blue1="

	parameter
		name = "RED2"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (M  0:255),2,"Red2="
		
		
	parameter
		name = "GREEN2"
		displayerNum = 5
		type = C
		attribList = 5
		stop = (M  0:255),2,"Green2="
		
		
	parameter
		name = "BLUE2"
		displayerNum = 6
		type = C
		attribList = 6
		stop = (M  0:255),2,"Blue2="		

	parameter
		name = "RED3"
		displayerNum = 7
		type = C
		attribList = 7
		stop = (M  0:255),2,"Red3="
		
		
	parameter
		name = "GREEN3"
		displayerNum = 8
		type = C
		attribList = 8
		stop = (M  0:255),2,"Green3="
		
		
	parameter
		name = "BLUE3"
		displayerNum = 9
		type = C
		attribList = 9
		stop = (M  0:255),2,"Blue3="

	parameter
		name = "RED4"
		displayerNum = 10
		type = C
		attribList = 10
		stop = (M  0:255),2,"Red4="
		
		
	parameter
		name = "GREEN4"
		displayerNum = 11
		type = C
		attribList = 11
		stop = (M  0:255),2,"Green4="
		
		
	parameter
		name = "BLUE4"
		displayerNum = 12
		type = C
		attribList = 12
		stop = (M  0:255),2,"Blue4="		
	
		
parameter
		name = "MACRO"
		displayerNum = 13
		type = C
		attribList = 13
		stop = (   0: 10),N,"No Macro"
		stop = (  11: 40),N,"Macro 1"
		stop = (  41: 70),N,"Macro 2"
		stop = (  71:100),N,"Macro 3"
		stop = ( 101:130),N,"Macro 4"
		stop = ( 131:160),N,"Macro 5"
		stop = ( 161:190),N,"Macro 6"
		stop = ( 191:120),N,"Macro 7"
		stop = ( 121:255),N,"Macro 8"

   parameter
		name = "STROBE"
		displayerNum = 14
		type = B
		attribList = 14
		stop = (   0:  0),N,"No Strobe"
		stop = (M  1: 95),2,"Strobe:"
		stop = (R 96:127),N,"No Strobe"
		stop = (M128:159),2,"Pulse:"
		stop = (R160:191),N,"No Strobe"
		stop = (M192:223),2,"Rand:"
		stop = (R224:255),N,"No Strobe"
							
	parameter
		name = "SPEED"
		displayerNum = 15
		type = F
		attribList = 13,15
		stop = (R  0: 10,R  0:255),N,"Use Fader"	
		stop = (R 10:255,M  0:255),2,"Speed="
	
end
