mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-22 01:31:16 +03:00
Add short list to HSFV_manage
This commit is contained in:
@@ -23,18 +23,16 @@ given turret.
|
||||
|
||||
## Usage examples
|
||||
|
||||
#### List all devices connected
|
||||
Свойства подключенного колеса
|
||||
Wheel ID 'A', name 'UBVRI', serial '00000563', 5 filters:
|
||||
1: 'U'
|
||||
2: 'B'
|
||||
3: 'V'
|
||||
4: 'R'
|
||||
5: 'I'
|
||||
current position: 1
|
||||
#### Short list of connected devices (wheel ID, turret serial and current position):
|
||||
HSFW_manage
|
||||
'B' '00000563' 1
|
||||
'A' '00000532' 1
|
||||
|
||||
Свойства подключенного колеса
|
||||
Wheel ID 'B', name 'Sloan', serial '00000532', 5 filters:
|
||||
#### List all devices connected
|
||||
HSFW_manage --list
|
||||
|
||||
Connected wheel properties
|
||||
Wheel ID 'B' , name 'Sloan', serial '00000563' , 5 filters:
|
||||
1: '1'
|
||||
2: '2'
|
||||
3: '3'
|
||||
@@ -42,6 +40,15 @@ given turret.
|
||||
5: '5'
|
||||
current position: 1
|
||||
|
||||
Connected wheel properties
|
||||
Wheel ID 'A' , name 'UBVRI', serial '00000532' , 5 filters:
|
||||
1: 'U'
|
||||
2: 'B'
|
||||
3: 'V'
|
||||
4: 'R'
|
||||
5: 'I'
|
||||
current position: 1
|
||||
|
||||
#### Move wheel by turret's serial and position number
|
||||
HSFW_manage -s 00000563 -p 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user