//
// Thomas Pixel Brick DMX Fixture Definition
//
// Written June 2006 - Michael A. Calder (MAC)
//

Fixture
	manufacturer = "THOMAS"
	name = "PxBrkDMX"
	version = 0.90
//  fullmanufacturer = "Thomas Engineering"
//  fullname = "Pixel Brick 25ch"
//  mode = 0
//  description = ""

	Attribute
		name = "BLK1RED"
		channel = 1
		homeVal = 0

	Attribute
		name = "BLK1GREEN"
		channel = 2
		homeVal = 0

	Attribute
		name = "BLK1BLUE"
		channel = 3
		homeVal = 0

	Attribute
		name = "BLK1ALL"
		channel = 4
		homeVal = 0

	Attribute
		name = "BLK2RED"
		channel = 5
		homeVal = 0

	Attribute
		name = "BLK2GREEN"
		channel = 6
		homeVal = 0

	Attribute
		name = "BLK2BLUE"
		channel = 7
		homeVal = 0

	Attribute
		name = "BLK2ALL"
		channel = 8
		homeVal = 0

	Attribute
		name = "BLK3RED"
		channel = 9
		homeVal = 0

	Attribute
		name = "BLK3GREEN"
		channel = 10
		homeVal = 0

	Attribute
		name = "BLK3BLUE"
		channel = 11
		homeVal = 0

	Attribute
		name = "BLK3ALL"
		channel = 12
		homeVal = 0

	Attribute
		name = "BLK4RED"
		channel = 13
		homeVal = 0

	Attribute
		name = "BLK4GREEN"
		channel = 14
		homeVal = 0

	Attribute
		name = "BLK4BLUE"
		channel = 15
		homeVal = 0

	Attribute
		name = "BLK4ALL"
		channel = 16
		homeVal = 0

	Attribute
		name = "BLK5RED"
		channel = 17
		homeVal = 0

	Attribute
		name = "BLK5GREEN"
		channel = 18
		homeVal = 0

	Attribute
		name = "BLK5BLUE"
		channel = 19
		homeVal = 0

	Attribute
		name = "BLK5ALL"
		channel = 20
		homeVal = 0
	
	Attribute
		name = "BLK6RED"
		channel = 21
		homeVal = 0

	Attribute
		name = "BLK6GREEN"
		channel = 22
		homeVal = 0

	Attribute
		name = "BLK6BLUE"
		channel = 23
		homeVal = 0

	Attribute
		name = "BLK6ALL"
		channel = 24
		homeVal = 0

	Attribute
		name = "INTENSITY"
		channel = 25

//////////////////////////////////////////////////////

	Parameter
		name = "-RED1-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M 0:255),2,"Red 1="

	Parameter
		name = "-GREEN1-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M 0:255),2,"Green1="

	Parameter
		name = "-BLUE1-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M 0:255),2,"Blue 1="

	Parameter
		name = "-WHITE1-"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (M 0:255),2,"White1="

	Parameter
		name = "-RED2-"
		displayerNum = 5
		type = C
		attribList = 5
		stop = (M 0:255),2,"Red 2="

	Parameter
		name = "-GREEN2-"
		displayerNum = 6
		type = C
		attribList = 6
		stop = (M 0:255),2,"Green2="

/===========================================

	Parameter
		name = "-BLUE2-"
		displayerNum = 7
		type = C
		attribList = 7
		stop = (M 0:255),2,"Blue 2="

	Parameter
		name = "-WHITE2-"
		displayerNum = 8
		type = C
		attribList = 8
		stop = (M 0:255),2,"White2="

	Parameter
		name = "-RED3-"
		displayerNum = 9
		type = C
		attribList = 9
		stop = (M 0:255),2,"Red 3="

	Parameter
		name = "-GREEN3-"
		displayerNum = 10
		type = C
		attribList = 10
		stop = (M 0:255),2,"Green3="

	Parameter
		name = "-BLUE3-"
		displayerNum = 11
		type = C
		attribList = 11
		stop = (M 0:255),2,"Blue 3="

	Parameter
		name = "-WHITE3-"
		displayerNum = 12
		type = C
		attribList = 12
		stop = (M 0:255),2,"White3="

/===========================================

	Parameter
		name = "-RED4-"
		displayerNum = 13
		type = C
		attribList = 13
		stop = (M 0:255),2,"Red 4="

	Parameter
		name = "-GREEN4-"
		displayerNum = 14
		type = C
		attribList = 14
		stop = (M 0:255),2,"Green4="

	Parameter
		name = "-BLUE4-"
		displayerNum = 15
		type = C
		attribList = 15
		stop = (M 0:255),2,"Blue 4="

	Parameter
		name = "-WHITE4-"
		displayerNum = 16
		type = C
		attribList = 16
		stop = (M 0:255),2,"White4="

	Parameter
		name = "-RED5-"
		displayerNum = 17
		type = C
		attribList = 17
		stop = (M 0:255),2,"Red 5="

	Parameter
		name = "-GREEN5-"
		displayerNum = 18
		type = C
		attribList = 18
		stop = (M 0:255),2,"Green5="

/===========================================

	Parameter
		name = "-BLUE5-"
		displayerNum = 19
		type = C
		attribList = 19
		stop = (M 0:255),2,"Blue 5="

	Parameter
		name = "-WHITE5-"
		displayerNum = 20
		type = C
		attribList = 20
		stop = (M 0:255),2,"White5="
	Parameter
		name = "-RED6-"
		displayerNum = 21
		type = C
		attribList = 21
		stop = (M 0:255),2,"Red 6="

	Parameter
		name = "-GREEN6-"
		displayerNum = 22
		type = C
		attribList = 22
		stop = (M 0:255),2,"Green6="

	Parameter
		name = "-BLUE6-"
		displayerNum = 23
		type = C
		attribList = 23
		stop = (M 0:255),2,"Blue 6="

	Parameter
		name = "-WHITE6-"
		displayerNum = 24
		type = C
		attribList = 24
		stop = (M 0:255),2,"White6="
end

