Changeset 1123
- Timestamp:
- Oct 1, 2012 10:34:46 AM (10 years ago)
- Location:
- cssboy_deployment/docs/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cssboy_deployment/docs/source/configure.rst
r1062 r1123 25 25 ``Switch Workspace...``. 26 26 27 :index:`APS_sr` Project 28 =================================== 29 30 .. warning:: This section needs to be worked out. 31 32 .. 33 this work has not been done yet, 34 the screens are not ready, 35 the instructions are not ready 36 37 .. TODO 38 Do NOT forget to update the OPI Search Path instructions, when these screens become available 27 :index:`APS System` Project (opisys) 28 ==================================== 29 30 Add OPI screens from the APS System as a project. 31 32 #. Select menu ``File-->Import ...`` 33 #. Open ``General`` category, 34 select ``Existing Projects into Workspace``, 35 click ``Next`` button 36 #. Click ``Browse ...`` button (in *Import* window) 37 #. Navigate to wherever you checked out the ``opisys/`` folder 38 #. Click ``Ok`` button 39 #. Click ``Finish`` button (in *Import* window) 39 40 40 41 :index:`synApps` Project … … 48 49 click ``Next`` button 49 50 #. Click ``Browse ...`` button (in *Import* window) 50 #. navigate to ``/APSshare/epics/synApps_5_6/support/``51 #. Navigate to ``/APSshare/epics/synApps_5_6/support/`` 51 52 (or ``/usr/local/epics/synAppsSVN/support/`` or wherever) 52 53 #. Click ``Ok`` button … … 191 192 Change the text in for "OPI Search Path" to this really long string (all one line):: 192 193 193 /synApps/areaDetector/ADApp/op/opi | /synApps/asyn/opi/boy | /synApps/autosave/asApp/op/opi | /synApps/busy/busyApp/op/opi | /synApps/calc/calcApp/op/opi | /synApps/camac/camacApp/op/opi | /synApps/dac128V/dac128VApp/op/opi | /synApps/delaygen/delaygenApp/op/opi | /synApps/dxp/dxpApp/op/opi | /synApps/iocStats/op/opi | /synApps/ip/ipApp/op/opi | /synApps/ip330/ip330App/op/opi | /synApps/ipUnidig/ipUnidigApp/op/opi | /synApps/love/loveApp/op/opi | /synApps/mca/mcaApp/op/opi | /synApps/modbus/modbusApp/op/opi | /synApps/motor/motorApp/op/opi | /synApps/optics/opticsApp/op/opi | /synApps/quadEM/quadEMApp/op/opi | /synApps/softGlue/softGlueApp/op/opi | /synApps/sscan/sscanApp/op/opi | /synApps/std/stdApp/op/opi | /synApps/vac/vacApp/op/opi | /synApps/vme/vmeApp/op/opi | /synApps/xxx/xxxApp/op/opi 194 /synApps/areaDetector/ADApp/op/opi | /synApps/asyn/opi/boy | /synApps/autosave/asApp/op/opi | /synApps/busy/busyApp/op/opi | /synApps/calc/calcApp/op/opi | /synApps/camac/camacApp/op/opi | /synApps/dac128V/dac128VApp/op/opi | /synApps/delaygen/delaygenApp/op/opi | /synApps/dxp/dxpApp/op/opi | /synApps/iocStats/op/opi | /synApps/ip/ipApp/op/opi | /synApps/ip330/ip330App/op/opi | /synApps/ipUnidig/ipUnidigApp/op/opi | /synApps/love/loveApp/op/opi | /synApps/mca/mcaApp/op/opi | /synApps/modbus/modbusApp/op/opi | /synApps/motor/motorApp/op/opi | /synApps/optics/opticsApp/op/opi | /synApps/quadEM/quadEMApp/op/opi | /synApps/softGlue/softGlueApp/op/opi | /synApps/sscan/sscanApp/op/opi | /synApps/std/stdApp/op/opi | /synApps/vac/vacApp/op/opi | /synApps/vme/vmeApp/op/opi | /synApps/xxx/xxxApp/op/opi | opisys/sr | opisys/sr/Gate_Pictures | opisys/sr/absApp | opisys/sr/blmApp | opisys/sr/bmbpm | opisys/sr/bunchIApp | opisys/sr/bunchPurity | opisys/sr/facilitiesApp | opisys/sr/fe | opisys/sr/flagApp | opisys/sr/id | opisys/sr/idbpm | opisys/sr/imagingApp | opisys/sr/iocinfoApp | opisys/sr/mpsApp | opisys/sr/mpsApp/uniq_gen | opisys/sr/operationsApp | opisys/sr/operationsApp/save | opisys/sr/p0fbApp | opisys/sr/psApp | opisys/sr/psApp/noiseMonitoring | opisys/sr/pss | opisys/sr/pss/adl | opisys/sr/scraperApp | opisys/sr/srTuneApp | opisys/sr/tuneApp | opisys/sr/vacApp | opisys/time/injtimeApp | opisys/time/mtimeApp 195 194 196 195 197 Keep clicking **Ok** until you dismiss all the dialogs. … … 352 354 .. _calling.synapps.screens: 353 355 354 Calling synApps screens355 =========================================================== 356 357 Also, when calling a synApps .opi screen from the instrument or beam line,356 Calling synApps or System screens 357 =========================================================== 358 359 Also, when calling a synApps or system .opi screen from the instrument or beam line, 358 360 it is not necessary to use the full path since there is an OPI search path 359 361 that will locate the screen. Example, instead of:: -
cssboy_deployment/docs/source/install.rst
r1062 r1123 98 98 on a certain date and may not contain the most recent modifications! 99 99 100 :index:`APS System` Screens (opisys) 101 =========================== 100 102 103 #. Checkout a snapshot of the screens:: 104 105 svn co https://subversion.xray.aps.anl.gov/bcdaext/cssboy_deployment/opisys/ ./opisys 106 107 #. Make the script generated screens 108 109 Because there are so many screens (over 4000), many are generated by scripts. 110 To generate these, enter the ``opisys/sr/`` directory and run ``make``. 111 112 .. caution:: 113 Again, Note that these are separate from the development trunk and may 114 not contain the latest updates! 101 115 102 116
Note: See TracChangeset
for help on using the changeset viewer.