Skip to content

Commit

Permalink
add image.json example
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Nov 3, 2022
1 parent db5af06 commit 3b9990e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions iocBoot/iocimagedemo/image.json
@@ -0,0 +1,19 @@
/* demonstrate a definition equivalent to the info(Q:group, ...) tags in image.dbd */
{
"TST:image1:Array2":{
"+id":"epics:nt/NTNDArray:1.0",
"value":{"+type":"any",
"+channel":"TST:image1:ArrayData.VAL",
"+trigger":"*"},
"":{"+type":"meta", "+channel":"TST:image1:ArrayData.SEVR"},
"dimension[0].size":{"+channel":"TST:image1:ArraySize0_RBV.VAL", "+type":"plain", "+putorder":0},
"dimension[1].size":{"+channel":"TST:image1:ArraySize1_RBV.VAL", "+type":"plain", "+putorder":0},
"attribute[0].name":{"+type":"plain", "+channel":"TST:image1:ColorMode_.VAL"},
"attribute[0].value":{"+type":"any", "+channel":"TST:image1:ColorMode.VAL"},
"attribute[1].value":{"+type":"any",
"+channel":"TST:image1:extra.VAL",
"+putorder":0,
"+trigger":"attribute[1].value"},
"attribute[1]":{"+type":"meta", "+channel":"TST:image1:extra.SEVR"}
}
}

0 comments on commit 3b9990e

Please sign in to comment.