/////////////////////////////////////////
//  DTS A.R.C. architectural light
// RM - July 2005

fixture
	manufacturer = "DTS"
	name = "A.R.C."
	version = 0.90
//  fullmanufacturer = "DTS"
//  fullname = "A.R.C."
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1

	attribute
		name = "COLOUR"
		channel = 2
		homeVal = 0

	attribute
		name = "STROBE"
		channel = 3
		homeVal = 0

	attribute
		name = "ZOOM"
		channel = 4
		homeVal = 0

/////////////////////////////////////////////////////////////////////////

	parameter
		name = "-COLOUR-"					
		displayerNum = 1
		type = C
		attribList = 2
		
		stop = (   0: 19),N,"White"
		stop = (  20: 39),N,"Green"
		stop = (  40: 59),N,"Cyan"
		stop = (  60: 79),N,"Pink"
		stop = (  80: 99),N,"Orange"
		stop = ( 100:119),N,"Magenta"
		stop = ( 120:139),N,"Red"
		stop = ( 140:159),N,"Dk Blue"
		stop = ( 160:179),N,"Yellow"
		stop = (M180:255),1,"CWhl>:"
	
	parameter
		name = "-ZOOM-"
		displayerNum = 2 
		type = C
		attribList = 4
		stop = (   0: 84),N,"Zm40"
		stop = (R 85:170),N,"seeDisp24"		
		stop = ( 171:255),N,"Zm64"

	
	parameter
		name = "-SHUTTER-"					
		displayerNum = 3
		type = B
		attribList = 3
		stop = (M  0:255),1,"Strobe="

//--------------------------------------------

	parameter
		name = "-CNTRL-"					
		displayerNum = 24 
		type = N
		attribList = 4
		stop = (   0:  0),N,"Run Mode"
		stop = (  85:170),N,"Reset"
		stop = (   0:255),N,"seeDisp 2"

end

