diff --git a/User-Manual/Plugins/Ephys-Socket.html b/User-Manual/Plugins/Ephys-Socket.html index 0ff2e26..55adcff 100644 --- a/User-Manual/Plugins/Ephys-Socket.html +++ b/User-Manual/Plugins/Ephys-Socket.html @@ -605,7 +605,7 @@
Bit Depth
int16
int16
Depth defines the OpenCV.Mat Depth, an enumeration defined as [U8, S8, U16, S16, S32, F32, F64]
, where U is ‘unsigned’, S is ‘signed’, F is ‘float’, and the number indicates the number of bits. For example, U16
means ‘unsigned integer with 16 bits’. Note that the enumeration is zero-indexed, where U8 = 0
, and F64 = 6
Element Size
Some Ephys Socket settings can be modified via the GUI’s built-in HTTP server. Commands are sent as “config messages” to the Ephys Socket node.
+Note
+Parameters cannot be modified while acquisition is running, nor can they be modified if the port is connected. To change any settings remotely, the port must be disconnected in the GUI
+The following commands are available:
+ES INFO
: returns a JSON string containing information about all available variables (i.e., scale, offset, port, and frequency)
ES SCALE <data_scale>
: set the data scale
ES OFFSET <data_offset>
: set the data offset
ES PORT <port>
: set the port number
ES FREQUENCY <sample_rate>
: set the sampling frequency