User Tools

Site Tools


howto:disable_selector

Differences

This shows you the differences between two versions of the page.


Previous revision
howto:disable_selector [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
 +====== Disable selector ======
  
 +Selector is component responsible for selecting next targets. You can check if it is running by executing ps -A|grep selector. If the reply is not empty, e.g. you will receive:
 +
 +<xterm2>
 +user@host:~$ ps -A|grep selector
 +19126 pts/7    00:00:00 rts2-selector
 +user@host:~$ 
 +</xterm2>
 +
 +then selector is running. If you would like to work directly with the executor, you shall proceed with following instructions to disable it.
 +
 +  - run rts2-mon
 +  - press key down/key up until you reach SEL component. //Please note that SEL is usual name. If you are unsure about selector name, please consult /etc/rts2/services or ps -Af|grep selector)//
 +  - press tab key (tabulator, usually located on upper left corner of your keyboard) to switch to the adjacent area on the right
 +  - press key down to reach sel_enable entry
 +  - press enter key to bring up a popup menu
 +  - press key down to change true to false
 +  - press enter
 +
 +You can see screencast of this action in this [[http://www.youtube.com/watch?v=rcMFkcL0980|screencast]].
 +
 +{{ youtube>rcMFkcL0980 }}
howto/disable_selector.txt · Last modified: 2009/06/26 00:00 (external edit)