// FX LAB G018ED laser
// 
// Jon Lenard
// 1/10/12

fixture
	manufacturer = "FXLAB"
	name = "G018ED"
	version = 1.00
	//  fullmanufacturer = "FXLAB"
	//  fullname = "G018ED Laser"
	//  mode = 0
	//  description = ""

	attribute
		name = "MODE"
		channel = 1
		homeVal = 75
		
	attribute
		name = "DIR<>"
		channel = 2
		homeVal = 150
		
	attribute
		name = "SPEED"
		channel = 3
		homeVal = 128
		
	attribute
		name = "TWINKLE"
		channel = 4
		homeVal = 128
		
	attribute
		name = "COLOR"
		channel = 5
		homeVal = 0
		
//////////////////////////////////////////////////////

	parameter
		name = "-COLOR-"
		displayerNum = 1
		type = C
		attribList = 5
		stop = (   0: 99),N,"Yellow"
		stop = ( 100:199),N,"Red"
		stop = ( 200:255),N,"Green"
		

	parameter
		name = "-DIR<>-"
		displayerNum = 2
		type = B
		attribList = 2
		stop = (   0: 99),N,"C Wise"
		stop = ( 100:199),N,"Stop"   
		stop = ( 200:255),N,"CC Wise" 
		

	parameter
		name = "-SPEED-"
		displayerNum = 3
		type = B
		attribList = 3
		stop = (M  0:255),2,"Speed="
		
	parameter                    
		name = "-TWINKLE-"            		
		displayerNum = 4            		
		type = B                    		
		attribList = 4              		
		stop = (M  0:255),2,"Speed="
		
		
	parameter
		name = "-MODE-"
		displayerNum = 5
		type = F
		attribList = 1
		stop = (   0: 49),N,"Off"    
		stop = (  50: 99),N,"DMX"           
        stop = ( 100:149),N,"Sound"
		stop = ( 150:255),N,"AUTO"        
		                           
end
