diff --git a/iocBoot/iocimagedemo/image.json b/iocBoot/iocimagedemo/image.json new file mode 100644 index 0000000..2c109e1 --- /dev/null +++ b/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"} + } +}