// Coemar iWash HALO
//	
//  Written by: Jon Lenard
//		Applied Electronics
//		800-883-0008
//	11/9/07
//	Version 1.0


fixture 
 	version = 1.0
	manufacturer = "COEMAR"
	name = "iWshHALO"
	//  fullmanufacturer = "Coemar"
	//  fullname = "Iwash Halo"
	//  mode = 
	//  description = 

	attribute
		name = "PAN"
		channel = 1
		fineChan = 2
		homeVal = 32768

	attribute
		name = "TILT"
		channel = 3
		fineChan = 4
		homeVal = 32768

	attribute
		name = "MSPEED"
		channel = 5
		homeVal = 0

	attribute
		name = "INTENSITY"
		channel = 6

	attribute
		name = "SHUTTER"
		channel = 7
		homeVal = 255

	attribute
		name = "ZOOM"
		channel = 8
		homeVal = 0

	attribute
		name = "SHAPE"
		channel = 9
		homeVal = 0

	attribute
		name = "COLOUR"
		channel = 10
		homeVal = 0

	attribute
		name = "CYAN"
		channel = 11
		homeVal = 0

	attribute
		name = "MAGENTA"
		channel = 12
		homeVal = 0

	attribute
		name = "YELLOW"
		channel = 13
		homeVal = 0

	attribute
		name = "CTB"
		channel = 14
		homeVal = 0

	attribute
		name = "COLRPOS"
		channel = 15
		homeVal = 0

	attribute
		name = "CONTROL"
		channel = 16
		homeVal = 255

///////////////////////////////////////////////////////////////

	parameter
		name = "-PAN-"					
		displayerNum = 1 
		type = F
		attribList = 1
		stop = (M 0:65535),W,"Pan="

	parameter
		name = "-TILT-"					
		displayerNum = 2 
		type = F
		attribList = 3
		stop = (M  0:65535),W,"Ti@="

	parameter
		name = "-CYAN-"					
		displayerNum = 3
		type = C
		attribList = 11
		stop = (M  0:255),2,"Cyan="

	parameter
		name = "-MAGENTA-"					
		displayerNum = 4
		type = C
		attribList = 12
		stop = (M  0:255),2,"Mgnta="

	parameter
		name = "-YELLOW-"					
		displayerNum = 5
		type = C
		attribList = 13
		stop = (M  0:255),2,"Yellow="

	parameter
		name = "-COLOUR-"					
		displayerNum = 6
		type = C
		attribList = 10,14
		stop = (   0:  7,   0:125),N,"White"
		stop = (   8: 27,   0:125),N,"Colour1"
		stop = (  28: 47,   0:125),N,"Colour2"		
		stop = (  48: 67,   0:125),N,"Colour3"
		stop = (  68: 87,   0:125),N,"Colour4"
		stop = (  88:107,   0:125),N,"Colour5"
		stop = ( 108:127,   0:125),N,"Colour6"
		stop = (M128:190,   0:125),2,"Col>:"
		stop = ( 191:193,   0:125),N,"Stop"
		stop = (M194:255,   0:125),2,"Col<:"
		stop = (M  0:127, 125:255),B,"Colour:"

//----------------------------------------------

	parameter
		name = "-CTB-"					
		displayerNum = 7 
		type = C
		attribList = 14
		stop = (M  0:255),2,"CTB="

	parameter
		name = "-ZOOM-"					
		displayerNum = 8
		type = B
		attribList = 8
		stop = (M  0:255),2,"Zoom="

	parameter
		name = "-SHAPE-"					
		displayerNum = 9
		type = B
		attribList = 9
		stop = (   0:  9),N,"No Filter"
		stop = (M 10:230),2,"Shape:"
		stop = ( 231:255),N,"9deg"

	parameter
		name = "-SHUTTER-"					
		displayerNum = 10
		type = B
		attribList = 7
		stop = (   0:  9),N,"Sht Clsd"
		stop = ( 245:255),N,"Sht Open"
		stop = (M 10: 66),2,"Strobe:"
		stop = (M 69:125),2,"Pulse1:"
		stop = (M128:184),2,"Pulse2:"
		stop = (M188:244),2,"Random:"

	parameter
		name = "-COLPOS-"					
		displayerNum = 11
		type = B
		attribList = 15
		stop = (  0:125),N,"Center"
		stop = (126:255),N,"Proport"

//----------------------------------------------

	parameter
		name = "-MSPEED-"					
		displayerNum = 23
		type = B
		attribList = 5
		stop = (   0: 10),N,"Fast"
		stop = (  11: 25),N,"UltraFast"
		stop = (M 26:127),2,"Vspd:"
		stop = (M128:247),2,"Tspd:"
		stop = ( 248:255),N,"Tracking"

	parameter
		name = "-CONTROL-"					
		displayerNum = 24
		type = B
		attribList = 16
		stop = (  0: 29),N,"Park"
		stop = ( 30: 65),N,"PT-reset"		
		stop = ( 66:100),N,"Rst x PTD"
		stop = (101:135),N,"Rst x Dim"
		stop = (136:170),N,"Reset all"
		stop = (171:249),N,"BlackMove"

end
