Skip to content

Commit ce4f95e

Browse files
deploy: e59476a
1 parent 1dc30aa commit ce4f95e

29 files changed

Lines changed: 35 additions & 27 deletions

master/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 667d74f7def1ad7061b753de50e83586
3+
config: 5d766452579821865185bac7df954bd2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
2.2 KB
Binary file not shown.
682 Bytes
Binary file not shown.

master/_modules/epicsdbbuilder/recordbase.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>epicsdbbuilder.recordbase &mdash; pythonSoftIOC 4.7.0+10.g1711080 documentation</title>
6+
<title>epicsdbbuilder.recordbase &mdash; pythonSoftIOC 4.7.0+14.ge59476a documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />

master/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Overview: module code &mdash; pythonSoftIOC 4.7.0+10.g1711080 documentation</title>
6+
<title>Overview: module code &mdash; pythonSoftIOC 4.7.0+14.ge59476a documentation</title>
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/theme_overrides.css" type="text/css" />

master/_modules/softioc/asyncio_dispatcher.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>softioc.asyncio_dispatcher &mdash; pythonSoftIOC 4.7.0+10.g1711080 documentation</title>
6+
<title>softioc.asyncio_dispatcher &mdash; pythonSoftIOC 4.7.0+14.ge59476a documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />

master/_modules/softioc/autosave.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>softioc.autosave &mdash; pythonSoftIOC 4.7.0+10.g1711080 documentation</title>
6+
<title>softioc.autosave &mdash; pythonSoftIOC 4.7.0+14.ge59476a documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />

master/_modules/softioc/builder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>softioc.builder &mdash; pythonSoftIOC 4.7.0+10.g1711080 documentation</title>
6+
<title>softioc.builder &mdash; pythonSoftIOC 4.7.0+14.ge59476a documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />

master/_modules/softioc/device.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>softioc.device &mdash; pythonSoftIOC 4.7.0+10.g1711080 documentation</title>
6+
<title>softioc.device &mdash; pythonSoftIOC 4.7.0+14.ge59476a documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />
@@ -385,6 +385,13 @@ <h1>Source code for softioc.device</h1><div class="highlight"><pre>
385385
<span class="c1"># However if we do not process, we must do this here to keep the</span>
386386
<span class="c1"># Python and EPICS values in line</span>
387387
<span class="k">if</span> <span class="ow">not</span> <span class="n">process</span><span class="p">:</span>
388+
<span class="c1"># Normally a call to dbProcess would handle setting/re-setting</span>
389+
<span class="c1"># alarm levels for us, however if we are not processing we</span>
390+
<span class="c1"># obviously can&#39;t rely on that. Hence we have to do it</span>
391+
<span class="c1"># ourselves. We don&#39;t use `process_severity` as we want to</span>
392+
<span class="c1"># unconditionally set these, regardless of previous severity.</span>
393+
<span class="n">_record</span><span class="o">.</span><span class="n">NSEV</span> <span class="o">=</span> <span class="n">severity</span>
394+
<span class="n">_record</span><span class="o">.</span><span class="n">NSTA</span> <span class="o">=</span> <span class="n">alarm</span>
388395
<span class="bp">self</span><span class="o">.</span><span class="n">_value</span> <span class="o">=</span> <span class="p">(</span><span class="n">value</span><span class="p">,</span> <span class="n">severity</span><span class="p">,</span> <span class="n">alarm</span><span class="p">)</span>
389396

390397
<span class="n">db_put_field_process</span><span class="p">(</span><span class="n">_record</span><span class="o">.</span><span class="n">NAME</span><span class="p">,</span> <span class="n">dbf_code</span><span class="p">,</span> <span class="n">data</span><span class="p">,</span> <span class="n">length</span><span class="p">,</span> <span class="n">process</span><span class="p">)</span></div>

master/_modules/softioc/softioc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>softioc.softioc &mdash; pythonSoftIOC 4.7.0+10.g1711080 documentation</title>
6+
<title>softioc.softioc &mdash; pythonSoftIOC 4.7.0+14.ge59476a documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />

0 commit comments

Comments
 (0)