You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/eln/devices/configurations/local_collector.mdx
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ title: Local Collectors (in docker containers)
3
3
sidebar_label: Local Collectors (in docker containers)
4
4
---
5
5
6
-
The ELN allows data to be collected automatically from a folder using the data-collector feature. This is useful for sharing files between e.g. an instrument and the ELN. On the instrument side, the (analyses, result etc.) files can be put in a (networked shared) older. On the ELN side, we can monitor this folder for any changes and import files from the instrument directly into the ELN.
6
+
The ELN allows data to be collected automatically from a folder using the data-collector feature. This is useful for
7
+
sharing files between e.g. a device and the ELN. On the device side, the (analyses, result etc.) files can be put in a (networked shared) older. On the ELN side, we can monitor this folder for any changes and import files from the device directly into the ELN.
7
8
8
9
## Configuration outside Chemotion ELN
9
10
@@ -19,14 +20,14 @@ Once the computer that is running the Chemotion ELN (docker container) has acces
@@ -35,7 +36,7 @@ Once the computer that is running the Chemotion ELN (docker container) has acces
35
36
config/datacollector.yml file if it does not exist.
36
37
37
38
Note that, you can input multiple paths i.e. mount different instruments. For example, the second commented line here mounts the folder `/tmp/datacollector` which can point to some
38
-
other instrument.
39
+
other device.
39
40
40
41
```
41
42
:localcollectors:
@@ -49,10 +50,10 @@ Once the computer that is running the Chemotion ELN (docker container) has acces
49
50
50
51
## Configurations in Chemotion ELN: Admin Panel
51
52
52
-
We have to navigate to _Groups & Devices_ in the admin panel and create a new device instance. It will register the device
53
+
We have to navigate to _Devices_ in the admin panel and create a new device instance. It will register the device
0 commit comments