// Coemar iCyc 250
//
//  Written by: Jon Lenard
//		Applied Electronics
//		800-883-0008
//
// Standardised by RM - 20th Dec 2005

fixture
    manufacturer = "COEMAR"	
	name = "iCyc250"
	version = 1.2
//  fullmanufacturer = "Coemar"
//  fullname = "iCyc250"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1

	attribute
		name = "CYAN"
		channel = 2
		homeVal = 0

	attribute
		name = "MAGENTA"
		channel = 3
		homeVal = 0

	attribute
		name = "YELLOW"
		channel = 4
		homeVal = 0
	
	attribute
		name = "AUTO"
		channel = 5
		homeVal = 0

	attribute
		name = "CONTROL"
		channel = 6
		homeVal = 255

//////////////////////////////////////////////////////////////

	parameter
		name = "-CYAN-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M0:255),2,"Cyan="
       
	parameter                  		
		name = "-MAGNTA-"          		
		displayerNum = 3          		
		type = C                  		
		attribList = 3            		
		stop = (M0:255),2,"Mgnta="	
	
	parameter
		name = "-YELLOW-"
		displayerNum = 2
		type = C
		attribList = 4
		stop = (M0:255),2,"Yellow="

	parameter
		name = "-AUTO-"
		displayerNum = 4
		type = B
		attribList = 5
		stop = (000:009),N,"NoEffect"
		stop = (010:033),N,"Auto 1"
		stop = (034:056),N,"Auto 2"
		stop = (057:079),N,"Auto 3"
		stop = (080:102),N,"Auto 4"
		stop = (103:125),N,"Auto 5"	
		stop = (126:148),N,"Auto 6"	
		stop = (149:171),N,"Auto 7"
		stop = (172:194),N,"Auto 8"
		stop = (195:217),N,"Auto 9"	
		stop = (218:240),N,"Random"
		stop = (241:255),N,"All"		
		
	parameter
		name = "-AUTOSPD-"
		displayerNum = 5
		type = B
		attribList = 6
		stop = ( 061:080),N,"ProgStop"
		stop = (M081:241),2,"AutoTm:"
		stop = (R  0:255),N,"seeDisp24"

////////////////////////////////////////////////////////

	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 6
		stop = ( 011:030),N,"Idle"
		stop = ( 000:010),N,"Lamp Off"
		stop = ( 242:255),N,"Lamp On"
		stop = ( 031:045),N,"Reset"
		stop = ( 046:060),N,"CYM Reset"
		stop = (R  0:255),N,"seeDisp 5"

end

