// IluminARC Ilumipod Inground, 18IP & Ilumiline 21IP
//	
//  Written by: Jon Lenard
//		Applied Electronics
//		800-883-0008
//	8/25/11
//	

Fixture
	version = 1.0
	manufacturer = "ILUMINARC"
	name = "IPODIP"
//  fullmanufacturer = "IluminArc"
//  fullname = "Ilumipod"
//  mode = FULL
//  description = ""
	
	attribute
		name = "INTENSITY"
		channel = 1

	Attribute
		name = "RED"
		channel = 2
		homeVal = 0
	
	Attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
	
	Attribute
		name = "BLUE"
		channel = 4
		homeVal = 0
		
	Attribute
		name = "CMACRO"
		channel = 5
		homeVal = 0
	
	Attribute
		name = "STROBE"
		channel = 6
		homeVal = 0
	
	Attribute
		name = "CURVE"
		channel = 7
		homeVal = 0
			
////////////////////////////////////////////////////////////
	
	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 = "-CMACRO-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (000:010),N,"NoMacro"  
		stop = (011:035),N,"Macro1"
		stop = (036:060),N,"Macro2"  
		stop = (061:085),N,"Macro3"  
		stop = (086:110),N,"Macro4"  
		stop = (111:135),N,"Macro5"  
		stop = (136:160),N,"Macro6"  
		stop = (161:185),N,"Macro7"  
		stop = (186:210),N,"Macro8" 
		stop = (211:215),N,"3200K"
		stop = (216:220),N,"3400K"
		stop = (221:225),N,"4200K"  
		stop = (226:230),N,"4900K"    
		stop = (231:235),N,"5600K"    
		stop = (236:240),N,"5900K"    
		stop = (241:245),N,"6500K"    
		stop = (246:250),N,"7200K"    
		stop = (251:255),N,"8000K"    
	    
	Parameter
		name = "-STROBE-"   
		displayerNum = 5
		type = B
		attribList = 6
			stop = (   0:  4),N,"NoStrobe"
			stop = (M  5:255),D,0,20,"Hz:"
	
	parameter
		name = "-CURVE-"
		displayerNum = 24 
		type = F
		attribList = 7
		stop = (  0:  9),N,"Normal"
		stop = ( 10: 69),N,"Curve 1"
		stop = ( 70:129),N,"Curev 2"
		stop = (130:189),N,"Curev 3"
		stop = (190:255),N,"Curev 4"
			
end
