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: source/ephys_link/installation_and_use.md
+63-44Lines changed: 63 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,25 @@
10
10
<imgwidth="100%"src="https://github.com/VirtualBrainLab/ephys-link/assets/82800265/0c7c60b1-0926-4697-a461-221554f82de1"alt="Manipulator and probe in pinpoint moving in sync">
11
11
12
12
The [Electrophysiology Manipulator Link](https://github.com/VirtualBrainLab/ephys-link)
13
-
(or Ephys Link for short) is a Python [Socket.IO](https://socket.io/docs/v4/#what-socketio-is) server that allows any
13
+
(or Ephys Link for short) is a
14
+
Python [Socket.IO](https://socket.io/docs/v4/#what-socketio-is) server that
15
+
allows any
14
16
Socket.IO-compliant application (such
15
17
as [Pinpoint](https://github.com/VirtualBrainLab/Pinpoint))
16
18
to communicate with manipulators used in electrophysiology experiments.
| New Scale Pathfinder MPM Control v2.8.8+ |`EphysLink.exe -b -t new_scale_pathfinder`|
136
+
| New Scale M3-USB-3:1-EP |`EphysLink.exe -b -t new_scale`|
122
137
123
138
More options can be viewed by running `ephys_link.exe -h`.
124
139
125
140
### "New Scale Pathfinder MPM Control" vs "New Scale M3-USB-3:1-EP"
126
141
127
-
New Scale manipulators have two methods of connection. The first method is through the Pathfinder MPM Control software (`-t new_scale_pathfinder`) and the second is via a direct hardware
128
-
connection (`-t new_scale`). The first method is only available if Pathfinder is running on the same computer
129
-
as Ephys Link. New Scale manipulators should be connected to the Pathfinder software first and the Pathfinder HTTP server should be running.
142
+
New Scale manipulators have two methods of connection. The first method is
143
+
through the Pathfinder MPM Control software (`-t new_scale_pathfinder`) and the
144
+
second is via a direct hardware
145
+
connection (`-t new_scale`). The first method is only available if Pathfinder is
146
+
running on the same computer
147
+
as Ephys Link. New Scale manipulators should be connected to the Pathfinder
148
+
software first and the Pathfinder HTTP server should be running.
0 commit comments