// TAS Pro Wash 250
//
//  Written by: Jon Lenard
//		Applied Electronics
//		800-883-0008
//	8/3/06
//	Version 1.0
//


fixture

name = "ProWsh250"
version = 1.0
manufacturer = "TAS"
//  fullmanufacturer = "TAS"
//  fullname = "Pro Wash 250"
//  mode = 0
//  description = ""	

attribute
	name = "PAN"
	channel = 1
	fineChan = 3
	homeVal = 32512

attribute
	name = "TILT"
	channel = 2
	fineChan = 4
	homeVal = 32512

attribute
	name = "PT SPEED"
	channel = 5
	homeVal = 0

attribute
	name = "CONTROL"
	channel = 6
	homeVal = 255
	
attribute
	name = "COLOR"
	channel = 7
	homeVal = 0
	
attribute
	name = "CYAN"
	channel = 8
	homeVal = 0

attribute
	name = "MAGENTA"
	channel = 9
	homeVal = 0

attribute
	name = "YELLOW"
	channel = 10
	homeVal = 0	
	
attribute
	name = "SPEED"
	channel = 11
	homeVal = 0	
	
attribute
	name = "MACRO"
	channel = 12
	homeVal = 35
	
attribute
	name = "FX WHEEL"
	channel = 13
	homeVal = 35

/// Ch. 14 not defined
			
attribute
	name = "SHUTTER"
	channel = 15
	homeVal = 48
	
   Attribute
      name = "INTENSITY"
      channel = 16


//////////////////////////////////////////////////////////////


parameter
	name = "-PAN-"
	displayerNum = 1
	type = F
	attribList = 1
	stop = (M  0:0xffff),W,"Pan="

parameter
	name = "-TILT-"
	displayerNum = 2
	type = F
	attribList = 2
	stop = (M  0:0xffff),W,"Ti@="

parameter
	name = "-COLOR-"
	displayerNum = 3
	type = C
	attribList = 7
	stop = ( 000:017),N,"White"
	stop = ( 018:035),N,"Red"
	stop = ( 036:053),N,"Blue"
	stop = ( 054:072),N,"Green"
	stop = ( 073:090),N,"CTO3200K"
	stop = ( 091:108),N,"CTO5600K"
	stop = ( 109:127),N,"UV"
	stop = (M128:190),2,"CWhl>:"
	stop = ( 191:192),N,"CWhl Stop"
	stop = (M193:255),2,"CWhl<:"

parameter
	name = "-CYAN-"
	displayerNum = 4
	type = C
	attribList = 8
	stop = (M  0:255),2,"Cyan="

parameter
	name = "MAGENTA"
	displayerNum = 5
	type = C
	attribList = 9
	stop = (M  0:255),2,"Mgnta="

parameter
	name = "-YELLOW-"
	displayerNum = 6
	type = C
	attribList = 10
	stop = (M  0:255),2,"Yellow="
	
parameter
	name = "-MACRO-"
	displayerNum = 7
	type = C
	attribList = 12
	stop = (M  0:255),2,"Macro:"
	
parameter
	name = "-SHUTTER-"
	displayerNum = 8
	type = B
	attribList = 15
	stop = (  15: 17),N,"Closed"
	stop = (  47: 49),N,"Open"
	stop = (M 64: 95),2,"Strobe:"
	stop = (M128:159),2,"Pulse:"
	stop = (M192:223),2,"Rand:"

parameter
	name = "-FX-"
	displayerNum = 9
	type = B
	attribList = 13
	stop = (M  0:255),2,"Fx:"	
		
parameter
	name = "-PTSPEED-"
	displayerNum = 10
	type = F
	attribList = 5
	stop = (M  0:249),2,"Speed:"
	stop = ( 250:255),N,"BlkMove"
	
parameter
	name = "-SPEED-"
	displayerNum = 11
	type = F
	attribList = 11
	stop = (M  0:255),2,"Speed:"
	
	 

////////////////////////////////////////////////////////


parameter
	name = "-CONTROL-"
	displayerNum = 24
	type = N
	attribList = 6
	stop = (M127:  0),2,"FanSpd:"
	stop = ( 128:139),N,"Lamp ON"
	stop = ( 230:239),N,"Lamp OFF"
	stop = ( 240:255),N,"Idle"
	
end

