// Proel "PLML575CN" Tarkus
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 8/8/08
// Modified From: NEW
//

Fixture
   version = 1.0
   manufacturer = "PROEL"
   name = "TARKUS"
//  fullmanufacturer = "Proel"
//  fullname = "PLML575CN Tarkus"
//  mode = 
//  description = ""

	attribute
		name = "SHUTTER"
		channel = 1
		homeVal = 255
	
	attribute
		name = "INTENSITY"
		channel = 2
		
	attribute
		name = "COLOR 1"
		channel = 3
		homeVal = 0
		
	attribute
		name = "COLOR 2"
		channel = 4
		homeVal = 0
		
	attribute
		name = "CTO"
		channel = 5
		homeVal = 0
		
	attribute
		name = "PAN"
		channel = 7
		homeVal = 128
		
	attribute
		name = "TILT"
		channel = 8
		homeVal = 128
		
////////////////////////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 7
				stop = (M   0:255),2,"Pan="
				
	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 8
				stop = (M   0:255),2,"Ti@="
				
	parameter
		name = "-COLOR 1-"
		displayerNum = 3
		type = C
		attribList = 3
				stop = (   0: 15),N,"White"
				stop = (  16: 31),N,"Purple"
				stop = (  32: 47),N,"Cyan"
				stop = (  48: 63),N,"Red"
				stop = (  64: 79),N,"Green"
				stop = (  80: 95),N,"Orange"
				stop = (  96:111),N,"Yellow"
				stop = ( 112:127),N,"Magenta"
				stop = (M128:255),2,"CWhl<:"
				
	parameter
		name = "-COLOR 2-"
		displayerNum = 4
		type = C
		attribList = 4
				stop = (   0: 15),N,"White"
				stop = (  16: 31),N,"Green"
				stop = (  32: 47),N,"Orange"
				stop = (  48: 63),N,"Yellow"
				stop = (  64: 79),N,"Blue"
				stop = (  80: 95),N,"Magenta"
				stop = (  96:111),N,"Cyan"
				stop = ( 112:127),N,"Pink"
				stop = (M128:255),2,"CWhl<:"
				
	parameter
		name = "-CTO-"
		displayerNum = 5
		type = C
		attribList = 5
		stop = (   0:127),N,"No CTO"
		stop = (   128:255),N,"3200K"
		
	parameter
		name = "-SHUTTER-"
		displayerNum = 6
		type = B
		attribList = 1
		stop = (R  0:  7),N,"UseFader"
		stop = (M  8:250),2,"Strobe:"
		stop = ( 251:255),N,"Open"

end
