lsl_archived icon indicating copy to clipboard operation
lsl_archived copied to clipboard

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

Open robertoguarnieri opened this issue 7 years ago • 4 comments

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

robertoguarnieri avatar Feb 19 '18 12:02 robertoguarnieri

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.

dmedine avatar Feb 19 '18 12:02 dmedine

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

robertoguarnieri avatar Feb 20 '18 10:02 robertoguarnieri

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

robertoguarnieri avatar Feb 20 '18 10:02 robertoguarnieri

  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:

032202falsetruefalsetrue<sampledmarkersEEG>false</sampledmarkersEEG> 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.

dmedine avatar Feb 20 '18 12:02 dmedine