Changes between Version 20 and Version 21 of Hardware/bDomains/cSandboxes/bSB2
- Timestamp:
- Dec 21, 2018, 9:34:04 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/bDomains/cSandboxes/bSB2
v20 v21 27 27 To get the current configuration: 28 28 29 {{{ 29 30 31 [[CollapsibleStart(To get the current configuration:)]] 32 33 Usage: 34 35 {{{ 30 36 <service name="statusSB2"> 31 37 <info>This service outputs status information about SB2.</info> … … 33 39 }}} 34 40 35 [[CollapsibleStart(statusSB2)]] 36 Example: 41 Example: 37 42 38 {{{curl "internal2dmz.orbit-lab.org:5054/instr/statusSB2"}}}43 {{{curl "internal2dmz.orbit-lab.org:5054/instr/statusSB2"}}} 39 44 40 Response:45 Response: 41 46 42 {{{47 {{{ 43 48 <response detail="undefined local variable or method `matrixstatus' for InstrService:Class" status="ERROR" switch="OK"> 44 49 <action name="statusSB2" service="instr"> … … 55 60 [[CollapsibleEnd]] 56 61 57 To switch the configuration: 58 {{{ 62 63 [[CollapsibleStart(To switch the configuration:)]] 64 65 Usage: 66 67 {{{ 59 68 <service name="selDeviceSB2"> 60 69 <info> … … 71 80 }}} 72 81 73 [[CollapsibleStart(selDeviceSB2)]]74 82 Example (switch to normal X310 <=> X310 connection): 75 83