sccn / lsl_archived

Multi-modal time-synched data transmission over local network
242 stars 134 forks source link

How to open LSL Actichamp server from command line (windows) #274

Open robertoguarnieri opened 6 years ago

robertoguarnieri commented 6 years ago

Hello, which is the command to open LSL Actichamp server from command line on windows? thank you

dmedine commented 6 years ago

You can cd into the directory that has the binaries in it and then simply run ActiChamp.exe from the cmd prompt.

On 2/19/2018 1:13 PM, roberto9110 wrote:

Hello, which is the command to open LSL Actichamp server from command line on windows? thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sccn/labstreaminglayer/issues/274, or mute the thread https://github.com/notifications/unsubscribe-auth/ADch7tXEHDq-X7WVhFlAW3KP1wk057Cwks5tWWVigaJpZM4SKdOV.

robertoguarnieri commented 6 years ago

thanks. but if I use the run command, I get an error (here attached). Is there another command? Thanks cattura

robertoguarnieri commented 6 years ago

Moreover, I am using the command: sistem(command) in Matlab to open it

dmedine commented 6 years ago
  1. Check the folder containing ActiChamp.exe to see if there is in fact a file called ActiChamp_config.cfg (this is the app's config file that specifies the channel labels etc.).
  2. If not, create the file in your favorite text editor and copy this string into the file and save it: <?xml version="1.0" encoding="utf-8"?> 032202falsetruefalsetruefalse
  3. Try again.
  4. If it still doesn't work, make sure that you have cd'd into the containing folder /in Matlab/, i.e. the 'Current Folder' in your Matlab instance is <path/to>/labstreminglayer/Apps/BrainProducts/ActiChamp. Otherwise, you probably need to add the folder to your Matlab path. I tried this on my machine and it works just fine.

By the way, just for clarity's sake, the command is 'system', not 'sistem'.

On 2/20/2018 11:55 AM, roberto9110 wrote:

Moreover, I am using the command: sistem(command) in Matlab to open it

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sccn/labstreaminglayer/issues/274#issuecomment-366940813, or mute the thread https://github.com/notifications/unsubscribe-auth/ADch7jlWRv4z-XCNNO2Z3yTvfDvgaGI8ks5tWqSQgaJpZM4SKdOV.