// Mumedia Lighting MH 300
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 2/9/09
// Modified From: NEW
//

Fixture
   version = 1.0
   manufacturer = "MUMEDIA"
   name = "MH300"
//  fullmanufacturer = "Mumedia Lighitng"
//  fullname = "MH 300"
//  mode = 0
//  description = ""

	attribute
		name = "SHUTTER"
		channel = 1
		homeVal = 255
		
	attribute
		name = "INTENSITY"
		channel = 2
		
	attribute
		name = "MACRO"
		channel = 3
		homeVal = 0
		
	attribute
		name = "MSPEED"
		channel = 4
		homeVal = 0
		
	attribute
		name = "PAN"
		channel = 5
		finechan = 7
		homeVal = 32768
		
	attribute
		name = "TILT"
		channel = 6
		finechan = 8
		homeVal = 32768
		
	attribute
		name = "SPEED"
		channel = 9
		homeVal = 0	

	attribute
		name = "RED"
		channel = 10
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 11
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 12
		homeVal = 0

//////////////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M  0:65535),2,"Pan="

	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6
		stop = (M  0:65535),2,"Ti@="
		
	parameter
		name = "-RED-"
		displayerNum = 3
		type = C
		attribList = 10
		stop = (M  0:255),2,"Red="
		
	parameter
		name = "-GREEN-"
		displayerNum = 4
		type = C
		attribList = 11
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "-BLUE-"
		displayerNum = 5
		type = C
		attribList = 12
		stop = (M  0:255),2,"Blue="
		
	parameter
		name = "-MACRO-"
		displayerNum = 6 
		type = C
		attribList = 3
		stop = (M  0:255),2,"Macro="
		
	parameter
		name = "-MSPEED-"
		displayerNum = 7
		type = F
		attribList = 4
		stop = (M  0:255),2,"Speed="
		
	parameter
		name = "-SHUTTER-"
		displayerNum =  8
		type = B
		attribList = 1
		stop = (M  0:255),2,"Shut="
		
	parameter
		name = "-SPEED-"
		displayerNum = 24 
		type = F
		attribList = 9
		stop = (M  0:255),2,"Speed="		

end                           
