Olimex OpenEEG: Difference between revisions
From Polyphasic Sleep Wiki
No edit summary |
No edit summary |
||
| Line 116: | Line 116: | ||
==== Configuring Designer ==== | ==== Configuring Designer ==== | ||
[[File:Designer.webp|thumb|Design workspace connection]] | |||
Disconnect and close the Acquisition Server window. Then run <code>./bin/openvibe-designer</code>. Go to File -> New. In the search bar, type "acquisition" and drag ''Acquisition Client'' to the design workspace (to the left side of the interface). Repeat this process for ''Signal Display'' and ''CSV File Writer (Deprecated)''. Note: the deprecated CSV File Writer is required for compatibility with other software. | Disconnect and close the Acquisition Server window. Then run <code>./bin/openvibe-designer</code>. Go to File -> New. In the search bar, type "acquisition" and drag ''Acquisition Client'' to the design workspace (to the left side of the interface). Repeat this process for ''Signal Display'' and ''CSV File Writer (Deprecated)''. Note: the deprecated CSV File Writer is required for compatibility with other software. | ||
Configure the CSV File Writer by double clicking it. Use the folder button to choose where you want to save your sleep recordings. Set the filename to <code>record-[$core{date}-$core{time}].csv</code>. This will automatically include the date and time in the file name. Click Apply. Finally, close all OpenViBE windows. | Next, connect all the elements in the design workspace as shown in the image. | ||
Configure the CSV File Writer by double clicking it. Use the folder button to choose where you want to save your sleep recordings. Set the filename to <code>record-[$core{date}-$core{time}].csv</code>. This will automatically include the date and time in the file name. Click Apply. Press Save, and select the name (like design_scenario). This will save the design, and it will automatically load the next time you open the Designer. Finally, close all OpenViBE windows. | |||
==== Running OpenViBE ==== | ==== Running OpenViBE ==== | ||
