Difference between revisions of "Dikablis Control Center"

From REALab Wiki
Jump to navigation Jump to search
Line 22: Line 22:
==Remotely Marking Conditions==
==Remotely Marking Conditions==
==== Manually ====
==== Manually ====
After connecting Control Centre with Recorder, <center>[[File:File.jpg]]</center>
clicking conditions to mark start and end times in the control centre
clicking conditions to mark start and end times in the control centre
==== Automated ====
==== Automated ====
matlab script to do the above automatically
matlab script to do the above automatically

Revision as of 21:22, 18 October 2012

Control Center

Control Center (called D-Lab Control in the reference manual) allows you to control the Recorder program, so that you can remotely create a new subject, start and stop recording, and mark events which were preconfigured in the D-Lab program. Control center works on one computer and sends controls the Dikablis Recorder through ethernet connection.

Connecting Remotely To Recorder

In order to control the Dikablis laptop's Recorder program on a second computer with an ethernet cable:

  1. Physically connect the ethernet cable
  2. Determine the local area IP address of the dikablis computer (you can use ipconfig /all in the windows command terminal)
  3. Open Recorder on the dikablis laptop
  4. Open Control Center on the second computer
  5. Under outgoing connection settings, type in the IP address of the dikablis comptuter, and use port "2001"
    Control centre editted.png
  6. Click on "Connect"

The red circle next to Outgoing connection settings should turn green, and you should be able to start and stop recording by pressing the corresponding buttons at the bottom of Control Center.

In order to control the starting and stopping of events, you should first set up events in D-Lab, export as .xml, then transfer this file to the computer running control, and import it into the Control Center program. You can manually start and stop events by clicking on them, or if you have alternate triggers configured with these events (from D-Lab), then you can use matlab to control the starting and stopping of events through the Control Center.

Note: Make sure the Recorder program on the Dikablis laptop is opened when using Control Center, as network communication occurs through this program.

Note2: when doing remote event marking through Control Center for consecutive subjects, you may need to close and re-open control center between subjects.

Remotely Marking Conditions

Manually

After connecting Control Centre with Recorder,

File:File.jpg

clicking conditions to mark start and end times in the control centre

Automated

matlab script to do the above automatically