// VRL PAR-363 (VERSION #2)
// 
// Jon Lenard
// 9/20/11

fixture
	manufacturer = "VRL"
	name = "PAR363-2"
	version = 1.00
//  fullmanufacturer = "VRL"
//  fullname = "PAR363 (VERSION#2)"
//  mode = 0
//  description = ""

	attribute
		name = "MODE"
		channel = 1
		homeVal = 0

	attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0
		
	attribute
		name = "STROBE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 6
				
//////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green"

	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="
	
	parameter
		name = "-STROBE-"
		displayerNum = 4
		type = C
		attribList = 5,1
		stop = (   0: 15,R  0: 24),N,"NoStrobe"
		stop = (M 16:255,R  0: 24),2,"Strobe:"
		stop = (M  0:255,R 25:255),2,"Speed:"

	parameter
		name = "-MODE-"
		displayerNum = 5
		type = C
		attribList = 1
		stop = (   0: 24),N,"RGB"
		stop = (  25: 49),N,"Auto 1"
		stop = (  50: 74),N,"Auto 2"
		stop = (  75: 99),N,"Auto 3"
		stop = ( 100:124),N,"Auto 4"
		stop = ( 125:149),N,"Auto 5"
	    stop = ( 150:174),N,"Auto 6"
		stop = ( 175:199),N,"Auto 7"
		stop = ( 200:224),N,"Auto 8"
		stop = ( 225:255),N,"Audio"             
		                    
end
