121 lines
2.1 KiB
Plaintext
121 lines
2.1 KiB
Plaintext
[General]
|
|
lasernumber = 1
|
|
debug = 0
|
|
rediserverip = 0.0.0.0
|
|
wwwip = 127.0.0.1
|
|
nozoscip = 127.0.0.1
|
|
oscserverip = 127.0.0.1
|
|
autostart = artnet
|
|
wstype = ws
|
|
wsport = 9001
|
|
|
|
[laser0]
|
|
dac_family = extern_cmd
|
|
cmd = ./tracers/lj_rust/lj_rust ./tracers/lj_rust/settings.toml
|
|
color = -1
|
|
type = DS1000
|
|
ip = 192.168.1.35
|
|
kpps = 25000
|
|
intens = 255.0
|
|
red = 100
|
|
green = 100
|
|
blue = 100
|
|
centerx = -21504.0
|
|
centery = 21504.0
|
|
zoomx = 8.90625
|
|
zoomy = 20.671875
|
|
sizex = 32000.0
|
|
sizey = 32000.0
|
|
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.]]
|
|
|
|
[laser1]
|
|
color = -1
|
|
type = LOCAL
|
|
dac_family = helios
|
|
ip = 192.168.2.5
|
|
kpps = 25000
|
|
centerx = 0
|
|
centery = 0
|
|
zoomx = 50.0
|
|
zoomy = 50.0
|
|
sizex = 32000
|
|
sizey = 32000
|
|
finangle = 0.0
|
|
intens = 255
|
|
red = 100
|
|
green = 100
|
|
blue = 100
|
|
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]
|
|
color = -1
|
|
type = LUKE400
|
|
dac_family = helios
|
|
ip = 192.168.2.6
|
|
kpps = 25000
|
|
centerx = 0
|
|
centery = 0
|
|
zoomx = 50.0
|
|
zoomy = 50.0
|
|
sizex = 32000
|
|
sizey = 32000
|
|
finangle = 0.0
|
|
intens = 255
|
|
red = 100
|
|
green = 100
|
|
blue = 100
|
|
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]
|
|
color = -1
|
|
type = LUKE400
|
|
dac_family = helios
|
|
ip = 192.168.1.5
|
|
kpps = 25000
|
|
centerx = 0
|
|
centery = 0
|
|
zoomx = 50.0
|
|
zoomy = 50.0
|
|
sizex = 32000
|
|
sizey = 32000
|
|
finangle = 0.0
|
|
intens = 255
|
|
red = 100
|
|
green = 100
|
|
blue = 1000
|
|
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}
|
|
}
|
|
|