Skip to content

Commit

Permalink
Configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger authored and kingofpayne committed Jul 23, 2024
1 parent ce600e8 commit 920f223
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 12 deletions.
27 changes: 27 additions & 0 deletions config.laser1.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
camera:
type: NIT
enable: true
pixel_size_in_um: [15.115, 15.115]
refresh_interval_ms: 50
nuc_filepath: "/home/mmo/Work/Gits/***REMOVED***/donjon/laserstudio/nuc/25mhz/NUCFactory_2000us.yml"
bpr_filepath: "/home/mmo/Work/Gits/***REMOVED***/donjon/laserstudio/nuc/25mhz/BPM.yml"
objective: 20.0
stage:
refresh_interval_ms: 100
type: Corvus
enable: true
dev:
sn: "A600AANB"
lasers:
- enable: true
type: PDM
num: 2
dev:
sn: "FTA1BR1D"
- enable: true
type: PDM
num: 2
dev:
sn: "FTA1BWEV"
probes:
- enable: true
26 changes: 14 additions & 12 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
camera:
type: USB
type: NIT
enable: true
pixel_size_in_um: [12.5, 12.5]
pixel_size_in_um: [15.115, 15.115]
refresh_interval_ms: 50
nuc_filepath: "/home/mmo/Work/Gits/***REMOVED***/donjon/laserstudio/nuc/25mhz/NUCFactory_2000us.yml"
bpr_filepath: "/home/mmo/Work/Gits/***REMOVED***/donjon/laserstudio/nuc/25mhz/BPM.yml"
objective: 20.0
stage:
type: CNC
refresh_interval_ms: 100
type: Corvus
enable: true
dev:
vid: "1A86"
pid: "7523"
unit_factor: 1000
guardrail_um: 2000
mem_points:
- [8600.0, -112800.0, -29740.0]
sn: "A600AANB"
lasers:
- enable: false
- enable: true
type: PDM
num: 2
dev:
sn: "FTA1BR1D"
- enable: true
type: DonjonLaser
type: PDM
num: 2
dev:
sn: "FTA1BWEV"
probes:
- enable: true
- enable: true

0 comments on commit 920f223

Please sign in to comment.