// DTS Delta R LED, 15 Channel RGB Mode
//By Zac Shenker
//Written 4th Feb 2008

Fixture
	manufacturer = "DTS"
	name = "DeltaR"
	version = 0.90
//  fullmanufacturer = "DTS"
//  fullname = "Delta R 15ch RGB"
//  mode = 0
//  description = "15 Channel Mode RGB"

	Attribute
		name = "PAN"
		channel = 1
		fineChan = 2
		homeVal = 32768

	Attribute
		name = "TILT"
		channel = 3
		fineChan = 4
		homeVal = 32768

	Attribute
		name = "MSPEED"
		channel = 5
		homeVal = 5

	Attribute
		name = "SHUTTER"
		channel = 6
		homeVal = 14

	Attribute
		name = "INTENSITY"
		channel = 7

	Attribute
		name = "RED"
		channel = 8
		homeVal = 0		

	Attribute
		name = "GREEN"
		channel = 9
		homeVal = 0

	Attribute
		name = "BLUE"
		channel = 10
		homeVal = 0

	Attribute
		name = "WHITE"
		channel = 11
		homeVal = 0

	Attribute
		name = "CTC"
		channel = 12
		homeVal = 0
	
	Attribute
		name = "CLRMACRO"
		channel = 13
		homeVal = 0

	Attribute
		name = "WFUNC"
		channel = 14
		homeVal = 0

	Attribute
		name = "CONTROL"
		channel = 15
		homeVal = 8

///////////////////////////////////////////
		
	Parameter
		name = "-PAN-"
		displayerNum = 1 
		type = F
		attribList = 1 
		stop = (M    0:65535),D,0,320,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 3 
		stop = (M    0:65535),D,0,180,"Ti@="

	Parameter
		name = "-RED-"
		displayerNum = 3
		type = C
		attribList = 8
		stop = (M  0:255),2,"Red="

	Parameter
		name = "-GREEN-"
		displayerNum = 4
		type = C
		attribList = 9
		stop = (M  0:255),2,"Green="
	
	Parameter
		name = "-BLUE-"
		displayerNum = 5
		type = C
		attribList = 10
		stop = (M  0:255),2,"Blue="

	Parameter
		name = "-CMACR-"
		displayerNum = 6
		type = C
		attribList = 13 
		stop = (   0: 14),N,"No Func"
		stop = (  15: 29),N,"Macro1"
		stop = (  30: 44),N,"Macro2"
		stop = (  45: 59),N,"Macro3"
		stop = (  60: 74),N,"Macro4"
		stop = (  75: 89),N,"Macro5"
		stop = (  90:104),N,"Macro6"
		stop = ( 105:119),N,"Macro7"
		stop = ( 120:134),N,"Macro8"
		stop = ( 135:149),N,"Macro9"
		stop = ( 150:164),N,"Macro10"
		stop = ( 165:179),N,"Macro11"
		stop = ( 180:194),N,"Macro12"
		stop = ( 195:209),N,"Macro13"
		stop = ( 210:225),N,"Macro14"
		stop = ( 226:239),N,"Macro15"
		stop = ( 240:255),N,"Macro16"

/---------------------------------------------

	Parameter
		name = "-WHITE-"
		displayerNum = 7
		type = C
		attribList = 14,11
		stop = (R  0:255,   0: 43),N,"No Func"
		stop = (R  0:255,  44: 85),N,"Full"
		stop = (R  0:255,  86:127),N,"WhtDTS"
		stop = (R  0: 79, 128:171),N,"CWhtRcl"
		stop = (R  0: 79, 172:213),N,"WhtBal"
		stop = (R  0: 79, 214:255),N,"WhtCTC"
		stop = (R 80:160, 128:171),N,"CWhtCrt"
		stop = (R 80:160, 172:213),N,"WhtBal"
		stop = (R 80:160, 214:255),N,"WhtCTC"
		stop = (R161:255,R128:255),N,"No Func"

	Parameter
		name = "-CTC-"
		displayerNum = 8
		type = C
		attribList = 11,12 
		stop = (R214:255,M  0:255),D,3,7,"CTempK:"
		stop = (R  0: 43,M  0:255),2,"RGBHue:"
		stop = (R 44:213,R  0:255),N,"No Func"
		
	Parameter
		name = "-SHUTTER-"
		displayerNum = 9
		type = B
		attribList = 6
		stop = (   0:  9),N,"Shtr Clsd"
		stop = (R 20: 29),N,"Shtr Clsd"
		stop = (  10: 19),N,"Shtr Open" 
		stop = (R245:255),N,"Shtr Open"
		stop = (M 30:119),2,"Strobe:"
		stop = (M120:149),1,"PulseO:"
		stop = (M150:179),1,"PulseC:"
		stop = ( 180:204),N,"RStrbMRGB"
		stop = ( 205:229),N,"RStrbFull"
		stop = ( 230:244),N,"PTMovBlk"

	Parameter
		name = "-WFUNC-"
		displayerNum = 10
		type = C
		attribList = 14 
		stop = (   0: 79),N,"CWhtRcl"
		stop = (  80:160),N,"CWhtCrt"
		stop = ( 161:255),N,"CWhtStr"

/--------------------------------------------

	Parameter
		name = "-MSPEED-"
		displayerNum = 23
		type = F
		attribList = 5
		stop = (   0: 10),N,"Run Mode"
		stop = (M255: 11),2,"VMod:"

	Parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 15 
		stop = (   0: 15),N,"Run Mode"
		stop = (  16:255),N,"PTReset"
		
End
		
		
	
