Actions

7T Neurofeedback: Difference between revisions

From SpinozaWiki

No edit summary
No edit summary
Line 22: Line 22:
To use on an external computer  
To use on an external computer  


# install the CorbaDataDumper on your pc. It's already on the 7T stim pc.  
# install the CorbaDataDumper on your pc. It's already on the 7T stim pc.  
# set the correct IP address in the Service Application (under MR applications) - connectivity - external configuration;  
# set the correct IP address in the Service Application (under MR applications) - connectivity - external configuration; 127.0.0.1 for the scanner itself and 193.176.235.176 for the stim pc.  
127.0.0.1 for the scanner itself and 193.176.235.176 for the stim pc.  
# update the fussite_cs.exe.config file in C/Program Files/PMS/MipNet91 following instructions from the pdf (WZ did this - 23/12) (save file as 'stim pc' - put back pauls)
# update the fussite_cs.exe.config file in C/Program Files/PMS/MipNet91 following instructions from the pdf (WZ did this - 23/12) (save file as 'stim pc' - put back pauls)
# RESTART scanner application software to activate fussite_cs config file  
# RESTART scanner application software to activate fussite_cs config file  
Line 32: Line 31:
# log in as admin on the stim pc
# log in as admin on the stim pc
# (optional) ping the stim pc to make sure you can see it from the scanner
# (optional) ping the stim pc to make sure you can see it from the scanner
# type:
# go to correct file: 'cd C:\xtc'
* cd C:\xtc
# start dumper: 'CorbaDataDumper 193.176.235.20 193.176.235.176 c:\CorbaDataDumps'
* CorbaDataDumper 193.176.235.20 193.176.235.176 c:\CorbaDataDumps
# start your scan on scanner host
# start your scan
# put the start.txt in CorbaDataDumps\ScannerUpdates
# put the start.txt in CorbaDataDumps\ScannerUpdates
# you may pause the scan by copying pause.txt to the same folder


Current state: Works! Need to install toolbox to actually stop/start scanner from a task and handle incoming data
Current state: Works! Need to install toolbox to actually stop/start scanner from a task and handle incoming data

Revision as of 15:50, 27 January 2023

Attempts at installing a neurofeedback option 23/12/2022

Authors: Wietske van der Zwaag and Johan van der Meer

Lots of info in the package from Paul de Bruin. See scdropbox/Wietske/XTC-package-v8

Given that CorbaDataDumper is installed (check C:\xtc) to run it as its own external gadget, type the following in the command line:

  • cd C:\xtc
  • CorbaDataDumper 193.176.235.20 193.176.235.20 c:\CorbaDataDumps

1) Set the geometry parameter 'External control' to 'full control' and start your scan. A message 'Under remote control' will appear.

2) Then go to c:\CorbaDataDumps\ScannerUpdates and paste in an (empty) text file called start.txt

Your scan will start.

Your data will appear in c:\CorbaDataDumps\0000 (and higher numbers for later scans)



To use on an external computer

  1. install the CorbaDataDumper on your pc. It's already on the 7T stim pc.
  2. set the correct IP address in the Service Application (under MR applications) - connectivity - external configuration; 127.0.0.1 for the scanner itself and 193.176.235.176 for the stim pc.
  3. update the fussite_cs.exe.config file in C/Program Files/PMS/MipNet91 following instructions from the pdf (WZ did this - 23/12) (save file as 'stim pc' - put back pauls)
  4. RESTART scanner application software to activate fussite_cs config file

Then during the actual session:

  1. log in as admin on the stim pc
  2. (optional) ping the stim pc to make sure you can see it from the scanner
  3. go to correct file: 'cd C:\xtc'
  4. start dumper: 'CorbaDataDumper 193.176.235.20 193.176.235.176 c:\CorbaDataDumps'
  5. start your scan on scanner host
  6. put the start.txt in CorbaDataDumps\ScannerUpdates
  7. you may pause the scan by copying pause.txt to the same folder

Current state: Works! Need to install toolbox to actually stop/start scanner from a task and handle incoming data