// Elektralite Paintcan 2
//
// Written by: Jon Lenard
// Date: 12/5/08
// Modified From: Paintcan "1"
//

Fixture
   version = 1.0
   manufacturer = "ELEKTRA"
   name = "PAINTCAN2"
//  fullmanufacturer = "Elektralite"
//  fullname = "Paintcan 2"
//  mode = 0
//  description = ""

	attribute
		name = "COLOR"
		channel = 1
		homeVal = 28

	attribute
		name = "CYAN"
		channel = 2
		homeVal = 0

	attribute
		name = "MAGENTA"
		channel = 3
		homeVal = 0

	attribute
		name = "YELLOW"
		channel = 4
		homeVal = 0	
		
	attribute
		name = "SPEED"
		channel = 5
		homeVal = 0	
				
	attribute
		name = "INTENSITY"
		channel = 6
		
	attribute
		name = "ZOOM"
		channel = 7
		homeVal = 128

	attribute
		name = "CONTROL"
		channel = 8
		homeVal = 0
		
/////////////////////////////////////////////////////////////////////////


	parameter
		name = "-COLOR-"					
		displayerNum = 1
		type = C
		attribList = 1
		
		stop = (   0: 18),N,"Black"
		stop = (  19: 37),N,"White"
		stop = (  38: 56),N,"Red"
		stop = (  57: 75),N,"Blue"
		stop = (  76: 94),N,"Yellow"
		stop = (  95:113),N,"Amber"
		stop = ( 114:127),N,"CTB"
		stop = (M187:128),2,"CWhl>:"
		stop = (M194:255),2,"CWhl<:"
		stop = (M  0:255),2,"Color:"
	
	parameter
		name = "-CYAN-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M0:255),2,"Cyan="

	parameter
		name = "-MAGENTA"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M0:255),2,"Magen="
			
	parameter
		name = "-YELLOW-"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (M0:255),2,"Yellow="

	parameter
		name = "-ZOOM-"
		displayerNum = 5
		type = C
		attribList = 7
		stop = (M255:0),D,20,40,"Zoom="
		
	parameter
		name = "-PROGRM-"
		displayerNum = 6
		type = B
		attribList = 8 
		stop = (R  0: 99),N,"seeDisp24"
		stop = ( 100:119),N,"IntPrgm1"
		stop = ( 120:139),N,"IntPrgm2"
		stop = ( 140:159),N,"IntPrgm3"
		stop = ( 160:179),N,"IntPrgm4"
		stop = ( 180:199),N,"IntPrgm5"
		stop = ( 200:219),N,"IntPrgm6"
		stop = ( 220:239),N,"IntPrgm7"
		stop = ( 240:255),N,"IntPrgm8"		

//--------------------------------------------

	parameter
		name = "-SPEED-"
		displayerNum = 23
		type = F
		attribList = 5
		stop = (M255:  0),2,"Speed:"

	parameter
		name = "-CONTROL-"					
		displayerNum = 24
		type = N
		attribList = 8
		stop = (   0: 19),N,"RunMode"
		stop = (R 20: 79),N,"NoFunct"
		stop = (  80: 99),N,"Reset"
		stop = (R100:255),N,"SeeDisp6"
		
end
