~epics-base-testing/epics-base-tests/3.14

« back to all changes in this revision

Viewing changes to iocBoot/iocput/testcache01JUL97

  • Committer: Andrew Johnson
  • Date: 2010-11-12 23:52:24 UTC
  • Revision ID: anj@aps.anl.gov-20101112235224-2dr0rtgdtxhkxscj
Updates in the put application.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# test caching puts
2
 
< init > temp.1
3
 
< p2sec > temp.2
4
 
#First test that dbPutField caches
5
 
dbpf "mrk13.DISV","3"
6
 
DBR_SHORT:          3         0x3                 
7
 
value = 0 = 0x0
8
 
dbpf "mrk11","2"
9
 
process:   mrk11
10
 
Starting asynchronous processing: mrk11
11
 
DBR_DOUBLE:         2                   
12
 
value = 0 = 0x0
13
 
dbpf "mrk11","3"
14
 
active:    mrk11
15
 
DBR_DOUBLE:         3                   
16
 
value = 0 = 0x0
17
 
# wait for completion
18
 
taskDelay(400)
19
 
Completed asynchronous processing: mrk11
20
 
process:   mrk12
21
 
process:   mrk13
22
 
Starting asynchronous processing: mrk13
23
 
process:   mrk11
24
 
Starting asynchronous processing: mrk11
25
 
Completed asynchronous processing: mrk11
26
 
process:   mrk12
27
 
active:    mrk13
28
 
Completed asynchronous processing: mrk13
29
 
value = 0 = 0x0
30
 
#Now test that dbPutLink caches
31
 
dbpf "mrk11.DISV","0" > temp.3
32
 
value = 0 = 0x0
33
 
dbpf "mrk13","5"
34
 
process:   mrk13
35
 
Starting asynchronous processing: mrk13
36
 
DBR_DOUBLE:         5                   
37
 
value = 0 = 0x0
38
 
dbpf "mrk11","5"
39
 
process:   mrk11
40
 
process:   mrk12
41
 
DBR_DOUBLE:         5                   
42
 
value = 0 = 0x0
43
 
taskDelay(400)
44
 
Completed asynchronous processing: mrk13
45
 
process:   mrk13
46
 
Starting asynchronous processing: mrk13
47
 
Completed asynchronous processing: mrk13
48
 
value = 0 = 0x0