////////////////////////////////////////  Silver Star (Yagang) LT-VI Laser
// Created by Richie Mickan
// 13 March 2006

fixture
	manufacturer = "SILVER"
	name = "Lt-Vi"
	version = 0.90
//  fullmanufacturer = "Silver Star"
//  fullname = "LT-VI Laser"
//  mode = 0
//  description = ""

	attribute
		name = "CONTROL"
		channel = 1
		homeVal = 255
		
	attribute
		name = "BLANKING"
		channel = 2
		homeVal = 0
		
	attribute
		name = "PICTURE"
		channel = 3
		homeVal = 0

	attribute
		name = "ROLL"
		channel = 4
		homeVal = 0

	attribute
		name = "ROTATE"
		channel = 5
		homeVal = 0

	attribute
		name = "MOVE"
		channel = 6
		homeVal = 0	
		
	attribute
		name = "STRETCH"
		channel = 7
		homeVal = 0

	attribute
		name = "SPEED"
		channel = 8
		homeVal = 0
		
	attribute
		name = "SLOWDRAW"
		channel = 9
		homeVal = 0
		
	attribute
		name = "SIZE"
		channel = 10
		homeVal = 0
		
//////////////////////////////////////////////////////

	parameter
		name = "-MODE-"
		displayerNum = 1
		type = B
		attribList = 1
		stop = (   0: 63),N,"Music" 
		stop = (  64:127),N,"Auto"
		stop = ( 128:191),N,"ManMusic"
		stop = ( 192:255),N,"ManAuto"

	parameter
		name = "-BLANK-"
		displayerNum = 2 
		type = B
		attribList = 2
		stop = (   0:  0),N,"Blanking" 
		stop = (   0:  0),N,"FluxBlank"
		stop = (   0:  0),N,"NoBlank"
		stop = (   0:  0),N,"BlackOut"

	parameter
		name = "-PICTURE-"
		displayerNum = 3
		type = B
		attribList = 3 
		stop = (M  0:255),2,"Pict="

		
		
		
		
		
	parameter
		name = "-ROLL-"
		displayerNum = 4 
		type = B
		attribList = 4
		stop = (   0: 63),N,"No Roll" 
		stop = (M 64:127),1,"H Roll:"
		stop = (M128:191),1,"V Roll:"
		stop = (M192:255),1,"HV Roll:"

	parameter
		name = "-DOT<>-"
		displayerNum = 5 
		type = B
		attribList = 5
		stop = (   0:127),N,"Dot Stop" 
		stop = (M128:255),2,"Dot<>:"

	parameter
		name = "-MOVE-"
		displayerNum = 6 
		type = F
		attribList = 6
		stop = (   0: 63),N,"No Move" 
		stop = (M 64:127),1,"H Mov:"
		stop = (M128:191),1,"V Mov:"
		stop = (M192:255),1,"HV Mov:"

//--------------------------------------------
		
	parameter
		name = "-STRETCH-"
		displayerNum = 7
		type = B
		attribList = 7
		stop = (   0: 63),N,"No Strch" 
		stop = (M 64:127),1,"H Str:"
		stop = (M128:191),1,"V Str:"
		stop = (M192:255),1,"HV Str:"
		
	parameter
		name = "-SPEED-"
		displayerNum = 8 
		type = B
		attribList = 8
		stop = (M  0:255),2,"Speed="
		
	parameter
		name = "-DRAWSPD-"
		displayerNum = 9
		type = B
		attribList = 9
		stop = (M  0:255),2,"Draw="
		
	parameter
		name = "-SIZE-"
		displayerNum = 10
		type = B
		attribList = 10
		stop = (M  0:255),2,"Size="

end

