// ELEKTRALITE PAINTCAN
// This template requires software version 0.97 or higher to work.
//
//  Written by:
//  Jon Lenard
//  Aplied Electronics
//  800-883-0008
//


fixture
	manufacturer = "ELEKTRA"
	name = "PAINTCAN"
	version = 1.0

	attribute
		name = "COLOR"
		channel = 1
		homeVal = 32

	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: 21),N,"Black"
		stop = (  22: 43),N,"White"
		stop = (  44: 65),N,"Red"
		stop = (  66: 87),N,"Blue"
		stop = (  88:109),N,"Green"
		stop = ( 110:127),N,"5600K"
		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,"ColorSnp"
		stop = (  20: 39),N,"HlfColor"
		stop = (  80: 99),N,"Reset"
		stop = (R100:255),N,"SeeDisp6"
		
end
