// American DJ MegaRevo III
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		1/6/10

				
fixture

	manufacturer = "AMERICANDJ"
	name = "RevoIII"
	version = 1.0
//  fullmanufacturer = "American DJ"
//  fullname = "RevoIII"
//  mode = 4
//  description = ""
	
	attribute
		name = "MODE"
		channel = 1
		homeVal = 0
		
	attribute
		name = "COLOR"
		channel = 2
		homeVal = 0	
		
	attribute
		name = "SPEED"
		channel = 3
		homeVal = 0	
		
	attribute
		name = "INTENSITY"
		channel = 4

/////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "COLOR"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (   0:  9),N,"Black"	      
		stop = (  10: 19),N,"P-C  1"   
		stop = (  20: 29),N,"P-C  2"   
		stop = (  30: 39),N,"P-C  3"   
		stop = (  40: 49),N,"P-C  4"   
		stop = (  50: 59),N,"P-C  5"   
		stop = (  60: 69),N,"P-C  6"   
		stop = (  70: 79),N,"P-C  7"   
		stop = (  80: 89),N,"P-C  8"   
		stop = (  90: 99),N,"P-C  9"   
		stop = ( 100:109),N,"P-C 10"
		stop = ( 110:119),N,"P-C 11"
		stop = ( 120:129),N,"P-C 12"
		stop = ( 130:139),N,"P-C 13"
		stop = ( 140:149),N,"P-C 14"
		stop = ( 150:159),N,"P-C 15"
		stop = ( 160:169),N,"P-C 16"
		stop = ( 170:179),N,"P-C 17"
		stop = ( 180:189),N,"P-C 18"
		stop = ( 190:199),N,"P-C 19"
		stop = ( 200:209),N,"P-C 20"
		stop = ( 210:219),N,"P-C 21"
		stop = ( 220:229),N,"P-C 22"
		stop = ( 230:239),N,"P-C 23"
		stop = ( 240:249),N,"P-C 24"
		stop = ( 250:255),N,"P-C 25"
		          
	parameter
		name = "SPEED"
		displayerNum = 2
		type = B
		attribList = 3
		stop = (M  0:255),2,"Speed="
		
	parameter
		name = "MODE"
		displayerNum = 3
		type = C
		attribList = 1
		stop = (   0:119),N,"Pattern"
		stop = ( 120:239),N,"Chase"
		stop = ( 140:255),N,"StdAlone"
		
end