//			Acme Fury LED-3082 (3 DMX channel mode)
// Jon Lenard 11/18/09

Fixture
	manufacturer = "ACME"
	name = "FuryLed"
	version = 1.0
//  fullmanufacturer = "Acme"
//  fullname = "Fury LED-3o82 3ch"
//  mode = 0
//  description = ""

	Attribute
		name = "INTENSITY"
		channel = 1
		homeVal = 0
		minVal = 0
		maxVal = 199

	attribute
		name = "COLOR"
		channel = 2
		homeVal = 0
		
	attribute
		name = "ROTATE"
		channel = 3
		homeVal = 0

///////////////////////////////////////////////////////////////

	parameter
		name = "-COLOR-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (  0:  7),N,"Color 1"
		stop = (  8: 15),N,"Color 2"
		stop = ( 16: 23),N,"Color 3"
		stop = ( 24: 31),N,"Color 4"
		stop = ( 32: 39),N,"Color 5"
		stop = ( 40: 47),N,"Color 6"
		stop = ( 48: 55),N,"Color 7"
		stop = ( 56: 63),N,"Color 8"
		stop = ( 64: 71),N,"Color 9"
		stop = ( 72: 79),N,"Color 10"
		stop = ( 80: 87),N,"Color 11"
		stop = ( 88: 95),N,"Color 12"
		stop = ( 96:103),N,"Color 13"
		stop = (104:111),N,"Color 14"
		stop = (112:119),N,"Color 15"
		stop = (120:127),N,"Color 16"
		stop = (128:135),N,"Color 17"
		stop = (136:143),N,"Color 18"
		stop = (144:151),N,"Color 19"
		stop = (152:159),N,"Color 20"
		stop = (160:167),N,"Color 21"
		stop = (168:175),N,"Color 22"
		stop = (176:183),N,"Color 23"
		stop = (184:191),N,"Color 24"
		stop = (192:199),N,"Color 25"
		stop = (200:207),N,"Color 26"
		stop = (208:215),N,"Color 27"
        stop = (216:223),N,"Color 28"
		stop = (224:231),N,"Color 29"
		stop = (232:239),N,"Color 30"
		stop = (240:247),N,"Color 31"
		stop = (248:255),N,"Color 32"
		               	
	parameter
		name = "-STROBE-"
		displayerNum = 2
		type = B
		attribList = 1
		stop = (   0:  0),N,"UseFader"
		stop = (R  0:199),N,"UseFader"
		stop = (M200:247),2,"Strobe:"
		stop = (R248:255),N,"On"
		
	parameter
		name = "-ROTATE-"
		displayerNum = 3
		type = F
		attribList = 3
		stop = (M120: 10),2,"Rot<:"   
		stop = (R121:134),N,"Stop"
        stop = (  0:  9),N,"Stop"
		stop = (M135:245),2,"Rot>:"  		
	    stop = (R246:255),N,"Stop" 
	    
end
