Changeset 922
- Timestamp:
- Jun 13, 2012 10:58:36 AM (11 years ago)
- Location:
- softGlue_examples/source
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
softGlue_examples/source/delay_gen/index.rst
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r892 r922 1 .. $Id : index.rst 872 2012-06-05 20:40:40Z jemian$1 .. $Id$ 2 2 3 3 ======================== -
softGlue_examples/source/gated_scaler/index.rst
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r887 r922 1 .. $Id : index.rst 872 2012-06-05 20:40:40Z jemian$1 .. $Id$ 2 2 3 3 ======================== -
softGlue_examples/source/motor_accel_gate/index.rst
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r921 r922 1 .. $Id : index.rst 872 2012-06-05 20:40:40Z jemian$1 .. $Id$ 2 2 3 3 ============================ … … 27 27 external circuit only while the motor is moving at constant speed. For a stepper 28 28 motor controlled by the EPICS motor record, the number of 29 acceleration/deceleration steps, N\ :sub:`a`,can be calculated as follows:29 acceleration/deceleration steps, :math:`N_a` can be calculated as follows: 30 30 31 N\ :sub:`a` = ((``VBAS`` + ``VELO``)/2) * ``ACCL``/``MRES`` 31 .. math:: N_a = ((VBAS + VELO)/2) \times (ACCL / MRES) 32 32 33 33 where, ``VBAS``, ``VELO``, ``ACCL``, and ``MRES`` are motorRecord fields. … … 35 35 The number of constant-speed steps, N\ :sub:`c`, is then 36 36 37 N\ :sub:`c` = ((``VAL``\ :sub:`end` - ``VAL``\ :sub:`start`)/``MRES``) - 2*N\ :sub:`a` 37 .. math:: N_c = ((VAL_{end}-VAL_{start})/MRES) - 2N_a 38 38 39 39 where ``VAL``\ :sub:`end` and ``VAL``\ :sub:`start` are the final and initial -
softGlue_examples/source/programmable_pulse_train/index.rst
- Property svn:keywords changed from Date Revision Author HeadURL Id to Id
-
softGlue_examples/source/pulse_burst/index.rst
- Property svn:eol-style set to native
- Property svn:keywords set to Id
Note: See TracChangeset
for help on using the changeset viewer.