LJ/LJ.conf

120 lines
2.1 KiB
Plaintext

[General]
lasernumber = 1
debug = 2
rediserverip = 0.0.0.0
wwwip = 192.168.2.43
nozoscip = 127.0.0.1
oscserverip = 127.0.0.1
autostart = artnet
wstype = ws
wsport = 9001
[laser0]
dac_family = helios
color = -1
type = DS1000
ip = 127.0.0.1
kpps = 4615
intens = 255.0
red = 100
green = 100
blue = 100
centerx = -18940.600341796875
centery = 19426.399658203125
zoomx = 14.4375
zoomy = 14.625
sizex = 32000.0
sizey = 32000.0
finangle = 2.1467549799530254
swapx = -1
swapy = -1
lsteps = [ (1.0, 1),(0.25, 1), (0.75, 1), (1.0, 1)]
warpdest = [[-1500., 1500.],
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[laser1]
dac_family = etherdream
color = -1
type = LOCAL
ip = 192.168.2.4
kpps = 27000
intens = 255.0
red = 100
green = 100
blue = 100
centerx = 6340.91015625
centery = 2181.81640625
zoomx = 41.71875
zoomy = 46.3125
sizex = 32000.0
sizey = 32000.0
finangle = 0.0
swapx = -1
swapy = -1
lsteps = [ (1.0, 2),(0.25, 1), (0.75, 1), (1.0, 5)]
warpdest = [[-1500., 1500.],
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[laser2]
dac_family = etherdream
color = -1
type = LUKE400
ip = 192.168.2.6
kpps = 25000
intens = 255
red = 100
green = 100
blue = 100
centerx = 0
centery = 0
zoomx = 10.0
zoomy = 10.0
sizex = 32000
sizey = 32000
finangle = 0.0
swapx = -1
swapy = -1
lsteps = [(1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
warpdest = [[-1500., 1500.],
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[laser3]
dac_family = etherdream
color = -1
type = LUKE400
ip = 192.168.1.5
kpps = 25000
intens = 255
red = 100
green = 100
blue = 100
centerx = 0
centery = 0
zoomx = 10.0
zoomy = 10.0
sizex = 32000
sizey = 32000
finangle = 0.0
swapx = -1
swapy = -1
lsteps = [(1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
warpdest = [[-1500., 1500.],
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[plugins]
plugins = {
"aurora": {"OSC": 8090, "command": "python3 plugins/aurora/aurora.py", "display": True},
"artnet": {"OSC": 8009, "command": "python3 libs3/artnet.py", "display": False},
"square": {"OSC": 8013, "command": "python3 plugins/square.py", "display": True},
"custom1": {"OSC": 8014, "command": "python3 plugins/custom1.py", "display": True}
}