// Ayrton ModuLED 318
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		1/4/2011

				
fixture

	manufacturer = "AYRTON"
	name = "M318-4"
	version = 1.0
//  fullmanufacturer = "Ayrton"
//  fullname = "ModuLED 318 mode 4"
//  mode = 4
//  description = ""

	attribute
		name = "RED1"
		channel = 1
		homeVal = 0
		
	attribute
		name = "GREEN1"
		channel = 2
		homeVal = 0	
		
	attribute
		name = "BLUE1"
		channel = 3
		homeVal = 0	
		
	attribute
		name = "RED2"
		channel = 4
		homeVal = 0
		
	attribute
		name = "GREEN2"
		channel = 5
		homeVal = 0	
		
	attribute
		name = "BLUE2"
		channel = 6
		homeVal = 0	
		
	attribute
		name = "RED3"
		channel = 7
		homeVal = 0
		
	attribute
		name = "GREEN3"
		channel = 8
		homeVal = 0	
		
	attribute
		name = "BLUE3"
		channel = 9
		homeVal = 0	
		
	attribute
		name = "STROBE"
		channel = 10
		homeVal = 0
		
	attribute
		name = "COLOR"
		channel = 11
		homeVal = 0	
			
	attribute
		name = "INTENSITY"
		channel = 12

		
/////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "RED1"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Red="
		
	parameter
		name = "GREEN1"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "BLUE1"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Blue="

		
	parameter
		name = "RED2"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (M  0:255),2,"Red="
		
	parameter
		name = "GREEN2"
		displayerNum = 5
		type = C
		attribList = 5
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "BLUE2"
		displayerNum = 6
		type = C
		attribList = 6
		stop = (M  0:255),2,"Blue="		
		
	
	parameter
		name = "RED3"
		displayerNum = 7
		type = C
		attribList = 7
		stop = (M  0:255),2,"Red="
		
	parameter
		name = "GREEN3"
		displayerNum = 8
		type = C
		attribList = 8
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "BLUE3"
		displayerNum = 9
		type = C
		attribList = 9
		stop = (M  0:255),2,"Blue="
	
						
	parameter
		name = "COLOR"
		displayerNum = 10
		type = C
		attribList = 11
		stop = (M 0:255),2,"Color="
		
	parameter
		name = "STROBE"
		displayerNum = 11
		type = B
		attribList = 10
		stop = (M 0: 255),2,"Strobe="

end
